Allowlisting (or Whitelisting in older versions) players on a Minecraft Bedrock server helps ensure that only trusted and approved players can join, helping prevent griefing, hacking, and other unwanted behavior. By limiting access to the server, it can better manage server resources and avoid overloading the server with too many players. Allowlisting can also foster a more positive, tight-knit community by encouraging players to build connections and work together.
Nota: Se necesita el Xbox Live Gamertag para agregar un jugador a la lista de permitidos.
A partir de la actualización 1.19 de Minecraft Bedrock, whitelisting se ha cambiado a permitir.
How to Add an Allowlist a Minecraft Bedrock Server
1. Inicie sesión en el panel de BisectHosting Starbase.
2. Detener el servidor.
3. Seleccione la pestaña Config Files y elija Server Properties.
4. En el campo allow-list, cambie el valor a true.
5. Inicie el servidor.
How to Add Players to the Allowlist on a Minecraft Bedrock Server (Commands)
1. Inicie sesión en el panel de BisectHosting Starbase o siga los pasos en el juego.
2. Vaya a la pestaña Console o abra el chat en el juego.
3. Ejecute el siguiente comando para agregar jugadores a la lista de permitidos: /allowlist add [XboxLiveGamerTag]
Nota: Los comandos ejecutados en la consola del servidor no requieren el
/antes del comando.
4. Escriba el siguiente comando para eliminar jugadores de la lista de permitidos: /allowlist remove [XboxLiveGamerTag]
How to Add Players to the Allowlist on a Bedrock Server (allowlist.json)
1. Inicie sesión en el panel de BisectHosting Starbase.
2. Detenga el servidor.
3. Vaya a la pestaña Files.
4. Abrir el archivo allowlist.json.
5. Dentro de los corchetes[], ingrese el siguiente texto separado por una coma: {"ignoresPlayerLimit":false,"name":"[XboxLiveGamerTag]"}
6. Presione el botón Guardar .