-
-
Notifications
You must be signed in to change notification settings - Fork 42
Permissions
Josua Parks edited this page Feb 19, 2022
·
33 revisions
Carbon: v2.0.6
The following is a list of permission nodes that are checked in the plugin, and their function:
Node | Function |
---|---|
carbon.channel.channelname | Allows access to the /channel and /<channelname> commands. |
carbon.channel.channelname.see | Required to allow the player to see messages in the channel. |
carbon.channelname.speak | Required to allow the player to send messages in the channel. |
carbon.clearchat.clear | Allows a player to clear the chat for all players except those with carbon.chearchat.exempt . |
carbon.clearchat.exempt | Exempts the player from having their chat cleared when /clearchat is executed. |
carbon.debug | Allows a sender to quickly check what carbon thinks the player's primary and non-primary groups are. |
carbon.help | Allows a player to view Carbon's help menu, detailing each part of Carbon's commands. |
carbon.hideidentity | Prevents messages from the player from being blocked clientside. |
carbon.ignore | Allows a user to ignore players, hiding messages they send in chat and in whispers. |
carbon.ignore.exempt | Prevents a player from being ignored. |
carbon.ignore.unignore | Allows a player to remove someone from their ignore list. |
carbon.itemlink | Allows a player to display their held or equipped item in chat. |
carbon.mute | Allows a user to mute players, preventing them from sending messages or whispers. |
carbon.mute.exempt | Prevents a player from being muted. |
carbon.mute.info | Allows checking if others are muted or not. |
carbon.mute.notify | Notifies a player when someone else has been muted. |
carbon.mute.unmute | Allows unmuting a player, allowing them to use chat and send whispers. |
carbon.nickname | Allows a player to view their own nickname. |
carbon.nickname.others | Allows a player to check or set other players' nicknames. |
carbon.nickname.see | Allows a player to check their or other players' nicknames. |
carbon.nickname.self | Allows a player to check or set their own nickname. |
carbon.nickname.set | Allows a player to sets their or other players' nicknames. |
carbon.reload | Permits the reloading of Carbon's config, channel settings, and translations. |
carbon.whisper | Allows a player to send private messages to other players. |
carbon.whisper.continue | Allows a player to send a message to the last player they whispered. |
carbon.whisper.reply | Allows a player to send a message to the last player who messaged them. |
carbon.whisper.vanished | Allows a player to send messages to vanished players. |