- For server moderators to have a few extra tools to manage chat easier
- Includes specific options to help in customization.
✔Lock and unlock chat
✔ Clear chat
✔ Toggle staff chat
✔ Add website domains which are censored from chat
✔ Allow specific players to bypass lock, clear, and anti-ad
✔ Easily modify permissions
✔ Easily change color theme and messages
⭐Works well combined with my chat filter skript located
here
Code (Text):
options:
# === Main Options ===
# No Permission Message
permDenied: &8• &7You lack permission for that
# Permission Node Prefix
permPrefix: skript # permission node will begin with this, ex: "skript.broadcaster"
# Permission to allow player to bypass the filter
lockBypass: skript.chatLock.bypass
# Permission to exclude player from chat clear
clearBypass: skript.chatClear.bypass
# Permission to allow player to send links in chat
adBypass: skript.antiAd.bypass
# Color Theme
aColor: &7 # Main text color
bColor: &b # Emphasis text color
cColor: &3 # Extra emphasis color numbers in broadcast list
# Prefix that leads every message
chatPrefix: "&8[&bServer&8]"
# Message shown to players when chat is locked/unlocked
chatLocked: %{-chatControl::prefix}% &7Chat has been &cLocked&7!
chatUnlocked: %{-chatControl::prefix}% &7Chat has been &bUnlocked&7!
# Message shown to players when they try to chat while chat is locked
chatLockedDenied: %{-chatControl::prefix}% &7Chat is currently &cLocked&7!
# Message shown to players when chat is cleared
chatCleared: %{-chatControl::prefix}% &7Chat has been cleared!
# Alternate between different length messages when clearing chat as to still effect players using an anti-spam mod
chatAlternate: true
# Format of staff chat messages (Change to fit your server's chat format)
staffChatFormat: &8[&b&lStaff&8] &3%player%&7:&f # << The message will be added here, so any color code will apply to it
# Anti-ad message when atttempting to ad
adDenied: %{-chatControl::prefix}% &7Please refrain from &cadvertising&7!
# Anti-ad notify message for staff
adNotifyMsg: %{-chatControl::prefix}% &b%player% &7may be advertising! &7Message: ""&3%message%&7""
# Permission to allow player to see when a player attempts to advertise
adNotifyPerm: skript.antiAd.notify
# Anti-ad rejected domains (More domains = longer skript reload time)
adDomains: ".net" or ".co" or ".us" or ".uk" or ".ws" or ".tk" or ".org" or ".to" or ".192" or ".aternos" or ".me" or ".ly" or ".pl" or ".tv" or ".myserver" or ".club" or ".io" or ".ca" or ".host" or ".xyz" or ".is" or ".server" or ".gg" or ".eu"
Code (Text):
- /sc <message> - Toggle staff chat, or send a single message straight to staff chat
- /lockchat - Lock the chat
- /clearchat - Clear the chat
- Thank you for downloading!! - Make sure to leave a review so I know what you think!