Open msinfo32github opened 5 months ago
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
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
: