Check if server is in offline mode

Discussion in 'Plugin Development' started by hackercore, Jun 20, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    hackercore

    I do not like nor support offline/cracked servers. I hate them so much (except for debugging) that I want to make a plugin that does not work on offline servers. Is there an API feature to check if a server is in offline mode?
     
  2. Offline

    teej107

    getServer().getOnlineMode();
    Or
    Bukkit.getOnlineMode();
     
  3. Offline

    fireblast709

  4. Offline

    hackercore

Thread Status:
Not open for further replies.

Share This Page