Advertisement
Guest User

ChatChi code

a guest
May 27th, 2020
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. # ChatChi
  2. # Version : 1.1
  3.  
  4.  
  5. # The clearchat command settings
  6. command /clearchat [<number=1000>]:
  7. aliases: /cc
  8. permission: chatchi.clear
  9. permission message: &4You don't have &cpermissions &4to use this command.
  10. trigger:
  11. loop arg 1 times:
  12. broadcast " "
  13. broadcast "&8--------------------------------------"
  14. broadcast "&8[&c&l!&8] &fChat was &a&lcleared &fby &a&l%player%!"
  15. broadcast "&8--------------------------------------"
  16.  
  17. #The clearchatwarn settings
  18. command /clearchatwarn:
  19. aliases: /ccw
  20. permission: chatchi.warn
  21. permission message: &4You don't have &cpermissions &4to use this command.
  22. trigger:
  23. broadcast ""
  24. broadcast "&8[&c&l!&8] &fthe &a&lchat &fwill &a&lclean &fin a moment"
  25. broadcast ""
  26.  
  27. #The chatchi reload settings, better if don't Touch!
  28. command /chatchi reload:
  29. permission: chatchi.reload
  30. permission message: &4You don't have &cpermissions &4to use this command.
  31. trigger:
  32. execute console command "sk reload ChatChi"
  33. send "&8[&fChat&aChi&8] &fReloaded &asuccessfully!"
  34.  
  35. #The chatchi info
  36. command /chatchinfo:
  37. permission: chatchi.info
  38. permission message: &4You don't have &cpermissions &4to use this command.
  39. trigger:
  40. send "&f----------------------------------"
  41. send "&aPlugin : &fChat&aChi"
  42. send "&cVersion : &f1.1"
  43. send "&eAuthor : Krailey"
  44. send "&f----------------------------------"
  45.  
  46. on load:
  47. send "&8[&fChat&aChi&8] &8--------------------" to console
  48. send "&8[&fChat&aChi&8] &ePlugin &fhas &aloaded." to console
  49. send "&8[&eChat&fc&8] &8--------------------" to console
  50.  
  51. on unload:
  52. send "&8[&eChat&fc&8] &8--------------------" to console
  53. send "&8[&eChat&fc&8] &ePlugin &fhas &cunloaded." to console
  54. send "&8[&eChat&fc&8] &8--------------------" to console
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement