Easy Channels

Quick rating

Easy Channels

No reviews yet

Chat channels for fabric servers

QoL & Tweaks
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Dedicated Server Only

Runs on a dedicated server only; does not work in singleplayer.

About

Project Details

Type
Mod
License
Apache License 2.0
Latest Version
EasyChannels-1.0.0.jar

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

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:


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:


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 -1 to 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 -1 to 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

This project has no gallery images yet.

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works