-
Notifications
You must be signed in to change notification settings - Fork 0
Chat Channels
Jack edited this page Apr 5, 2026
·
1 revision
Allium includes its own channel system.
By default:
-
default= normal public/global chat -
staff-chat= staff-only write channel
/channel/channel join <channel> [read|write]/a/staffchat/local/l/g/global
Channels are configured in:
-
config.ymlunderchat.channels
Each channel can define:
- display name
- aliases
- chat format
- Discord channel ID
- inbound Discord format
- outbound Discord format
- optional webhook delivery
allium.channelallium.channel.joinallium.channel.join.<channel>.readallium.channel.join.<channel>.writeallium.channel.autojoin.<channel>.readallium.channel.autojoin.<channel>.write
- Allium can keep players reading one channel while writing in another.
- Staff chat is intended to work as a real channel, not just a formatting toggle.
- Channel chat can integrate with DiscordSRV when channel IDs are configured.