+ Added: More economy options
Code (YAML):
# Economy settings
# If all types are disabled, the item based economy will be used instead.
# NOTE: When changing these option you might also want to adjust the "eco-format" in this config.
economy:
vault
:
# You need an economy plugin, which supports Vault, to let this work.
enabled_10
: true
# Server bank account name. Spendings go here.
server-bank
: ''
# Player experience
exp:
enabled_15
: false
# Item currency is used when all other economy options are disabled or unavailable.
# The currency item can be edited in the GUI language file at the "currency" item.
items
:
# If enabled, only items that have the same name, lore etc. will belong to the currency.
# Not just items of the same type or items with the same model-data.
strict
: false
+ Added: You can now add multiple chunk hopper types in hoppers.yml by adding type: 'CHUNK' to an hopper type.
Code (YAML):
chunk123:
type
: 'CHUNK'
name
: '&9&lChunk Hopper 123'
cost
: 5000.0