We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the latest build (Link) and using a whitelist.json in this format (fake UUID)
Whitelist does not function correctly and any player(s) can join the Limbo server. The server is configured as a back-end server in Velocity.
whitelist.json:
whitelist.json
[ { "uuid": "069a79f4-44e9-4726-a5be-fca90e38aaf5", "name": "Notch" } ]
server.properties:
server.properties
allow-chat=true allow-flight=false bungee-guard=false bungeecord=false default-gamemode=adventure enforce-whitelist=true forwarding-secrets=[removed-forwarding-secret] handshake-verbose=false level-dimension=minecraft\:overworld level-name=world;sponge2.schem log-player-ip-addresses=true max-players=-1 motd={"text"\:"","extra"\:[{"text"\:"Limbo Server\!","color"\:"yellow"}]} reduced-debug-info=true required-resource-pack=false resource-pack= resource-pack-prompt={"text"\:"","extra"\:[{"text"\:"Install server resource pack\!","color"\:"yellow"}]} resource-pack-sha1= server-ip=127.0.0.1 server-port=25566 tab-footer= tab-header= ticks-per-second=5 velocity-modern=true version=Limbo\! view-distance=6 world-spawn=world;14;14;7;90;0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using the latest build (Link) and using a whitelist.json in this format (fake UUID)
Whitelist does not function correctly and any player(s) can join the Limbo server. The server is configured as a back-end server in Velocity.
whitelist.json
:server.properties
:The text was updated successfully, but these errors were encountered: