Configuration

Skybank's configuration is very simple. The default configuration file should look like this:

config:
    slot:
        price: 100.0
        maximum: 20
        increase: 50.0

What you need to know:

NodeDescriptionTypeDefault value
priceBase price for bank slots.double100.0
maximumMaximum of bank slots an user can own.integer20
increasePrice increase for bank slots. Each time an user buys a bank slot, the price increases by this value.double50.0

Comments

Posts Quoted:
Reply
Clear All Quotes