You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2018. It is now read-only.
When adding a player to the whitelist using the web ui, the players uuid and name should be written to the whitelist. like so:
"uuid": "5764571a-e274-45c1-a1c2-23d140bada9f",
"name": "Hamalinzor"
Current Behavior
When adding a player to the whitelist using the web portal only the player uuid will be written to the whitelist.json file. name will not be even used.
"uuid": "5764571a-e274-45c1-a1c2-23d140bada9f",
Steps to Reproduce (for bugs)
Login to the web portal
open players > whitelists & bans
add a player to the whitelist
restart server
Whitelisted player tries to join.
Context
After a server restart the players added to the whitelist using the web UI will no longer be able to join the server if whitelist is set to true.
Your Environment
Server OS: Ubuntu 16.04 Server (64 bits)
Client browser: Google Chrome version 51.0.2704.103 m
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected Behavior
When adding a player to the whitelist using the web ui, the players uuid and name should be written to the whitelist. like so:
"uuid": "5764571a-e274-45c1-a1c2-23d140bada9f",
"name": "Hamalinzor"
Current Behavior
When adding a player to the whitelist using the web portal only the player uuid will be written to the whitelist.json file. name will not be even used.
"uuid": "5764571a-e274-45c1-a1c2-23d140bada9f",
Steps to Reproduce (for bugs)
Context
After a server restart the players added to the whitelist using the web UI will no longer be able to join the server if whitelist is set to true.
Your Environment
The text was updated successfully, but these errors were encountered: