Solved Sprint When You Wear Gold Boots

Discussion in 'Plugin Development' started by C0lA_K1nG, Dec 21, 2013.

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

    C0lA_K1nG

    I need some explaining/tutorial what I should to when I want to make a plugin where a player wears gold boots they are able to walk 3x as fast.
    Thanks,
    C0LA_K1nG
    *You will get credit in the plugin*​
     
  2. Offline

    xTigerRebornx

    My guess is that you could just see whenever they move (Using PlayerMoveEvent) and if they are wearing gold boots, give them a speed effect? That, and set it up in a proper plugin :p
     
  3. Offline

    Windy Day

    Or take a look at PlayerToggleSprintEvent check if the are sprinting and if they are wearing gold boots also player.setWalkSpeed() or give them a speed potion effect.
     
  4. Offline

    xTigerRebornx

Thread Status:
Not open for further replies.

Share This Page