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>