Advertisement
maozou

人狼rpgのパーツ1

Feb 15th, 2019
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. on rightclick holding a armor stand:
  2. name of held item contains "&6&l騎士の祈り"
  3. execute console command "/effect %player% 11 1000000 255 true"
  4. execute console command "/clear %player% armor_stand 0 1"
  5. send "&6騎士の祈り&aを使用しました。"
  6. on rightclick holding a ender crystal:
  7. name of held item contains "共犯者の目"
  8. execute console command "/clear %player% end_crystal 0 1"
  9. send "&5共犯者の目&aを使用しました。"
  10. execute console command "/scoreboard teams join jinrou %player%"
  11. wait 20 seconds
  12. send "&5共犯者の目の効果が&a残り&610秒&aで効果が切れます…"
  13. wait 10 seconds
  14. send "&5共犯者の目&aの効果が切れました。"
  15. execute console command "/scoreboard teams join kyouzin %player%"
  16. on rightclick holding a nether star:
  17. name of held item contains "&aゲームに参加"
  18. execute console command "/scoreboard teams join sanka %player%"
  19. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:block.dispenser.dispense ambient %player% ~ ~ ~ 2 1"
  20. send "&a人狼RPGに参加しました!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement