From 138fd8ca4a03397ab415ce08af9aa38a75914d0e Mon Sep 17 00:00:00 2001 From: zaned <70088208+zaned@users.noreply.github.com> Date: Fri, 4 Sep 2020 13:46:02 -0700 Subject: [PATCH] Add links to permissions --- Commands.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/Commands.md b/Commands.md index 1e79e8c..5824104 100644 --- a/Commands.md +++ b/Commands.md @@ -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 [message]` | `/ch, /switch, /join` | `carbonchat.channel, carbonchat.channel.message` | Join specified chat channel, or send a message in a specific channel. -`/sudochannel [message]` | `/sch, /sudochannel, /schannel, /chsudo, /channelsudo` | `carbonchat.channel.others` | Run /channel as another player. -`/toggle [player] ` | `/togglechannel, /tch, /togglech, /tchannel, /togglec` | `carbonchat.toggle` | Toggle seeing a channel's messages for yourself or another player. -`/nickname [player] ` | `/nick` | `carbonchat.nickname, carbonchat.nickname.others` | Set your nickname or another player's. -`/message ` | `/msg, /whisper, /w` | `carbonchat.message` | Message another player privately. -`/reply ` | `/r` | `carbonchat.reply` | Reply to the last player who messaged you. -`/me ` | `/rp` | `carbonchat.me` | Show a message about yourself. -`/ignore ` | `/block` | `carbonchat.ignore` | Ignore another player. -`/mute ` | `/m` | `carbonchat.mute` | Server-mute a player. -`/shadowmute ` | `/sm, /smute` | `carbonchat.shadowmute` | Shadow mute a player. -`/spy ` | `/spych, /spychannel` | `carbonchat.spy, carbonchat.spy.channel` | Spy on a specific channel or player messages. -`/setcolor ` | `/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 [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 [message]` | `/sch, /sudochannel, /schannel, /chsudo, /channelsudo` | [`carbonchat.channel.others`](../wiki/Permissions#channelothers) | Run /channel as another player. +`/toggle [player] ` | `/togglechannel, /tch, /togglech, /tchannel, /togglec` | [`carbonchat.toggle`](../wiki/Permissions#toggle) | Toggle seeing a channel's messages for yourself or another player. +`/nickname [player] ` | `/nick` | [`carbonchat.nickname`](../wiki/Permissions#nickname), [`carbonchat.nickname.others`](../wiki/Permissions#nicknameothers) | Set your nickname or another player's. +`/message ` | `/msg, /whisper, /w` | [`carbonchat.message`](../wiki/Permissions#message) | Message another player privately. +`/reply ` | `/r` | [`carbonchat.reply`](../wiki/Permissions#reply) | Reply to the last player who messaged you. +`/me ` | `/rp` | [`carbonchat.me`](../wiki/Permissions#me) | Show a message about yourself. +`/ignore ` | `/block` | [`carbonchat.ignore`](../wiki/Permissions#ignore) | Ignore another player. +`/mute ` | `/m` | [`carbonchat.mute`](../wiki/Permissions#mute) | Server-mute a player. +`/shadowmute ` | `/sm, /smute` | [`carbonchat.shadowmute`](../wiki/Permissions#shadowmute) | Shadow mute a player. +`/spy ` | `/spych, /spychannel` | [`carbonchat.spy`](../wiki/Permissions#spy), [`carbonchat.spy.channel`](../wiki/Permissions#spychannel) | Spy on a specific channel or player messages. +`/setcolor ` | `/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.