• This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn more.
  • Minecraft 1.16.220 Update + Bug/Crash Fixes
    Added MCPE 1.16.220 version and fixed crashes for multiple plugins. You can view the full changelist here.
  • Forum Updates - 4/11/2021
    Various changes have been made to the forums and a few categories. You can view the full changelist here.

Speed - Move Faster for a Slight Amount of Time

Warning!
Hello , there have been no replies in this thread for more than 30 days.
Please make sure you have a valid reason before you reply to this thread or you may face moderation action.

NoYoursNo

Tree Puncher
#1
This command allows the user to move faster for a small amount of time, With a short price.

/cmd create speed Move Faster for a short time!

1 %bal% = playerbalance(%p%)
2 if %bal% < 300 then goto 4
3 if %bal% > 300 then goto 6
4 message %p% §eYou don't have enough Cash
5 exit
6 /takemoney %p% 300
7 message %p% §eFaster! Faster!!! FASTER!!!
8 /effect %p% speed 6 8

300 is the amount you have to pay for it to apply the Effect.

You can customize the Speed Duration and Level.
 

MuntThee

Tree Puncher
#2
This command allows the user to move faster for a small amount of time, With a short price.

/cmd create speed Move Faster for a short time!

1 %bal% = playerbalance(%p%)
2 if %bal% < 300 then goto 4
3 if %bal% > 300 then goto 6
4 message %p% §eYou don't have enough Cash
5 exit
6 /takemoney %p% 300
7 message %p% §eFaster! Faster!!! FASTER!!!
8 /effect %p% speed 6 8

300 is the amount you have to pay for it to apply the Effect.

You can customize the Speed Duration and Level.
set the 300 into 299 when the player has $300 it will not go truww
with
299 it will go truww

Code:
1 %bal% = playerbalance(%p%)
3 if %bal% > 299 then goto 5
4 message %p% §eYou don't have enough Cash
5 exit
6 /takemoney %p% 300
7 message %p% §eFaster! Faster!!! FASTER!!!
8 /effect %p% speed 6 8