Advertisement
Guest User

Untitled

a guest
Feb 8th, 2014
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. for(Player online:Bukkit.getOnlinePlayers()) {
  2. if(Main.InGame.contains(online)) {
  3. online.sendMessage("You are in the game!");
  4. }
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement