Configuration

Configuration

The configuration file is designed to be as simple as possible to use.

Default Configuration

Payments:
  enable: false
  create: 20.00
  delete: 0.00
  claim: 10.00
  add: 5.00
  remove: 0.00
Refunds:
  enable: false
  delete: 10.00
  unclaim: 5.00
Bank:
  enable: false
  mode: 1
Message:
  charged: 'You were charged <amount> for that.'
  chargefail: 'You need <amount> to do that.'
  refunded: 'You have been refunded <amount>!'
  bankadd: 'You have added <amount> to your towns bank.'
  banktake: 'You have taken <amount> from your towns bank.'
  bankrequest: '<player> has requested to take <amount> from the <town>s bank. To accept this, type /town bank accept <player>'
  banknotify: '<player> has taken <amount> from <town>s bank.'

Explanation

  • Payments - this section is used to charge users to use the listed functions
  • Refunds - this section is used to refund users to use the listen functions
  • Bank - this is a future planned idea
  • Message - these are messages you can change that relate to SimpleTowns Economy