Updated Commands and Permissions (markdown)

ME1312 2021-03-14 10:23:39 -04:00
parent a729470627
commit bd9270e378

@ -168,6 +168,8 @@ 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>
### 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>