Default walk speed?

Discussion in 'Plugin Development' started by Pyroblasted, Feb 25, 2013.

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

    Pyroblasted

    What is the default speed for resetting the setWalkSpeed method? Can't find it anywhere. There's nothing in the documentation either, which is pretty bad considering that modified walk speed doesn't go away on restart or reload. So i'm stuck in this really odd movement speed.
     
  2. Offline

    Rectar2

    The default walk speed is 0.2
     
    Live2Pwn likes this.
  3. Offline

    Opacification

    Actually, it's 0.1

    Code:java
    1. public float walkSpeed = 0.1F; // CraftBukkit private -> public
     
  4. Offline

    MooshViolet

  5. Offline

    ZeusAllMighty11

    Aengo likes this.
  6. Offline

    Opacification

  7. I think the default speed is 0.2. Opacification. 0.1 == sneaking speed.
     
Thread Status:
Not open for further replies.

Share This Page