Skip to content

Commit

Permalink
docs: document command, update sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Jun 19, 2024
1 parent 1d05a1b commit 0626852
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
40 changes: 40 additions & 0 deletions docs/Commands.md
Original file line number Diff line number Diff line change
@@ -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>
2 changes: 2 additions & 0 deletions docs/Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ Please click through to the topic you wish to read about.
* 📄 [[Config File]]

## Documentation
* 🖥️ [[Commands]]
* 👥 [[Server Groups]]
* 🎨 [[Formatting]]
* 📛 [[Nametags]]
* 📊 [[Sorting]]
* ✍️ [[Placeholders]]
*[[Animations]]
* 🖼️ [[Custom Logos]]
* 🔗 [[Server Links]]
* 📦 [[API]]
* 📝 [[API Examples]]
* 📝 [[Plugin Message API]]
Expand Down
2 changes: 2 additions & 0 deletions docs/_Sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
* 📄 [[Config File]]

## Documentation
* 🖥️ [[Commands]]
* 👥 [[Server Groups]]
* 🎨 [[Formatting]]
* 📛 [[Nametags]]
* 📊 [[Sorting]]
* ✍️ [[Placeholders]]
*[[Animations]]
* 🖼️ [[Custom Logos]]
* 🔗 [[Server Links]]
* 📦 [[API]]
* 📝 [[API Examples]]
* 📝 [[Plugin Message API]]
Expand Down

0 comments on commit 0626852

Please sign in to comment.