Advertisement
m3Zz

Korrigiert

Aug 5th, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.47 KB | None | 0 0
  1. every 2 seconds:
  2.     loop players:
  3.         loop-player has permission "skript.shadow"    
  4.         light level at loop-player is smaller than or equal to 5: # heal the player from light level 5 downwards
  5.             heal the loop-player by 0.5 hearts
  6.             #message "<light green>You are in the shadows!" to loop-player
  7.         light level at loop-player is smaller than or equal to 3: # extra healing from level 3 and downwards
  8.             heal the loop-player by 1 hearts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement