Solved Speed From Essentials

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

BestGamerNL

Member
Apr 25, 2017
38
1
0
Heey guys im building a skript because i dont want Essentials in my plugins anymore because its to bigg for my ram on my server so now i have one problem with my speed skript

Essentials has a speed skript for flying / walking to 10 and now i want that in a skript i tried but its not working

here is my skript can please somebody help me out

code_language.skript:
command /speed:
    permission: wom.use
    trigger:
        If {speed.%player%} is not set:
            Send "&f[&6World Of Magic&f] &8» &aJe hebt nu speed :)" to player
            apply potion of swiftness 2 to the player for 999 days
            Set {speed.%player%} to true
            Stop
        Send "&f[&6World Of Magic&f] &8» &cJe hebt nu geen speed meer -_-" to player
        remove swiftness from player
        Delete {speed.%player%}
        Stop
 
Heey guys im building a skript because i dont want Essentials in my plugins anymore because its to bigg for my ram on my server so now i have one problem with my speed skript

Essentials has a speed skript for flying / walking to 10 and now i want that in a skript i tried but its not working

here is my skript can please somebody help me out

code_language.skript:
command /speed:
    permission: wom.use
    trigger:
        If {speed.%player%} is not set:
            Send "&f[&6World Of Magic&f] &8» &aJe hebt nu speed :)" to player
            apply potion of swiftness 2 to the player for 999 days
            Set {speed.%player%} to true
            Stop
        Send "&f[&6World Of Magic&f] &8» &cJe hebt nu geen speed meer -_-" to player
        remove swiftness from player
        Delete {speed.%player%}
        Stop
instead of applying swiftness why dont you actually change their speed https://bensku.github.io/Skript/expressions.html#ExprSpeed
 
Thanks donut youre rigt but where can i find the speed on that page i cant find it :emoji_frowning:
 
the link takes you right to it (itll be at the top of your screen, you need to scroll up a little to see the speed title). You can always ctrl + f and search for speed
 
Status
Not open for further replies.