i accepted tpa and player that no member has access to my world
i accepted tpa and player that no member has access to my world
/ws addmember <playername>/ws tp <world>survival: truep.setGameMode(PluginConfig.getSpawnGamemode());if (PluginConfig.isSurvival()) {
p.setGameMode(GameMode.SURVIVAL);
} else {
p.setGameMode(GameMode.CREATIVE);
}survival: