From bd9270e378cfd1db2eca85f802d0102a22c9bab3 Mon Sep 17 00:00:00 2001 From: ME1312 Date: Sun, 14 Mar 2021 10:23:39 -0400 Subject: [PATCH] Updated Commands and Permissions (markdown) --- Commands-and-Permissions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Commands-and-Permissions.md b/Commands-and-Permissions.md index 6a056cc..9b7997d 100644 --- a/Commands-and-Permissions.md +++ b/Commands-and-Permissions.md @@ -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.
+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`.
+ ### 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.