funkemunky

Untitled

Apr 29th, 2017
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.33 KB | None | 0 0
  1. @SuppressWarnings("deprecation")
  2.     public void onDisable() {
  3.         //KICKALL
  4.         for(Player player : Bukkit.getOnlinePlayers()) {
  5.             player.kickPlayer(ChatColor.translateAlternateColorCodes('&', "&aRestarting Wenja Practice! \n&7".replaceAll("\\n", "\n") + randomJoke()));
  6.             getLogger().log(Level.INFO, "Kicked all online players!");
  7.         }
  8.     }
Advertisement
Add Comment
Please, Sign In to add comment