2223242526272829303132
*/ public static void toggleGod(Player player){ // initialize event listeners if they have not already been enabled if (Common.plugin == null){ new Common(); } if (isPlayerGod(player)){ Common.godPlayers.remove(player.getName()); } else {
*/ public static void toggleFrozen(Player player){ // initialize event listeners if they have not been enabled already if (Common.plugin == null){ new Common(); } if (isPlayerFrozen(player)){ Common.frozenPlayers.remove(player.getName()); } else {