Permissions
This page contains information about permission nodes handled by ChatPlugin. They are organized in categories.
Commands
Every command requires one or more permissions to be executed. Browse the tables at Getting started/Commands.
Ranks
A permission is associated to every loaded rank. The default rank does not require any permission. You can find (and edit) ranks' permission format at Modules/Ranks/Setup.
The default format is chatplugin.ranks.{0}
where {0}
is replaced with the rank's ID. Example: chatplugin.ranks.staff
, chatplugin.ranks.vip
.
Chat
The chat's modules make use of several permissions.
Formatted chat
The chatplugin.formatted-chat
permission is required to send colored/formatted messages to the public and private chat (private messages) when the formatted chat module is enabled.
Chat channels
The example-id
channel may require the following permissions:
chatplugin.channels.example-id
to see, join and listen to it, if access is restrictedchatplugin.channels.example-id.write
to write in it, if writing is restricted
Antispam
The chatplugin.antispam.notification
permission is required to receive notifications by the antispam when the antispam module is enabled.
Additionally, it performs several permissions checks to decide whether the player can send a message.
Player ping
This module requires the following permissions:
chatplugin.player-ping
to mention other playerschatplugin.player-ping.everyone
to mention@everyone
chatplugin.player-ping.bypass
to bypass the cooldown set atchat.player-ping.per-player-cooldown
in chat.yml
Staff chat
The chatplugin.commands.staffchat
permission is required to send and receive Staff chat messages.
Muteall
The chatplugin.commands.muteall
permission is required to be able to send messages when the chat has been muted via /muteall
.
Vanish
The chatplugin.commands.vanish
permission is required to see vanished players and autocomplete their names in commands.
Update notification
The chatplugin.update-notification
permission is required to receive the update notification when a new version of ChatPlugin is available.
It can be completely toggled off by setting settings.enable-update-notification
to false
in config.yml.
ChatPlugin — A feature-rich and modular chat ecosystem, lightweight and efficient by design.
This wiki is currently updated to version 1.10.4.
© 2025 Remigio07
Please report any mistakes and misspellings as described at Home/Reporting issues.