Updated Commands and Permissions (markdown)

ME1312 2021-03-14 15:11:13 -04:00
parent bd9270e378
commit 52ad84445e

@ -157,7 +157,7 @@ To return to the BungeeCord console from sudo, type `exit`.<br><br>
## /sub teleport
**Aliases:** `tp`, `teleport`<br>
**Exclusive To:** `SubServers.Client`<br>
**Permission:** `subservers.server.<Servers>.teleport`, `subservers.server.<Servers>.teleport-others`<br>
**Permission:** `subservers.teleport`, `subservers.teleport-others`<br>
**Usage:** `/sub teleport [Player] <Server>`<br>
**Examples:**<br>
&nbsp; &nbsp; `/sub teleport Server1`<br>
@ -168,7 +168,7 @@ Server-side teleportation command; teleports a player on this server to another
This is different from proxy-side teleportation commands, like `/server` and `/send`, because the execution is handled on the side of the server. Additionally, the command is limited to only selecting players that are on same the server it is being ran on. Because of these limitations, it is hidden from the help menu.<br>
You can grant players `subservers.request` instead of `subservers.command` if they require access to this command to keep them from accessing other SubServers commands, such as `/sub version`.<br>
Unlike the other commands in this group, granting `subservers.command` is not required. This is because, despite not being used directly by players, you may find a situation where they'd need to be able to pass the permission check for this command.<br>
### Usage in Command Blocks
Aside from usage in other server-side plugins, Command Blocks are pretty much the de facto reason for this command's existence. Among other creative uses, you could do things like creating portals by using this command.<br>