Double walking speed without potion effect

Discussion in 'Plugin Development' started by Domi381, Aug 19, 2013.

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

    Domi381

    Hello Guys,
    I wanted to know how I can double the walking speed of a player without giving him a potion effect so he sees no particles and nothing of the speed in the inventory. I saw it on the Shotbow Network and I want to give my players the same advantage.
    Domi381
     
  2. Offline

    Harry5573

    The code is in essentials easy way is to send console command /speed 5 p.getName()
     
  3. Offline

    blablubbabc

    player.setWalkSpeed(0.4F);
     
    Wizardo367 likes this.
Thread Status:
Not open for further replies.

Share This Page