Drew
Drew
Please use ItemReader.read(string); to load items. Look at https://github.com/Double0negative/Survival-Games/blob/master/src/main/resources/kits.yml for more info regarding the format.
/hg and /sg are both aliases (the actual command is /survivalgames) A permissions error is not the plugin it would be whatever permissions plugin you are using. What plugin are...
The wall auto deletes when to remove the signs. (on next restart/reload)
what
It actually wouldn't cause that much extra load, it already scans every time it updates.
This isn't really a issue with SG, if the servers crashed its not like I have control any more over whats happening. My guess is its not able to rollback...
So the maps are resetting correctly? Would it be possible to get a thread dump?
What version are you running? Your line numbers don’t match up with the current code.
It would help, the line number is occurring outside of any current methods so its not much help.
Ok so its deadlocking on p.teleport(SettingsManager.getInstance().getLobbySpawn()); which im assuming its because the player can't be teleported since the main thread is dead. Not sure what I can do about that.