Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # ChatChi
- # Version : 1.1
- # The clearchat command settings
- command /clearchat [<number=1000>]:
- aliases: /cc
- permission: chatchi.clear
- permission message: &4You don't have &cpermissions &4to use this command.
- trigger:
- loop arg 1 times:
- broadcast " "
- broadcast "&8--------------------------------------"
- broadcast "&8[&c&l!&8] &fChat was &a&lcleared &fby &a&l%player%!"
- broadcast "&8--------------------------------------"
- #The clearchatwarn settings
- command /clearchatwarn:
- aliases: /ccw
- permission: chatchi.warn
- permission message: &4You don't have &cpermissions &4to use this command.
- trigger:
- broadcast ""
- broadcast "&8[&c&l!&8] &fthe &a&lchat &fwill &a&lclean &fin a moment"
- broadcast ""
- #The chatchi reload settings, better if don't Touch!
- command /chatchi reload:
- permission: chatchi.reload
- permission message: &4You don't have &cpermissions &4to use this command.
- trigger:
- execute console command "sk reload ChatChi"
- send "&8[&fChat&aChi&8] &fReloaded &asuccessfully!"
- #The chatchi info
- command /chatchinfo:
- permission: chatchi.info
- permission message: &4You don't have &cpermissions &4to use this command.
- trigger:
- send "&f----------------------------------"
- send "&aPlugin : &fChat&aChi"
- send "&cVersion : &f1.1"
- send "&eAuthor : Krailey"
- send "&f----------------------------------"
- on load:
- send "&8[&fChat&aChi&8] &8--------------------" to console
- send "&8[&fChat&aChi&8] &ePlugin &fhas &aloaded." to console
- send "&8[&eChat&fc&8] &8--------------------" to console
- on unload:
- send "&8[&eChat&fc&8] &8--------------------" to console
- send "&8[&eChat&fc&8] &ePlugin &fhas &cunloaded." to console
- send "&8[&eChat&fc&8] &8--------------------" to console
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement