Advertisement
Guest User

Untitled

a guest
Aug 13th, 2016
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. options:
  2. ni: &6Kor&buma &f: &7
  3. #----------------------------------------------------------------------------------------------------------
  4. on break of 52:
  5. if {ozelkoruma::%location of event-block%} is set:
  6. send "{@ni} Bu Spawner Korunmakta"
  7. send "{@ni} İptal etmek için admine ulaşın"
  8. cancel event
  9. #----------------------------------------------------------------------------------------------------------
  10. command /spawnerkoru:
  11. trigger:
  12. if targeted block is monster spawner:
  13. if {ozelkoruma::%location of targeted block%} is not set:
  14. set {_loc} to location of targeted block
  15. set {ozelkoruma::%{_loc}%} to {_loc}
  16. send "{@ni} Önünüzdeki spawner artık korunuyor."
  17. stop
  18. else:
  19. send "{@ni} Önünüzdeki spawner zaten korunuyor"
  20. else:
  21. send "{@ni} Bunu kullanabilmek için bir spawnere bakman gerek!"
  22. #----------------------------------------------------------------------------------------------------------
  23. command /spawnerkorumakapat:
  24. trigger:
  25. if player has permission "koruma.admin":
  26. if {ozelkoruma::%location of targeted block%} is set:
  27. clear {ozelkoruma::%location of targeted block%}
  28. send "{@ni} Spawner Korunmadan Çıktı"
  29. else:
  30. send "{@ni} Bu Komutu Yetkiniz Bulunmamaktadır Lütfen Admine Bildiriniz"
  31. #----------------------------------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement