[SOLVED] Disabling the "Kick - Moved Too Fast (Cheating?)"

Discussion in 'Plugin Development' started by Kierrow, May 2, 2012.

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

    Kierrow

    Hey,

    so recently I've been playing around with moving the player by a command.
    Sometimes it happens that through that, I get kicked by Minecraft itself,
    saying I was moving too fast (most times I wasn't even moving fast...).

    Is there a way to disable this handily built-in "feature"?
    (Either by code or config, can't really say I care...)

    Thanks in advance, this would really help me with a project of mine =)

    -Kierrow
     
  2. Offline

    SirTyler

    enable flying in the server properties, that will fix it (though not recommended).
     
    Kierrow likes this.
  3. Offline

    Kierrow

    Thanks a lot, gonna try this asap =D
     
  4. Offline

    Njol

    You can also allow flying for certain players only with player.setAllowFlight(true), e.g. only for the teleported player(s), and only for a short time.
     
    Kierrow likes this.
Thread Status:
Not open for further replies.

Share This Page