Skip to content

Instantly share code, notes, and snippets.

@Azuxul
Created November 19, 2015 21:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Azuxul/a9b40e348b90c5df2160 to your computer and use it in GitHub Desktop.
Save Azuxul/a9b40e348b90c5df2160 to your computer and use it in GitHub Desktop.
// Use this before : https://gist.github.com/Azuxul/7310544b62b6fc14f1e8
String owner = "Azuxul";
boolean ownerIsConnected;
for(Player player : Bukkit.getOnlinePlayers())
if(player.getName().equalsIgnoreCase(owner))
ownerIsConnected = true;
// Azuxul 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment