Configuration
Tutorial on how to configure EasyConomy
The Basics
The config.yml file
language: en
prefix: "&3EasyConomy &8| &7"
enable-logging: true
update-checker: true
permissions:
README: >
IF YOU WANT THE PLUGIN TO USE PERMISSIONS,
WRITE THE PERMISSIONS DOWN IN THE "".
EMPTY QUOTATION MARKS => BALANCE AND OTHERSBALANCE AND PAY FOR EVERYONE
AND MODIFY FOR OP ONLY
balance: ""
othersBalance: ""
pay: ""
modify: ""
baltop: ""
startingBalance: 0
minimumTransactionAmount: 0.1
decimalsShown: -1
baltopPlayers: 10
names:
currencyNamePlural: "Dollars"
currencyNameSingular: "Dollar"
currencyFormatPlural: "%s Dollars"
currencyFormatSingular: "%s Dollar"
CONFIG_VERSION_NEVER_CHANGE_THIS: 4Changing the messages of the plugin
Last updated