Add 'Economy Support'

Kristian Knarvik 2021-10-30 06:04:37 +02:00
parent b689b1ea27
commit 16cacce8d4

15
Economy-Support.md Normal file

@ -0,0 +1,15 @@
## 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:
```
economy:
useEconomy: true
createCost: 5
destroyCost: 5
useCost: 5
toOwner: true
```