diff --git a/Commands-and-Permissions.md b/Commands-and-Permissions.md
index f6644c0..105b8da 100644
--- a/Commands-and-Permissions.md
+++ b/Commands-and-Permissions.md
@@ -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)
> [/sub help](https://github.com/ME1312/SubServers-2/wiki/Commands-and-Permissions#sub-help)
> [/sub version](https://github.com/ME1312/SubServers-2/wiki/Commands-and-Permissions#sub-version)
+> [/sub reload](https://github.com/ME1312/SubServers-2/wiki/Commands-and-Permissions#sub-reload)
+> [/sub list](https://github.com/ME1312/SubServers-2/wiki/Commands-and-Permissions#sub-list)
> [/sub info](https://github.com/ME1312/SubServers-2/wiki/Commands-and-Permissions#sub-info)
> [/sub start](https://github.com/ME1312/SubServers-2/wiki/Commands-and-Permissions#sub-start)
> [/sub restart](https://github.com/ME1312/SubServers-2/wiki/Commands-and-Permissions#sub-restart)
@@ -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.
+## /sub reload
+**Exclusive To:** `SubServers.Bungee`
+**Usage:** `/sub reload [hard|bungee|servers|templates]`
+**Examples:**
+ `/sub reload`
+ `/sub reload templates`
+
+Reloads the specified portion of SubServers.Bungee and its connected apps. Use this command to avoid restarting all the time.
+
+Although it may accept many values, this command only has 4 reload modes:
+ **->** `templates`: Reloads/Resends only template data
+ **->** `servers`: Reloads SubServers' configs and searches for new servers
+ **->** `bungee`: Reloads BungeeCord, SubServers, and your plugins
+ **->** `hard`: Reloads BungeeCord, SubServers, and your plugins, discarding existing data from memory
+
+
## /sub list