Update
This commit is contained in:
15
mirricraft-fly.sk
Normal file
15
mirricraft-fly.sk
Normal file
@@ -0,0 +1,15 @@
|
||||
# --- Fly ---
|
||||
command /fly [<text>]:
|
||||
description: Fly
|
||||
executable by: players
|
||||
trigger:
|
||||
if player has the permission "mirricraft.fly":
|
||||
if {fly.%player%} is not set:
|
||||
message "&7[&2MirriCraft&7]&r Lento on nyt sallittu"
|
||||
set player's flight mode to true
|
||||
set {fly.%player%} to true
|
||||
stop
|
||||
message "&7[&2MirriCraft&7]&r Lento on pois käytöstä"
|
||||
set player's flight mode to false
|
||||
delete {fly.%player%}
|
||||
stop
|
||||
Reference in New Issue
Block a user