Guest User

Cat's Eyes

a guest
May 9th, 2015
520
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. options:
  2.  
  3. P: <cyan>[<gray>UHC<cyan>]
  4.  
  5. command /catseyes <text>:
  6. permission: skript.op
  7. usage: /catseyes <on/off>
  8. trigger:
  9. if arg 1 is "on":
  10. broadcast "{@P} <green>Cat's Eyes Enabled"
  11. loop all players:
  12. apply night vision to the loop-player for 999 hours
  13.  
  14. if arg 1 is "off":
  15. broadcast "{@P} <green>Cat's Eyes Disabled"
  16. loop all players:
  17. remove night vision from the loop-player
Advertisement
Add Comment
Please, Sign In to add comment