iku55

Murder:+

Jul 17th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. command /start:
  2. permission: sk.start
  3. trigger:
  4. loop all players:
  5. if {%loop-player%_join?} is "join":
  6. if loop-player has a iron sword:
  7. message "&7You are &cKiller" to loop-player
  8. command "/give %player% minecraft:iron_sword 1 0 {ench:[{id:16,lvl:9999}]}"
  9. else if loop-player has a bow:
  10. message "&7You are &aDetective" to loop-player
  11. command "/give %player% minecraft:bow 1 0 {ench:[{id:48,lvl:9999},{id:49,lvl:9999},{id:50,lvl:9999}]}"
  12. give a arrow to loop-player
  13. else:
  14. message "&7You are &fBystander" to loop-player
  15. command "/maptp tp"
  16. command /join:
  17. trigger:
  18. set {%player%_join?} to "join"
  19. message "参加しました。" to player
  20. command /quit:
  21. trigger:
  22. set {%player%_join?} to "quit"
  23. message "退出しました。" to player
Add Comment
Please, Sign In to add comment