Update 'Creating a custom gate layout'

Kristian Knarvik 2021-10-30 06:17:28 +02:00
parent 2481fe3456
commit 379e2b264c

@ -1,4 +1,10 @@
# Custom Gate Layout Sections:
* Creating a custom gate layout
* Buttons
* Underwater Portals
* Economy Support
## Creating a Custom Gate Layout
You can create as many gate formats as you want, the gate layouts are stored in `plugins/Stargate/gates/`. You can create as many gate formats as you want, the gate layouts are stored in `plugins/Stargate/gates/`.
The .gate file must be laid out a specific way, the first lines will be config information, and after a blank line you The .gate file must be laid out a specific way, the first lines will be config information, and after a blank line you
@ -103,7 +109,7 @@ Using `AIR` for a closed underwater gate looks weird, so `WATER` might be better
you need to make sure it actually contains air when creating it. For partially submerged portals, like ones used for you need to make sure it actually contains air when creating it. For partially submerged portals, like ones used for
boat teleportation, you need to keep water away from the portal entrance/opening until it's been created. boat teleportation, you need to keep water away from the portal entrance/opening until it's been created.
## Economy Support: ## Economy Support
The latest version of Stargate has support for Vault. Gate creation, destruction and use can all have different costs The latest version of Stargate has support for Vault. Gate creation, destruction and use can all have different costs
associated with them. You can also define per-gate layout costs. The default cost is assigned in the config.yml file, associated with them. You can also define per-gate layout costs. The default cost is assigned in the config.yml file,