MC ToolboxMC TOOLBOX

Servidor e arquivos

Gerador de whitelist.json

Crie whitelist.json da Java Edition com nomes e UUIDs. Consulte perfis Mojang ou gere UUIDs OfflinePlayer.

Jogadores

Ative white-list=true em server.properties, coloque whitelist.json na raiz e reinicie ou execute /whitelist reload.

UUID online e offline

Servidores online usam o UUID Mojang. No modo offline, um UUID estável é calculado a partir do nome exato, incluindo maiúsculas. Escolha o modo do servidor.

Perguntas frequentes

Onde colocar whitelist.json?

Na raiz do servidor, junto de server.properties e do JAR.

Posso usar UUID offline no modo online?

Não. Ele não corresponde ao UUID Mojang do jogador.

whitelist.json gerado

[
  {
    "name": "Steve",
    "uuid": "5627dd98-e6be-3c21-b8a8-e92344183641"
  },
  {
    "name": "Alex",
    "uuid": "36532b5e-c442-3dbb-a24c-c7e55d0f979a"
  },
  {
    "name": "Notch",
    "uuid": "b50ad385-829d-3141-a216-7e7d7539ba7f"
  }
]