Determine if player is a doing piracy

Discussion in 'Plugin Development' started by wowlover6877, Oct 23, 2012.

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

    wowlover6877

    Is there anyway to determine if the player has bought the official game when he joins (something to do with packets)? I'm aiming to create a plugin that kicks off pirate players.
     
  2. Offline

    Tirelessly

    Set offline-mode to false?
     
  3. Offline

    Courier

    This. That's what the offline-mode flag is for.
     
  4. Offline

    wowlover6877

    Courier
    Setting it to false doesn't tell you if the player bought the game when he joins.

    EDIT: Sorry, I got confused with what you told me. I'm used to seeing 'online-mode', not offline-mode.

    What I mean is that the plugin will allow people that bought the game to join a offline-mode=true server. But if they didn't buy the game then it will kick them off. The use of this is to block piracy when a server is in offline mode and minecraft.net is down.
     
  5. Offline

    Tirelessly

    ...No, because minecraft.net is down. Bukkit doesn't support offline mode. Next.
     
  6. Offline

    wowlover6877

    Did you read "EDIT"?
     
  7. Offline

    c0mp

    Regardless of what offline mode is being used for, whether it's to support unpaid players or to get around Mojang's auth servers being down, we do not support offline mode on the forums. Locked!
     
    hawkfalcon likes this.
Thread Status:
Not open for further replies.

Share This Page