Skip to content

Commit

Permalink
Use Markdown table format
Browse files Browse the repository at this point in the history
  • Loading branch information
zaned authored Sep 4, 2020
1 parent 0aa6f32 commit 9de5e4a
Showing 1 changed file with 18 additions and 221 deletions.
239 changes: 18 additions & 221 deletions Commands.md
Original file line number Diff line number Diff line change
@@ -1,224 +1,21 @@
# Commands

**All commands can be modified & disabled in <a href="https://github.com/Hexaoxide/Carbon/blob/master/src/main/resources/commands.yml"><code>commands.yml</code></a>.**
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).**

<table>
<thead>
<tr>
<th>Command</th>
<th>Aliases</th>
<th>Permission</th>
<th>Description</th>
</tr>
</thead>
<tr>
<td>
<div><code>/channellist</code></div>
</td>
<td>
<div><code>/chlist</code></div>
</td>
<td>
<code>carbonchat.channellist</code>
</td>
<td>
View all channels.
</td>
</tr>
<tr>
<td>
<div><code>/channel &lt;name> [message]</code></div>
</td>
<td>
<div><code>/ch, /switch, /join</code></div>
</td>
<td>
<code>carbonchat.channel</code>
</td>
<td>
Join specified chat channel, or send a message in a specific channel.
</td>
</tr>
<tr>
<td>
<div><code>/sudochannel &lt;player> &lt;channel> [message]</code></div>
</td>
<td>
<div><code>/sch, /sudochannel, /schannel, /chsudo, /channelsudo</code></div>
</td>
<td>
<code>carbonchat.channel.others</code>
</td>
<td>
Run /channel as another player.
</td>
</tr>
<tr>
<td>
<div><code>/toggle [player] &lt;channel></code></div>
</td>
<td>
<div><code>/togglechannel, /tch, /togglech, /tchannel, /togglec</code></div>
</td>
<td>
<code>carbonchat.toggle</code>
</td>
<td>
Toggle seeing a channel's messages for yourself or another player.
</td>
</tr>
<tr>
<td>
<div><code>/nickname [player] &lt;name|off></code></div>
</td>
<td>
<div><code>/nick</code></div>
</td>
<td>
<code>carbonchat.nickname, carbonchat.nickname.others</code>
</td>
<td>
Set your nickname or another player's.
</td>
</tr>
<tr>
<td>
<div><code>/message &lt;player> &lt;message></code></div>
</td>
<td>
<div><code>/msg, /whisper, /w</code></div>
</td>
<td>
<code>carbonchat.message</code>
</td>
<td>
Message another player privately.
</td>
</tr>
<tr>
<td>
<div><code>/reply &lt;message></code></div>
</td>
<td>
<div><code>/r</code></div>
</td>
<td>
<code>carbonchat.reply</code>
</td>
<td>
Reply to the last player who messaged you.
</td>
</tr>
<tr>
<td>
<div><code>/me &lt;message></code></div>
</td>
<td>
<div><code>/rp</code></div>
</td>
<td>
<code>carbonchat.me</code>
</td>
<td>
Show a message about yourself.
</td>
</tr>
<tr>
<td>
<div><code>/ignore &lt;player></code></div>
</td>
<td>
<div><code>/block</code></div>
</td>
<td>
<code>carbonchat.ignore</code>
</td>
<td>
Ignore another player.
</td>
</tr>
<tr>
<td>
<div><code>/mute &lt;player></code></div>
</td>
<td>
<div><code>/m</code></div>
</td>
<td>
<code>carbonchat.mute</code>
</td>
<td>
Server-mute a player.
</td>
</tr>
<tr>
<td>
<div><code>/shadowmute &lt;player></code></div>
</td>
<td>
<div><code>/sm, /smute</code></div>
</td>
<td>
<code>carbonchat.shadowmute</code>
</td>
<td>
Shadow mute a player.
</td>
</tr>
<tr>
<td>
<div><code>/spy &lt;channel|whispers></code></div>
</td>
<td>
<div><code>/spych, /spychannel</code></div>
</td>
<td>
<code>carbonchat.spy, carbonchat.spy.channel</code>
</td>
<td>
Spy on a specific channel or player messages.
</td>
</tr>
<tr>
<td>
<div><code>/clearchat</code></div>
</td>
<td>
<div><code>/clear, /cc</code></div>
</td>
<td>
<code>carbonchat.clearchat</code>
</td>
<td>
Clear chat.
</td>
</tr>
<tr>
<td>
<div><code>/setcolor &lt;channel> &lt;color></code></div>
</td>
<td>
<div><code>/setcolor</code></div>
</td>
<td>
<code>carbonchat.setcolor</code>
</td>
<td>
Set the specified channel's chat color.
</td>
</tr>
<tr>
<td>
<div><code>/chatreload</code></div>
</td>
<td>
<div><code>/creload, /cr</code></div>
</td>
<td>
<code>carbonchat.reload</code>
</td>
<td>
Reload CarbonChat configuration.
</td>
</tr>
</table>
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.

0 comments on commit 9de5e4a

Please sign in to comment.