Advertisement
CARAB4O

Untitled

Jan 11th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. every tick in "world":
  2. loop all players:
  3. loop-player is wearing a chain chestplate named "&cJetpack"
  4. loop-player is sneaking
  5. open chest with 1 rows named "&r" to loop-player
  6. format slot 3 of loop-player with book named "&a&lENABLE &7Speed" with lore "&7Click to enable your speed effect" to close then run [make player execute command "/effect %player% speed 10000 12 true"]
  7.  
  8. format slot 5 of loop-player with book named "&c&lDISABLE &7Speed" with lore "&7Click to disable your speed effect" to close then run [make player execute command "/effect %player% speed 0 0"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement