SHOW:
|
|
- or go back to the newest paste.
| 1 | Command /fly: | |
| 2 | Trigger: | |
| 3 | - | player's world= "world": |
| 3 | + | player's world= "world" |
| 4 | If {fly.%player%} is not set:
| |
| 5 | Send "&7Flight mode is now &aenabled&7." to player | |
| 6 | set player's flight mode to true | |
| 7 | Set {fly.%player%} to true
| |
| 8 | Stop | |
| 9 | If {fly.%player%} is set:
| |
| 10 | Send "&9Flight mode is now &cdisabled&9." to player | |
| 11 | set player's flight mode to false | |
| 12 | Delete {fly.%player%}
| |
| 13 | Stop |