diff --git a/Economy-Support.md b/Economy-Support.md deleted file mode 100644 index 7391f6b..0000000 --- a/Economy-Support.md +++ /dev/null @@ -1,13 +0,0 @@ -## 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, -while the per-gate costs re defined in the .gate files. To define a certain cost to a gate just add these lines to your -.gate file: - -``` - createCost: 5 -- Will cost 5 currency to create - destroyCost: 5 -- Will clost 5 currency to destroy (negative to get back the spent money) - useCost: 5 -- Will cost 5 currency to use the stargate - toOwner: true -- Will send any fees to the gate's owner -``` \ No newline at end of file