-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: document command, update sidebar
- Loading branch information
1 parent
1d05a1b
commit 0626852
Showing
3 changed files
with
44 additions
and
0 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 |
---|---|---|
@@ -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> |
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
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