#
Entrance Cost
You can restrict access to certain dungeons by adding a "paywall".
You must have a compatible Economy Plugin installed for this feature to work!
#
Setup
Entrance cost settings located in the config.yml inside a dungeon's directory under the Features
-> Entrance
section:
Payment:
vault: 250.0
coinsengine_coins: 10.0
Here vault
and coinsengine_coins
are currency identifiers . You can add as many currencies as you want!
You can use the %dungeon_entrance_payment%
internal placeholder to display actual, formatted dungeon entrance cost.
If specified currency is invalid or not installed, it will be ignored.