Easy Channels
No reviews yet
Chat channels for fabric servers
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Runs on a dedicated server only; does not work in singleplayer.
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
EasyChannels
EasyChannels is a Minecraft mod enabling players to create and manage custom chat channels with extensive options for message behavior and appearance.
Compatibility:
- Required: Fabric API
- Embedded: Text Placeholder API, Fabric Permissions API
- Made to Work With:
- Styled Chat
- If the local channel from EasyChannels is enabled, only the style format for the regular chat provided by Styled Chat will be overwritten.
- LuckPerms
- If you want to use LuckPerms and the Placeholder API, you'll need to install the LuckPerms Placeholder API Hook mod.
- Offical Download for the latest minecraft version.
- EasyChannels Fork for 1.20.1 only
- If you want to use LuckPerms and the Placeholder API, you'll need to install the LuckPerms Placeholder API Hook mod.
- Styled Chat
Documentation: Here
EasyChannels
EasyChannels is a Minecraft mod enabling players to create and manage custom chat channels with extensive options for message behavior and appearance.
Compatibility:
- Required: Fabric API
- Embedded: Text Placeholder API, Fabric Permissions API
- Made to Work With:
- Styled Chat
- If the local channel from EasyChannels is enabled, only the style format for the regular chat provided by Styled Chat will be overwritten.
- LuckPerms
- If you want to use LuckPerms and the Placeholder API, you'll need to install the LuckPerms Placeholder API Hook mod.
- Offical Download for the latest minecraft version.
- EasyChannels Fork for 1.20.1 only
- If you want to use LuckPerms and the Placeholder API, you'll need to install the LuckPerms Placeholder API Hook mod.
- Styled Chat
Documentation:
General Settings
- enabled - Enables or disables the mod.
Type:boolean, Default:true - command_argument_name - Command argument name for messages.
Type:string, Default:"message" - permissions_required_message - Message for insufficient permissions.
Type:string, Default:"<red>You don't have the required permissions to use this chat channel."
Local Variables:${player},${message}
Local Channel
- enabled - Enables/disables the local chat channel.
Type:boolean, Default:true - format - Message format in local channel.
Type:string, Default:"<white><bold>[L]</bold></white> <gold>${player}</gold> <gray>>></gray> <white>${message}"
Local Variables:${player},${message} - radius - Visibility radius (set
-1to disable).
Type:int, Default:50 - dimension_only - Restrict messages to the same dimension. Ignored if radius enabled.
Type:boolean, Default:true
Custom Channels
- enabled - Enables/disables the channel.
Type:boolean, Default:true - literal - Command literal for channel access.
Type:string - format - Custom message format.
Type:string, Default:"<gold>${player}</gold> <gray>>></gray> <yellow>${message}"
Local Variables:${player},${message} - radius - Visibility radius (set
-1to disable).
Type:int, Default:-1 - dimension_only - Restrict messages to same dimension (ignored if radius enabled).
Type:boolean, Default:false
Permissions
Both local and custom channels allow permission settings. By default, channels do not require any permissions to send or receive messages. If you add a permission check, either for the sender or receiver, the operator level is always required. A permission manager like LuckPerms is necessary to use permission nodes.
- permission_sender - Defines the sender's permission requirements.
permission:Permission node to send messages (default:null)
operator_level:Operator level to send messages (default:0) - permission_receiver - Defines the receiver's permission requirements.
permission:Permission node to receive messages (default:null)
operator_level:Operator level to receive messages (default:0)
Permission Example:
{
"permission_sender": {
"permission": "easychannels.send",
"operator_level": 4
},
"permission_receiver": {
"permission": "easychannels.receive",
"operator_level": 0
}
}
Full Configuration Example
{
"enabled": true,
"command_argument_name": "message",
"permissions_required_message": "<red>You don't have the required permissions to use this chat channel.",
"local_channel": {
"enabled": true,
"format": "<white><bold>[L]</bold></white> <gold>${player}</gold> <gray>>></gray> <white>${message}",
"radius": 50,
"dimension_only": true
},
"custom_channels": [
{
"enabled": true,
"literal": "global",
"format": "<gold>${player}</gold> <gray>>></gray> <yellow>${message}",
"radius": -1,
"dimension_only": false
},
{
"enabled": true,
"literal": "staff",
"format": "<gold>${player}</gold> <gray>>></gray> <yellow>${message}",
"radius": -1,
"dimension_only": false,
"permission_sender": {
"permission": "easychannels.send.staff",
"operator_level": 0
},
"permission_receiver": {
"operator_level": 4
}
}
]
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers