From 1314904a5ebb0223ef43f63b757701cb187c7af3 Mon Sep 17 00:00:00 2001 From: ME1312 Date: Thu, 17 Mar 2022 01:31:36 -0400 Subject: [PATCH] Updated Commands and Permissions (markdown) --- Commands-and-Permissions.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Commands-and-Permissions.md b/Commands-and-Permissions.md index 9bf4630..80b7d22 100644 --- a/Commands-and-Permissions.md +++ b/Commands-and-Permissions.md @@ -4,6 +4,7 @@ This page defines all the commands provided by SubServers apps across your netwo > [BungeeCord Commands](https://github.com/ME1312/SubServers-2/wiki/Commands-and-Permissions#BungeeCord-Commands)
> [SubServers Commands](https://github.com/ME1312/SubServers-2/wiki/Commands-and-Permissions#SubServers-Commands)
> [Selecting Multiple Servers](https://github.com/ME1312/SubServers-2/wiki/Commands-and-Permissions#Selecting-Multiple-Servers)
+> [Using Server Signs](https://github.com/ME1312/SubServers-2/wiki/Commands-and-Permissions#Using-Server-Signs)
### BungeeCord Commands @@ -303,4 +304,19 @@ Lastly, you can select subservers using their hosts. To begin selecting using ho ``` /sub cmd ::. say Hello World! ``` +
+ +# Using Server Signs +**Exclusive To:** `SubServers.Client.Bukkit`
+**Permission:** `subservers.teleport`

+ +Server signs are magic blocks that allow players to start and/or join subservers of your choosing with a simple click. Even so, only the teleport permission is required for players to interact with the signs.

+ +## Managing Server Signs +**Permission:** `subservers.signs`

+ +An admin with the above permission can turn a regular old sign into a server sign by writing `[SubServers]` on the first line, and the name of a subserver on the second. In an instant, all four lines will be replaced by that which was globally configured in `lang.yml`, with [native placeholder support](https://github.com/ME1312/SubServers-2/wiki/Integrations#placeholderapi). + +At this point you should think about securing the area if you haven't already. Signs are fragile things, so you should protect them with plugins that have been painstakingly built to serve that purpose. In other words, SubServers intentionally provides only the bare minimum in terms of block protection. Please do not file a bug report because someone broke your sign. +


\ No newline at end of file