update to config.yml wiki
voigtman opened this issue ยท 5 comments
Theres a section in the current config not mentioned in the config info on github
hooks:
enabled: false
onlineMode: false <------------
I run spigot with Bungee which means bungee passes through the players uuid to spigot. the spigot server runs in offline mode by necessity - but what about this setting? What should it be set to in this circumstance? Thank you
Has been removed for a reason. Just leave it at online mode, regardless if the server running behind bungee.
In your scenario, leave it alone, you should have spigot setup to forward correctly from bungeecord in your spigot.yml file.
BM doesn't support offline mode, and suffers from a bug heavily ingrained into bukkit itself, in which player names are case sensitive in offline mode, i.e. confusER and confuser are considered as 2 different players.
Hi - Thanks for the answer guys -
when you say "leave it alone" do I leave it as it is
onlineMode: false <------------
or change it to true?