EagleM

#1 Eagle[M]

Apr 18th, 2015
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. command /helm:
  2.     trigger:
  3.         player has permissions "s.helm":
  4.             equip player with a leather helmet of unbreaking 10 and Respiration 10 named "&4Szmaragdowy helm"
  5.             dye player's helmet green
  6.         else:
  7.             send "&cNie masz permisji!"
  8.  
  9. every 1 second:
  10.     loop all players:
  11.         if helmet of loop-player is leather helmet named "&4Szmaragdowy helm":
  12.             apply night vision 5 to the loop-player for 1 seconds
  13.  
  14. #Copyright© Eagle [M]aNiAaAK
Advertisement
Add Comment
Please, Sign In to add comment