Efficient way to prevent fly hacking?

Discussion in 'Plugin Development' started by Eos, Aug 9, 2015.

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

    Eos

    What are some efficient ways to prevent fly hacking? As of right now my current fly hack detection is really shitty.
     
  2. Offline

    AcePilot10

    Konato_K and SuperOriginal like this.
  3. Offline

    mythbusterma

    @Eos

    Try predicting the effects of gravity. The speeds players should fall at are listed on the Minecraft wiki.
     
  4. Offline

    Eos

  5. Offline

    mythbusterma

    @Eos

    That's the one. Expect a lot of trial and error to get it right though.
     
  6. Offline

    FunIsDangerous

    Some "hacks" include creative fly.So, checking if(player.isFlying()) will return true, which is a really simple solution. It does NOT detect every single way of flying, but it does detect the default way of flying in minecraft(Creative Fly)
     
  7. Offline

    Eos

    Which is completely useless in my situation, i'm sticking to myth's method.
     
    Last edited: Aug 10, 2015
    FunIsDangerous likes this.
Thread Status:
Not open for further replies.

Share This Page