## 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
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!
Added:
- Null checks for depositing, transfering and withdrawing
- Negative checks for depositing, transfering and withdrawing
- Check for depositing more money, than in Inventory