La gestión de la lista blanca

La lista blanca le permite controlar quién puede unirse a su servidor. Tenga en cuenta que las operaciones siempre podrán conectarse al servidor, independientemente de si están en la lista blanca.

When the whitelist function is enabled, only players named on the whitelist will be allowed to login to your server. Players can be added to the whitelist through the usage of in-game Commands and Permissions or by editing the whitelist.json file.

  • Para habilitar la lista blanca, use “”/whitelist on””

  • Para desactivar la lista blanca, use “”/whitelist off””

  • Para agregar un jugador a la lista blanca, use “”/whitelist add jugador””

  • Para eliminar a un jugador de la lista blanca, use “”/whitelist remove jugador””

  • Para mostrar todos los jugadores en la lista blanca, use “”/whitelist list””

  • Para volver a cargar la lista blanca después de un cambio manual en el archivo, use /whitelist reload

The whitelist can also be enabled or disabled by editing the server.properties file, although this will only affect the game after server reload or restart.

Permisos

You can also use these Permisos to manage the access to your server.

Permiso

Descripción

minecraft.login.bypass-whitelist

Trate al usuario como incluido en la lista blanca. El valor predeterminado es solo Op-.

minecraft.login.bypass-player-limit

Permitir a este usuario omitir el límite de jugador del servidor. Se predetermina a la opción bypassesPlayerLimit en ops.json.