-
-
Notifications
You must be signed in to change notification settings - Fork 12
Portal Types (Flags)
Always-on gates are always active; that is to say, they will always display their traversable material.
Activators (buttons or coral) will not automatically be placed for Always-On gates..
Generally, always-on gates are used in spawns and server-builds.
By default, they are available to users with the sg.preset.builder
node.
Backwards gates are functionally backwards; when exiting at a backwards gate, users will teleport to the side opposite to the sign.
Generally, backwards gates are used in spawns and server-builds as a way to hide signs.
By default, they are available to users with the sg.preset.builder
node.
Caution
This flag breaks part of the design philosophy, and is therefore part of the Stargate Mechanics Module!`
Important
This flag uses the following custom syntax:
C[0d0h0m0s]
entered on a portal sign's flags line.
The contents of the brackets are the time until the gate closes, in days, hours, mins, and seconds.
For example, the following is a valid portal sign combining the F flag, the B flag, and the D flag:Origin Destination Network FD[8d32m]B
Note
This flag is incompatible with the A
flag.
The C
flag keeps a portal's iris open for a specified amount of time.
If a short period of time is specified, this effectively results in a longer portal cooldown.
If a long period of time is specified, this effectively results in a temporary A
portal every time this is activated.
The D
flag is most often used in towny settings, or for creating various events.
Caution
This flag breaks part of the design philosophy, and is therefore part of the Stargate Mechanics Module!
Important
This flag uses the following custom syntax:
D[0d0h0m0s]
entered on a portal sign's flags line.
The contents of the brackets are the time until destruction, in days, hours, mins, and seconds.
For example, the following is a valid portal sign combining the A flag, the B flag, and the D flag:Origin Destination Network AD[8h32s]B
This flag destroys the portal on which the flag was applied, after a set period of time.
Note that the gate is not physically destroyed, but rather, is deactivated.
Also, note that this action will occur regardless of chunk loading.
The D
flag is most often used in PVP settings, or for creating various events.
Caution
This flag breaks part of the design philosophy, and is therefore part of the Stargate Mechanics Module!
Note
This flag is incompatible with the A
flag.
Gates with this flag may be activated with Redstone current (instead of a button).
One pulse of current delivered to any block of the gate's frame will activate it; a second pulse will deactivate it.
Warning
Due to some limitations in the API, certain methods of delivering redstone current (block update power, zero tick signals, delivering through blocks, etc. are not currently supported). This will likely be revisited in the future.
By default, players using Free gates will not be charged the usageCost
specified in the config.
Generally, free gates are used for server utilities.
By default, they are available to users with the sg.preset.moderator
node.
Caution
This flag breaks part of the design philosophy, and is therefore part of the Stargate Mechanics Module!
Important
This flag uses the following custom syntax:
{x,y,z}
entered on a portal sign's destination line.
With x, y, and z representing Minecraft coordinates.For example, the following is a valid portal sign combining the A flag, the B flag, and the G flag:
Origin {3922,120,-32033} Network ABG
Note
> This flag is incompatible with the R
flag.
This flag specifies a fixed portal to a specific location.
Stargate will construct and activate the destination portal.
G
Gates are intended to provide a mechanic for quick travel across vast distances to explored destinations.
As such, it is mainly intended for use in creative servers.
Warning
This flag fulfils legacy behaviour and is quite niche.
As such, it has been moved from the core to the Stargate Mechanics Module!
Hidden gates do not appear on the sign interfaces of networked portals on their network.
Generally, the hidden flag is used on various networks to hide fixed gates or infrequently used portals.
By default, they are available to users with the sg.preset.gatemaker
node.
A brand new feature in SG Rewritten, Interserver gates leverage a new protocol to extend normal gate behaviour across your network! i
gates work on Waterfall and Bungee proxies, and require a remote relational database to function.
Simply make any portal as you normally would, only this time, include the i
flag.
To connect to it, use normal syntax; just be cognizant that i
portals will only be able to see other portals if they also have the i
flag.
Generally, i
portals are used to link server utilities across a network.
By default, they are available to users with the sg.preset.builder
node.
🧩 Add-on
⛔ Not Yet Documented
🟢 Unused
🧩 Add-on
⛔ Not Yet Implemented
🟢 Unused
Warning
> This flag fulfils legacy behaviour and is quite niche.
As such, it has been moved from the core to the Stargate Mechanics Module!
No-Network gates are normal gates, with normal networks -- the only difference is that the network is hidden on the sign.
n
portals used rarely; sometimes in spawns, and sometimes in maze-like minigames.
By default, they are available to users with the sg.preset.builder
node.
⛔ Not Yet Implemented
Private gates are gates on your personal network that you, and only you, can see and use.
Other users will not be able to activate private gates; additionally, they will not be able to use them as their destination.
Generally, private gates are used on personal networks for private utilities (farms, bases, etc.).
By default, they are available to users with the sg.preset.gatemaker
node.
Warning
This flag fulfils legacy behaviour and is quite niche.
As such, it has been moved from the core to the Stargate Mechanics Module!
By default, whenever a player interacts with a stargate, certain messages are sent to chat.
For example, "Gate Destroyed", "Gate Created", "Teleported", etc.
When gates have the Q
flag, these messages are hidden; perfect for roleplay servers!
By default, Q
gates are available to users with the sg.preset.builder
node.
Random gates are similar to always-on gates, except for one key thing; they don't have a fixed (or selectable) destination.
When a user enters a random gate, the gate will choose a random gate on its network to teleport said user to.
Generally, random gates are used for RTP systems, build showcases, and minigames.
By default, they are available to users with the sg.preset.moderator
node.
Warning
This flag fulfils legacy behaviour and is quite niche.
As such, it has been moved from the core to the Stargate Mechanics Module!
Certain types of portals are inaccessible and/or hidden to normal users.
These include gates with the P
flag and the H
flag.
S
gates forcefully show any such gates on their network; if a S
gate is on a network with a P
gate, normal users will be able to access that P
gate through the S
gate.
S
gates are often used for certain types of server utilities.
By default, they are available to users with the sg.preset.moderator
node.
⛔ Not Yet Implemented
Caution
⚠️ Deprecated
Before the i
protocol was developed, old versions of StarGate took a much simpler approach to interserver teleportation. The u
flag is very antiquated, and uses a completely different sign format that is disparate to all other flags and gates in this plugin.
u
portals can be made with the following sign formatting.
Note that they can not connect to any other stargate portal, with the sole exception being another u
gate.
Portal Name
Destination Portal Name
Destination Server Name
FLAGS
u
gates primarily exist for reverse compatibility reasons; legacy imports will keep existing bungee gates and transform them into this format. Apart from that, u
gates are sometimes used for their simple protocol; they can be used without the need for a remote relational database.
By default, they are available to users with the sg.preset.builder
node.
Caution
This flag breaks part of the design philosophy, and is therefore part of the Stargate Mechanics Module!
This flag hides the portal's sign interface; it will simply appear as an air block.
Right clicking the block within the frame, where the block should be, will cause the sign (or an alternative interface, depending on configuration) to appear. It is also possible to control V gates using the dial command in the Stargate Interfaces Module.
This flag is usually used for aesthetic purposes (setting a stargate flush into a wall).
In effect, it is a more drastic (yet more effective) version of the core's B
flag.
🧩 Add-on
⛔ Not Yet Documented
🟢 Unused
🟢 Unused
🟢 Unused
For additional support, join the Stargate Discord!
Want to contribute to the project? We are always looking for:
Translators, Documenters, and Developers!
Important
This is the rewrite (>1.0.0.0) wiki!
The legacy wiki (>1.0.0.0) is here!