ok, that could be anything. It only help if you know what the error causes.
ok, that could be anything. It only help if you know what the error causes.
/ws addmember <playername>/ws tp <world>survival: truep.setGameMode(PluginConfig.getSpawnGamemode());if (PluginConfig.isSurvival()) {
p.setGameMode(GameMode.SURVIVAL);
} else {
p.setGameMode(GameMode.CREATIVE);
}survival: