pdxryanpdx

/nv

Feb 20th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. command /nightvision:
  2. aliases: nv
  3. permission: nv.use
  4. permission message: &4You don't have permission.
  5. trigger:
  6. if {haste.mode.%player%} is "False":
  7. message "&b&lNATUREMC &» &7You have enabled Night Vision!"
  8. set {nv.mode.%player%} to "True"
  9. apply night vision to the player for 100000 seconds
  10. else:
  11. if {haste.mode.%player%} is "True":
  12. message "&b&lNATUREMC &8» &7You have disabled Night Vision!"
  13. set {nv.mode.%player%} to "False"
  14. remove night vision from the player
Advertisement
Add Comment
Please, Sign In to add comment