-
Notifications
You must be signed in to change notification settings - Fork 10
Economy
Leaf26 edited this page Jun 17, 2026
·
1 revision
economy.yml controls per-teleport costs.
Requires Vault and a compatible economy plugin. If Vault is absent, these settings are ignored.
| Key | Default | Purpose |
|---|---|---|
price |
50.0 |
Base cost for a standard /rtp. |
priceOther |
200.0 |
Cost to teleport another player via /rtp player=<name>. |
paramsPrice |
0.0 |
Extra cost for using custom parameters (e.g. region=, shape=, vert=). |
biomePrice |
0.0 |
Extra cost for a biome-targeted teleport (biome=). |
refundOnCancel |
true |
Refund the cost and reset the cooldown if the teleport is cancelled (e.g. by movement). |
balanceFloor |
0.0 |
Minimum balance a player must keep after paying. Prevents going into debt. |
A per-region price override also exists in each regions/<name>.yml; see Regions.
version is an internal config version - do not change it.