What's Changed
- feat: withdraw all without amount by @ConfusedAlex in https://github.com/ConfusedAlex/GoldEconomy/pull/47
- refactor: bankCommand to kotlin by @ConfusedAlex in https://github.com/ConfusedAlex/GoldEconomy/pull/48
- feat: balance of other players by @ConfusedAlex in https://github.com/ConfusedAlex/GoldEconomy/pull/49
Full Changelog: https://github.com/ConfusedAlex/GoldEconomy/compare/V1.7...V1.8
What's changed?
- Implemented help command for all commands
- Implemented help command with support for multiple languages
- Added permission for all commands
- Made /bank deposit without a following number, deposit all
Full Changelog: https://github.com/ConfusedAlex/GoldEconomy/compare/V1.6.8...V1.7
What's Changed
- feat: Add bal and balance commands by @Firav in https://github.com/ConfusedAlex/GoldEconomy/pull/45
New Contributors
- @Firav made their first contribution in https://github.com/ConfusedAlex/GoldEconomy/pull/45
Full Changelog: https://github.com/ConfusedAlex/GoldEconomy/compare/V.1.6.7...V1.6.8
BREAKING
If you already have a config file, you must add the following to the file:
# This value sets the base domination of the economy
# 'nuggets' = 1 nugget is 1 currency, 1 ingot is 9, 1 block is 81
# 'ingots' = 1 ingots is 1 currency, 1 block is 9
base: "nuggets"
New Feature!
You can now set the base of the currency!