Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. on death:
  2. if {permakill} is "night":
  3. execute console command "/time set noon"
  4. set {permakill} to "day"
  5. stop trigger
  6. if {permakill} is "day":
  7. execute console command "/time set midnight"
  8. set {permakill} to "night"
  9. stop trigger
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement