boot speed

Discussion in 'Plugin Development' started by xelatercero, Jun 4, 2016.

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

    xelatercero

    I want that when the player equip te boots whith the name "botsspeed" the player speed increase, any idea?, Thanks!
     
  2. Offline

    teej107

    @xelatercero PlayerInventoryEvent (something like that) listen for when a player takes the boots off or on and then give them a speed potion or change their walk speed.
     
  3. Offline

    I Al Istannen

    @teej107
    InventoryClickEvent.

    @xelatercero
    Also listen for PlayerInteractEvent and check if he right clicks boots while he has no equipped. The shortcut, you know. Making a runnable checking every few ticks would probably be easier.
     
  4. Offline

    xelatercero

Thread Status:
Not open for further replies.

Share This Page