Config.yml

Config.yml

This is the main config file of WEconomy, where you can enable, disable or change certain features of the plugin. If you have any questions, please feel free to ask on our Discord Serverarrow-up-right.

Config Option
Description
Possible Values

check-update

Checks the version of your plugin when starting the server

true or false

console-message

Displays give messages by the console in games

true or false

currencySymbol

Symbol of your currency

Any string value

bag-item enabled

Enable or disable money bags

true or false

bag-item minimalAmount

Minimum amount for money bags

Any positive integer value

bag-item maximalAmount

Maximum amount for money bags

Any positive integer value

gift-item enabled

Activate or deactivate surprise gifts

true or false

gift-item minimalAmount

Minimum amount for surprise gifts

Any positive integer value

gift-item maximalAmount

Maximum amount for surprise gifts

Any positive integer value

Default File

options:
  check-update: true
  console-message: true

economy:
  currencySymbol: '$'

bag-item:
  enabled: true
  minimalAmount: 1000
  maximalAmount: 100000

gift-item:
  enabled: true
  minimalAmount: 1000
  maximalAmount: 100000

Last updated