sora200507

Untitled

Feb 11th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. command /syobatu [<player>] [<text>] [<text>]:
  2. permission:admin
  3. usage: /syobatu <player> <jail or ban or syokei> <理由>
  4. trigger:
  5. if arg 1 is set:
  6. if arg 2 is set:
  7. if arg 3 is set:
  8. if arg 2 is "jail":
  9. execute console command "/tp %argument 1% -207 4 -28"
  10. broadcast "&4&l[処罰]&2&l %argument 1%が&5&l%player%&5&lによって&4&l処罰&8&lされた&b&l [%argument 2%]"
  11. stop
  12. if arg 2 is "ban":
  13. execute console command "/ban %argument 1% %argument 2%"
  14. broadcast "&4&l[処罰]&2&l%argument 1%が&5&l%player%&5&lによって&4&l処罰&8&lされた&b&l [%argument 2%]"
  15. stop
  16. if arg 1 is "syokei":
  17. execute console command "/tp %argument 1% -183 5 -16"
  18. broadcast "&4&l[処罰]&2&l%argument 1%が&5&l%player%&5&lによって&4&l処罰&8&lされた&b&l [%argument 2%]"
  19. stop
Advertisement
Add Comment
Please, Sign In to add comment