SimpleChannels v1.0.0
Allows the creation of custom chat channels that can be controlled by a single permission node.
This is a no-frills replacement of something like StaffChat.
- Allows for any number of chat channels
- Custom prefix and colors for your chat channels
- Access to a channel is controlled by a single permission node
- Simple. It can't get simpler than this
- Download the latest release
- Drop
SimpleChannels.jar
in yourplugins/
folder - Restart your server
- Edit
config.yml
to your needs and reload the configuration
/sc <message>
- Sends a message to thedefault
channel/sc <channel> <message>
- Sends a message to thechannel
channel/sc list
- Lists avaliable chat channels and their respective permission nodes/sc reload
- Reloads the plugin configuration
simplechannels.default
- Allows the user to chat in thedefault
channelsimplechannels.<channel>
- Allows the user to chat in thechannel
channelsimplechannels.list
- Shows the avaliable chat channels and their respective permission nodessimplechannels.reload
- Reloads the plugin configuration