Renames the I-flag to the Q-flag

This commit is contained in:
2023-03-25 02:18:28 +01:00
parent 472aeda2f8
commit a20a1c2f00
2 changed files with 2 additions and 2 deletions

View File

@@ -141,7 +141,7 @@ section). See the Custom Gate Layout section to learn how to add custom gates.
- 'R' is for random gates. These follow standard permissions of gates, but have a random exit location every time a
player enters. (Implicitly always on)
- 'U' is for a gate connecting to another through bungee (Implicitly always on)
- 'I' is for a silent gate, which does not output anything to the chat while teleporting. Increases immersion
- 'Q' is for a quiet gate, which does not output anything to the chat while teleporting. Increases immersion
- 'V' is for invisible gates, i.e. a gate without a sign. Only for fixed stargates
The options are the single letter, not the word. So to make a private hidden gate, your 4th line would be 'PH'. The

View File

@@ -53,7 +53,7 @@ public enum PortalOption {
/**
* This option allows a portal which does not display a teleportation message, for better immersion
*/
SILENT('i', "stargate.option.silent", 21),
SILENT('q', "stargate.option.silent", 21),
/**
* This option causes a fixed portal's sign to be removed after creation