-
Posts
91 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
Gallery
Blogs
Events
Store
Downloads
Posts posted by AHelpingCandy
-
-
Try changing
format slot 14 of player to format gui slot 14 of player
-
2
-
-
So I made a script that allowes you to change speed of another player
SCRIPT:
command /speed [<number>] [<text>] [<player>]:
permission: e
trigger:
if arg 1 is not set:
send "Change your speed limits." to player
send "/speed <speed> [type] [player]" to player
stop
if arg 2 is set:
if arg 2 is "walk":
if arg 3 is set:
if arg 1 is greater than 10:
send "&6Set &cwalking &6speed to &c10 &6for %arg 3's prefix%&c%arg 3%&6." to player
set arg 3's walking speed to 0.2 * 10
stop
send "&6Set &cwalking &6speed to &c%arg 1% &6for %arg 3's prefix%&c%arg 3%&6." to player
set arg 3's walking speed to 0.2 * arg 1
stop
if arg 1 is greater than 10:
send "&6Set &cwalking &6speed to &c10 &6for %player's prefix%&c%player%&6." to player
set player's walking speed to 0.2 * 10
stop
set player's walking speed to 0.2 * arg 1
send "&6Set &cwalking &6speed to &c%arg 1% &6for %player's prefix%&c%player%&6."
stop
if arg 2 is "walking":
if arg 3 is set:
if arg 1 is greater than 10:
send "&6Set &cwalking &6speed to &c10 &6for %arg 3's prefix%&c%arg 3%&6." to player
set arg 3's walking speed to 0.2 * 10
stop
send "&6Set &cwalking &6speed to &c%arg 1% &6for %arg 3's prefix%&c%arg 3%&6." to player
set arg 3's walking speed to 0.2 * arg 1
stop
if arg 1 is greater than 10:
send "&6Set &cwalking &6speed to &c10 &6for %player's prefix%&c%player%&6." to player
set player's walking speed to 0.2 * 10
stop
set player's walking speed to 0.2 * arg 1
send "&6Set &cwalking &6speed to &c%arg 1% &6for %player's prefix%&c%player%&6."
stop
if arg 2 is "fly":
if arg 3 is set:
if arg 1 is greater than 10:
send "&6Set &cflying &6speed to &c10 &6for %arg 3's prefix%&c%arg 3%&6." to player
set arg 3's flyingspeed to 0.2 * 10
stop
send "&6Set &cflying &6speed to &c%arg 1% &6for %arg 3's prefix%&c%arg 3%&6." to player
set arg 3's flying speed to 0.1 * arg 1
stop
if arg 1 is greater than 10:
send "&6Set &cflying &6speed to &c10 &6for %player's prefix%&c%player%&6." to player
set player's flying speed to 0.1 * 10
stop
set player's flying speed to 0.1 * arg 1
send "&6Set &cflying &6speed to &c%arg 1% &6for %player's prefix%&c%player%&6."
stop
if arg 2 is "flying":
if arg 3 is set:
if arg 1 is greater than 10:
send "&6Set &cflying &6speed to &c10 &6for %arg 3's prefix%&c%arg 3%&6." to player
set arg 3's flyingspeed to 0.2 * 10
stop
set arg 3's flying speed to 0.1 * arg 1
send "&6Set &cflying &6speed to &c%arg 1% &6for %arg 3's prefix%&c%arg 3%&6." to player
stop
if arg 1 is greater than 10:
send "&6Set &cflying &6speed to &c10 &6for %player's prefix%&c%player%&6." to player
set player's flying speed to 0.1 * 10
stop
set player's flying speed to 0.1 * arg 1
send "&6Set &cflying &6speed to &c%arg 1% &6for %player's prefix%&c%player%&6."
stop
if arg 2 is not set:
if player is flying:
if arg 1 is greater than 10:
send "&6Set &cflying &6speed to &c10 &6for %player's prefix%&c%player%&6." to player
set player's flying speed to 0.1 * 10
stop
set player's flying speed to 0.1 * arg 1
send "&6Set &cflying &6speed to &c%arg 1% &6for %player's prefix%&c%player%&6." to player
stop
if arg 1 is greater than 10:
send "&6Set &cwalking &6speed to &c10 &6for %player's prefix%&c%player%&6." to player
set player's walking speed to 0.2 * 10
stop
set player's walking speed to 0.2 * arg 1
send "&6Set &cwalking &6speed to &c%arg 1% &6for %player's prefix%&c%player%&6." to player-
1
-
-
Amazing
-
1
-
1
-
1
-
-
Good work
Keep it up
-
2
-
-
Good work
-
1
-
-
On 2/17/2021 at 5:52 PM, slgjamie said:
Hey there! We've seen some reports of this lately. Please try again after a few minutes and if it still doesn't work please send us a support ticket so we can take a look. You can send a ticket from here: https://minehut.com/support/faq
This link you've sent to make a ticket is correctly not working for me it can't load.
-
1
-
-
This link you've sent to make a ticket is correctly not working for me it can't load.

Help
in Discussion
Posted
Here you go!
Note: store the balance as {bal::%player's uuid%} or it won't work
command /baltop: