Update 'Creating a stargate'

Kristian Knarvik 2021-11-12 15:48:42 +01:00
parent 07974a82e5
commit e6c1d7cfab

@ -22,9 +22,9 @@ section). See the Custom Gate Layout section to learn how to add custom gates.
### Sign Layout: ### Sign Layout:
- Line 1: Gate Name (Max 11 characters) - Line 1: Gate Name (Max 13 characters)
- Line 2: Destination Name \[Optional] (Max 11 characters, used for fixed-gates only) - Line 2: Destination Name \[Optional] (Max 13 characters, used for fixed-gates only)
- Line 3: Network name \[Optional] (Max 11 characters) - Line 3: Network name \[Optional] (Max 13 characters)
- Line 4: Options \[Optional] : - Line 4: Options \[Optional] :
- 'A' for always-on fixed gate - 'A' for always-on fixed gate
- 'H' for hidden networked gate - 'H' for hidden networked gate
@ -34,12 +34,14 @@ section). See the Custom Gate Layout section to learn how to add custom gates.
- 'S' is for showing an always-on gate in the network list - 'S' is for showing an always-on gate in the network list
- 'N' is for hiding the network name - 'N' is for hiding the network name
- 'R' is for random gates. These follow standard permissions of gates, but have a random exit location every time a - 'R' is for random gates. These follow standard permissions of gates, but have a random exit location every time a
player enters. player enters. (Implicitly always on)
- 'U' is for a gate connecting to another through bungee - '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 - 'I' is for a silent gate, which does not output anything to the chat while teleporting. Increases immersion
- 'E' is for gate without a sign. Only for fixed stargates - 'E' is for 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 options are the single letter, not the word. So to make a private hidden gate, your 4th line would be 'PH'. The
&\[0-9a-f] color codes are not counted in the character limit, thus allowing a 13-character name with an additional 2
characters used for the color code.
#### Gate networks: #### Gate networks: