Updated Commands and Permissions (markdown)

ME1312 2021-02-07 03:36:40 -05:00
parent dcbd9f5241
commit 4146756c99

@ -20,6 +20,8 @@ For in-game users, these commands are all handled by SubServers.Client. So when
> [/sub](https://github.com/ME1312/SubServers-2/wiki/Commands-and-Permissions#sub)<br>
> [/sub help](https://github.com/ME1312/SubServers-2/wiki/Commands-and-Permissions#sub-help)<br>
> [/sub version](https://github.com/ME1312/SubServers-2/wiki/Commands-and-Permissions#sub-version)<br>
> [/sub reload](https://github.com/ME1312/SubServers-2/wiki/Commands-and-Permissions#sub-reload)<br>
> [/sub list](https://github.com/ME1312/SubServers-2/wiki/Commands-and-Permissions#sub-list)<br>
> [/sub info](https://github.com/ME1312/SubServers-2/wiki/Commands-and-Permissions#sub-info)<br>
> [/sub start](https://github.com/ME1312/SubServers-2/wiki/Commands-and-Permissions#sub-start)<br>
> [/sub restart](https://github.com/ME1312/SubServers-2/wiki/Commands-and-Permissions#sub-restart)<br>
@ -55,6 +57,22 @@ Sends you versioning info about a SubServers App and the platforms it runs on. U
This info will differ depending on where you send the command. Sending the command in-game and entering it in BungeeCord's console, for example, will produce different results.<br><br>
## /sub reload
**Exclusive To:** `SubServers.Bungee`<br>
**Usage:** `/sub reload [hard|bungee|servers|templates]`<br>
**Examples:**<br>
&nbsp; &nbsp; `/sub reload`<br>
&nbsp; &nbsp; `/sub reload templates`<br><br>
Reloads the specified portion of SubServers.Bungee and its connected apps. Use this command to avoid restarting all the time.<br>
Although it may accept many values, this command only has 4 reload modes:<br>
**->** `templates`: Reloads/Resends only template data<br>
**->** `servers`: Reloads SubServers' configs and searches for new servers<br>
**->** `bungee`: Reloads BungeeCord, SubServers, and your plugins<br>
**->** `hard`: Reloads BungeeCord, SubServers, and your plugins, discarding existing data from memory<br><br>
## /sub list
<br>