-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
# Commands | ||
|
||
The following is a list of commands offered by the plugin, and their function. **All commands can be modified & disabled in [`commands.yml`](https://github.com/Hexaoxide/Carbon/blob/master/src/main/resources/commands.yml).** | ||
The following is a list of commands offered by the plugin, and their function. **All commands can be modified & disabled in [`commands.yml`](../blob/master/src/main/resources/commands.yml).** | ||
|
||
Command | Aliases | Permission | Description | ||
--- | --- | --- | --- | ||
`/channellist` | `/chlist` | `carbonchat.channellist` | View all channels. | ||
`/channel <name> [message]` | `/ch, /switch, /join` | `carbonchat.channel, carbonchat.channel.message` | Join specified chat channel, or send a message in a specific channel. | ||
`/sudochannel <player> <channel> [message]` | `/sch, /sudochannel, /schannel, /chsudo, /channelsudo` | `carbonchat.channel.others` | Run /channel as another player. | ||
`/toggle [player] <channel>` | `/togglechannel, /tch, /togglech, /tchannel, /togglec` | `carbonchat.toggle` | Toggle seeing a channel's messages for yourself or another player. | ||
`/nickname [player] <name\|off>` | `/nick` | `carbonchat.nickname, carbonchat.nickname.others` | Set your nickname or another player's. | ||
`/message <player> <message>` | `/msg, /whisper, /w` | `carbonchat.message` | Message another player privately. | ||
`/reply <message>` | `/r` | `carbonchat.reply` | Reply to the last player who messaged you. | ||
`/me <message>` | `/rp` | `carbonchat.me` | Show a message about yourself. | ||
`/ignore <player>` | `/block` | `carbonchat.ignore` | Ignore another player. | ||
`/mute <player>` | `/m` | `carbonchat.mute` | Server-mute a player. | ||
`/shadowmute <player>` | `/sm, /smute` | `carbonchat.shadowmute` | Shadow mute a player. | ||
`/spy <channel\|whispers>` | `/spych, /spychannel` | `carbonchat.spy, carbonchat.spy.channel` | Spy on a specific channel or player messages. | ||
`/setcolor <channel> <color>` | `/setcolor` | `carbonchat.setcolor` | Set the specified channel's chat color. | ||
`/clearchat` | `/clear, /cc` | `carbonchat.clearchat` | Clear chat. | ||
`/chatreload` | `/creload, /cr` | `carbonchat.reload` | Reload CarbonChat configuration. | ||
`/channellist` | `/chlist` | [`carbonchat.channellist`](../wiki/Permissions#channellist) | View all channels. | ||
`/channel <name> [message]` | `/ch, /switch, /join` | [`carbonchat.channel`](../wiki/Permissions#channel), [`carbonchat.channel.message`](../wiki/Permissions#channelmessage) | Join specified chat channel, or send a message in a specific channel. | ||
`/sudochannel <player> <channel> [message]` | `/sch, /sudochannel, /schannel, /chsudo, /channelsudo` | [`carbonchat.channel.others`](../wiki/Permissions#channelothers) | Run /channel as another player. | ||
`/toggle [player] <channel>` | `/togglechannel, /tch, /togglech, /tchannel, /togglec` | [`carbonchat.toggle`](../wiki/Permissions#toggle) | Toggle seeing a channel's messages for yourself or another player. | ||
`/nickname [player] <name\|off>` | `/nick` | [`carbonchat.nickname`](../wiki/Permissions#nickname), [`carbonchat.nickname.others`](../wiki/Permissions#nicknameothers) | Set your nickname or another player's. | ||
`/message <player> <message>` | `/msg, /whisper, /w` | [`carbonchat.message`](../wiki/Permissions#message) | Message another player privately. | ||
`/reply <message>` | `/r` | [`carbonchat.reply`](../wiki/Permissions#reply) | Reply to the last player who messaged you. | ||
`/me <message>` | `/rp` | [`carbonchat.me`](../wiki/Permissions#me) | Show a message about yourself. | ||
`/ignore <player>` | `/block` | [`carbonchat.ignore`](../wiki/Permissions#ignore) | Ignore another player. | ||
`/mute <player>` | `/m` | [`carbonchat.mute`](../wiki/Permissions#mute) | Server-mute a player. | ||
`/shadowmute <player>` | `/sm, /smute` | [`carbonchat.shadowmute`](../wiki/Permissions#shadowmute) | Shadow mute a player. | ||
`/spy <channel\|whispers>` | `/spych, /spychannel` | [`carbonchat.spy`](../wiki/Permissions#spy), [`carbonchat.spy.channel`](../wiki/Permissions#spychannel) | Spy on a specific channel or player messages. | ||
`/setcolor <channel> <color>` | `/setcolor` | [`carbonchat.setcolor`](../wiki/Permissions#setcolor) | Set the specified channel's chat color. | ||
`/clearchat` | `/clear, /cc` | [`carbonchat.clearchat`](../wiki/Permissions#clearchat) | Clear chat. | ||
`/chatreload` | `/creload, /cr` | [`carbonchat.reload`](../wiki/Permissions#reload) | Reload CarbonChat configuration. |