Use %player's name% instead of %player%
This commit is contained in:
@@ -11,26 +11,26 @@ command /fly [<player>]:
|
||||
trigger:
|
||||
if arg-1 is not set:
|
||||
if player has the permission "mirricraft.fly":
|
||||
if {fly.%player%} is not set:
|
||||
if {fly.%player's name%} is not set:
|
||||
message "&7[&2MirriCraft&7]&r Lento on nyt sallittu"
|
||||
set player's flight mode to true
|
||||
set {fly.%player%} to true
|
||||
set {fly.%player's name%} to true
|
||||
stop
|
||||
else:
|
||||
message "&7[&2MirriCraft&7]&r Lento on pois käytöstä"
|
||||
set player's flight mode to false
|
||||
delete {fly.%player%}
|
||||
stop
|
||||
if arg-1 is set:
|
||||
if player has permission "mirricraft.admin":
|
||||
if {fly.%arg-1%} is not set:
|
||||
set arg-1's flight mode to true
|
||||
set {fly.%arg-1%} to true
|
||||
stop
|
||||
else:
|
||||
set arg-1's flight mode to false
|
||||
delete {fly.%arg-1%}
|
||||
delete {fly.%player's name%}
|
||||
stop
|
||||
# if arg-1 is set:
|
||||
# if player has permission "mirricraft.admin":
|
||||
# if {fly.%arg-1%} is not set:
|
||||
# set arg-1's flight mode to true
|
||||
# set {fly.%arg-1%} to true
|
||||
# stop
|
||||
# else:
|
||||
# set arg-1's flight mode to false
|
||||
# delete {fly.%arg-1%}
|
||||
# stop
|
||||
|
||||
on quit:
|
||||
delete {fly.%player%}
|
||||
delete {fly.%player's name%}
|
||||
|
||||
Reference in New Issue
Block a user