URGENT: Essentials /speed command

Discussion in 'Bukkit Help' started by MrQuartz, Oct 20, 2013.

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

    MrQuartz

    Hi, this is urgent to me, what is the permission to enable /speed command for players, but only walking speed and only up to speed 3. Thanks!
     
  2. Offline

    ZziploxX

    essentials.speed.walk but i dont know how to make only level 3
     
  3. Offline

    Necrodoom

    Max speed is set in the config.
    You also need the essentials.speed permission and what ZziploxX said.
     
  4. Offline

    Nemesis213

    I believe there is an essentials.speed.fly also..
     
  5. Offline

    MrQuartz

    necrodoom It says max speed from 0.1 to 1.0, and it is already at 0.8
     
  6. Offline

    Necrodoom

    set to 0.3. Read comments above setting. ./speed 10 means the max speed set in config.
     
  7. Offline

    MrQuartz

    Code:
    #Set the max fly speed, values range from 0.1 to 1.0
    max-fly-speed: 0.8
    That's the only thing i found necrodoom to set that to 0.3?
     
  8. Offline

    Necrodoom

    yes.
     
  9. Offline

    MrQuartz

    necrodoom and do i need only -essentials.speed.walk, i don't want them to speed up their flying because they can't fly.

    hey necrodoom i did what you said and my players can go up to 10! Help!
     
  10. Offline

    Necrodoom

    like i said, /speed 10 would equal 0.3.
    and, yes, dont give essentials.speed.fly.
    Also, dont double post.
     
  11. Offline

    MrQuartz

    necrodoom So what do i need to put for max of /speed 3?
     
  12. Offline

    Necrodoom

    You already did. Doing /speed 10 would make their speed 0.3. /speed 3 will make it 0.09.
     
  13. Offline

    MrQuartz

    well why are they on hyperspeed? necrodoom
     
  14. Offline

    Necrodoom

    Im hoping you didnt give essentials.speed.bypass or testing with OP/admin?
     
  15. Offline

    MrQuartz

    Here you go, necrodoom

    Code:
    #Set the max fly speed, values range from 0.1 to 1.0
    max-fly-speed: 0.3
    Code:
    ActiveTraveller:
        build: true
        inheritance:
        - default
        prefix: '&6[T&aA]'
        permissions:
        - essentials.nick
        - essentials.speed
        - essentials.speed.walk
    P.S. Using PEX
     
  16. Offline

    Necrodoom

    looks fine to me. are you noticing the difference in speed when changing value? also make sure you are not OP.
     
  17. Offline

    MrQuartz

    yes, i am, player crosses the bridge in 5 seconds with speed 3, and with speed 10, he crosses it in 3 seconds necrodoom
     
Thread Status:
Not open for further replies.

Share This Page