forked from Upstream/Velocitab
docs: document command, update sidebar
This commit is contained in:
parent
1d05a1b34e
commit
06268521cf
40
docs/Commands.md
Normal file
40
docs/Commands.md
Normal file
@ -0,0 +1,40 @@
|
||||
This page contains the usage table and associated permissions for the `/velocitab` command provided by Velocitab.
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">Command</th>
|
||||
<th>Description</th>
|
||||
<th>Permission</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<!-- /velocitab command -->
|
||||
<tr>
|
||||
<td rowspan="5"><code>/velocitab</code></td>
|
||||
<td><code>/velocitab</code></td>
|
||||
<td>View & manage plugin system information</td>
|
||||
<td><code>velocitab.command</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>/velocitab about</code></td>
|
||||
<td>View information about the plugin</td>
|
||||
<td><code>velocitab.command.about</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>/velocitab reload</code></td>
|
||||
<td>Reload the plugin configuration</td>
|
||||
<td><code>velocitab.command.reload</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>/velocitab update</code></td>
|
||||
<td>Check for plugin updates</td>
|
||||
<td><code>velocitab.command.update</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>/velocitab name [value]</code></td>
|
||||
<td>Change or reset your TAB display name</td>
|
||||
<td><code>velocitab.command.name</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
@ -9,6 +9,7 @@ Please click through to the topic you wish to read about.
|
||||
* 📄 [[Config File]]
|
||||
|
||||
## Documentation
|
||||
* 🖥️ [[Commands]]
|
||||
* 👥 [[Server Groups]]
|
||||
* 🎨 [[Formatting]]
|
||||
* 📛 [[Nametags]]
|
||||
@ -16,6 +17,7 @@ Please click through to the topic you wish to read about.
|
||||
* ✍️ [[Placeholders]]
|
||||
* ✨ [[Animations]]
|
||||
* 🖼️ [[Custom Logos]]
|
||||
* 🔗 [[Server Links]]
|
||||
* 📦 [[API]]
|
||||
* 📝 [[API Examples]]
|
||||
* 📝 [[Plugin Message API]]
|
||||
|
@ -3,6 +3,7 @@
|
||||
* 📄 [[Config File]]
|
||||
|
||||
## Documentation
|
||||
* 🖥️ [[Commands]]
|
||||
* 👥 [[Server Groups]]
|
||||
* 🎨 [[Formatting]]
|
||||
* 📛 [[Nametags]]
|
||||
@ -10,6 +11,7 @@
|
||||
* ✍️ [[Placeholders]]
|
||||
* ✨ [[Animations]]
|
||||
* 🖼️ [[Custom Logos]]
|
||||
* 🔗 [[Server Links]]
|
||||
* 📦 [[API]]
|
||||
* 📝 [[API Examples]]
|
||||
* 📝 [[Plugin Message API]]
|
||||
|
Loading…
Reference in New Issue
Block a user