Note: AdminChat is no longer maintained. The plugin should still work as intended, but there is no guarantee of updates or support.
- Native Minecraft Version:
- Legacy (< 1.13)
- Tested Minecraft Versions:
- 1.9
- 1.10
- 1.11
- 1.12
- Source Code:
- https://github.com/md678685/AdminChat
- Contributors:
- gravity_low, 1Rogue
AdminChat is a flexible and lightweight chat channel plugin which allows not only admins, but other people such as donators, builders, technicians and moderators talk in their own private and configurable channels.
Features
Configuration
- Unlimited configurable private chat channels
- Automated update checking
- Custom command support
- Chat toggling
config.yml
channels.ymlCode (Text):
# Whether to check for updates
update-check: true
# The prefix for information messages
prefix: "&a[&cAdminChat&a] "
Below is an example channel.yml.
Code (Text):
channels:
adminchat:
command: 'ac'
format: '&e[ADMIN] {NAME}: &f{MESSAGE}'
donatorchat:
command: 'dc'
format: '&e[DONATOR] {DISPLAYNAME}: &f{MESSAGE}'
{NAME} will be replaced by the player's username.
{DISPLAYNAME} will be replaced by the player's display name.
{MESSAGE} will be replaced by the message sent by the player.
Commands
/adminchat reload - reloads the config
/<channelcommand> or /<channelcommand>toggle - toggles automatic chatting in a channel
/<channelcommand> [message] - send a message to a channel
Permissions
- adminchat.* - grants all permissions listed below, including access to all channels and the ability to reload
- adminchat.reload - allows the player to reload the config
- adminchat.channel.<channelname> - allows the player to send and receive messages to and from the specified channel
- adminchat.channel.* - allows the player to send and receive messages to and from every channel

AdminChat - customizable staff chat channels 1.4.4
(outdated) A flexible chat channel plugin