From 379e2b264c482132214e1d64bfe1f605f6559c88 Mon Sep 17 00:00:00 2001 From: Kristian Knarvik Date: Sat, 30 Oct 2021 06:17:28 +0200 Subject: [PATCH] Update 'Creating a custom gate layout' --- Creating-a-custom-gate-layout.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Creating-a-custom-gate-layout.md b/Creating-a-custom-gate-layout.md index 1075b99..30b5c9c 100644 --- a/Creating-a-custom-gate-layout.md +++ b/Creating-a-custom-gate-layout.md @@ -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/`. 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 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 associated with them. You can also define per-gate layout costs. The default cost is assigned in the config.yml file,