From a20a1c2f008120a2494bd5e72c298ec4b135db42 Mon Sep 17 00:00:00 2001 From: EpicKnarvik97 Date: Sat, 25 Mar 2023 02:18:28 +0100 Subject: [PATCH] Renames the I-flag to the Q-flag --- README.md | 2 +- .../net/knarcraft/stargate/portal/property/PortalOption.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b99aa73..9dce552 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/main/java/net/knarcraft/stargate/portal/property/PortalOption.java b/src/main/java/net/knarcraft/stargate/portal/property/PortalOption.java index ffc02b6..f7ba015 100644 --- a/src/main/java/net/knarcraft/stargate/portal/property/PortalOption.java +++ b/src/main/java/net/knarcraft/stargate/portal/property/PortalOption.java @@ -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