Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on load:
- broadcast "&8&m-----------------------------------------------------"
- broadcast "&6&lPermissions&8:"
- broadcast "&b/clearchat /cc &8: &7custom.clearchat"
- broadcast "&b/lockchat &8: &7custom.lock"
- broadcast "&b/unlockchat &8: &7custom.unlock"
- broadcast "&b/broadcast /bc &8: &7custom.broad"
- broadcast "&8&m-----------------------------------------------------"
- broadcast "&c&lCommands"
- broadcast "&b/Clearchat &8: &7Clears Chat"
- broadcast "&b/cc &8: &7Clears chat"
- broadcast "&b/lockchat &8: &7Locks chat so players cant talk but staff can"
- broadcast "&b/unlockchat &8: &7Unlocks chat so players can talk again"
- broadcast "&b/broadcast &8: &7Make a custom broadcast"
- broadcast "&b/bc &8: &7Make a custom Broadcast"
- broadcast "&8&m-----------------------------------------------------"
- broadcast "&d&lIdeas"
- broadcast "&7If you have any Ideas contact the developers on our forum post"
- broadcast "https://minehut.com/forums/topics/59b30d254531734a8c080f95"
- broadcast "&8&m-----------------------------------------------------"
- command /clearchat:
- aliases: /cc
- permission: custom.clearchat
- permission message: "&c&lSorry &8: &7you dont have permissions!"
- trigger:
- loop 200 times:
- broadcast " "
- broadcast "&8[&dCLEARCHAT&8] &b%player%, &7has cleared the chat!"
- command /broadcast <string>:
- aliases: /bc
- permission: custom.broad
- permission message: "&c&lSorry &8: &7you dont have permissions!"
- trigger:
- broadcast “&7SERVER_NAME &8» %arg-1%"
- on chat:
- replace all "fuck" with "****" in the message
- replace all "cunt" with "****" in the message
- replace all "bitch" with "****" in the message
- replace all "nigger" with "****" in the message
- replace all "pussy" with "****" in the message
- replace all "faggot" with "****" in the message
- replace all "kys" with "Hope you live " in the message
- replace all "Owner" with "Owners_name" in the message
- replace all "owner" with "Owners_name" in the message
- command /lockchat:
- aliases: /lc
- permission: custom.lock
- permission message: "&c&lSorry &8: &7you dont have permissions"
- trigger:
- set {locker} to "%player%"
- set {locked} to 1
- broadcast "&8[&aCHATLOCK&8] &7Chat has been locked by &4bplayer%"
- command: /unlockchat:
- aliases: /chatu, /uchat, /uc
- permission: custom.unlock
- trigger:
- set {locked} to 0
- broadcast "&8[aCHATLOCK&8] &cChat has been unlocked by &b%player%"
Add Comment
Please, Sign In to add comment