Advertisement
Jt1010

占い

Sep 9th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. command /uranai <player>:
  2. trigger:
  3. if number of all nether star in player's inventory >= 1:
  4. if {JINROU::*} contain arg:
  5. wait 3 seconds
  6. send "&1&l占い結果が出ました"
  7. wait 2 seconds
  8. send "&1&l%arg%は&4&l人狼&1&lです"
  9. command "/clear %player% nether_star 0 1"
  10. else if {MURABITO::*} contain arg:
  11. wait 3 seconds
  12. send "&1&l占い結果が出ました"
  13. wait 2 seconds
  14. send "&1&l%arg%は&2&l村人&1&lです"
  15. command "/clear %player% nether_star 0 1"
  16. else:
  17. send "&1&lまだ試合が始まっていないのでは?"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement