ChatUtils
Remeber if you ever need help join our discord!
https://discord.gg/J3DeUZnQnj
Why ChatUtils?
We have alot of features you might like!
- Staff Chat
- Admin Chat
- Broadcast
- Message System
- Message Spy System
- Time on a message
- Show item in chat
- Mute Chat
- Clear Chat
- Broadcast
- Sudo
- Player info
- Custom Emojis
- Blacklist Messages
- Anti Advertise
All of these features can be customized in the config file, you can add custom emojis like this
Code (Text):
emojis:
- "<3, &c❤&r"
When you type [item] it shows the item that the player is holding.
Commands:
- /clearchat
- /mutechat
- /broadcast
- /adminchat
- /staffchat
- /players ( shows all info about the player )
- /chatutils reload
- /sudo <player> </command>, <message> ( if you put a slash in the start it will become a command but if you don't it will become a message )
- /message <player> <message>
Permissions:
- chatutils.clearchat
- chatutils.staffchat
- chatutils.adminchat
- chatutils.broadcast
- chatutils.reload
- chatutils.message
- chatutils.mutechat
- chatutils.player
- chatutils.seeip
- chatutils.sudo
- chatutils.bypass
- chatutils.*
Code (Text):
shouldShowStaffChat: true
staffChat:
format: '&b[Staff-Chat] %player% → %message%'
shouldShowAdminChat: true
adminChat:
format: '&c[Admin-Chat] %player% → %message%'
# `shouldShowEmptyLine: true` means that it will send a empty line between
# the brodcast message.
# Broadcasts a message
shouldShowBroadcast: true
broadcast:
shouldShowEmptyLine: true
format: '&b&lChatUtils &b%message%'
# Broadcasts a command
shouldShowCommandBroadcast: true
commandBroadcast:
shouldShowEmptyLine: true
format: '&b&lChatUtils &bClick to run %command%'
shouldSendMessage: true
message:
format: '%player-from% → %player-to% &b%message%'
showTime: true
timeMessage: '%message% &b%time%'
timeZone: 'CET'
# WARNING `shouldShowIp: true` shows the players ip
# if you don't want this set it to false!
shouldShowIp: false
# Replaces [item] with the player's
# held item.
showItem: true
messageToReplace: '[item]'
shouldShowEmoji: true
emojis:
- "<3, &c❤&r"
# %word% is the message sent.
blacklistMessage: '&c&lYou are not allowed to say %word%'
blacklist:
- fuck
blacklistAdMessage: '&c&lYou are not allowed to advertise %word%'
disabledAd:
- hypixel
isChatNotMuted: false