
The mod creates a diamond account for each player.
The mod adds a bank account in diamonds. Which can be withdrawn or deposited at any time.
English version:
Русская версия (Доступна без настроек наравне с английской.):
Responses to commands are also translated, and you can configure them in the configuration file:
{
"language": "en",
"messages": {
"balance": "§bYour balance: §f%d diamonds",
"withdrawSuccess": "§bWithdrew §f%d diamonds§b. New balance: §f%d",
"depositSuccess": "§bDeposited §f%d diamonds§b. New balance: §f%d",
"negativeAmount": "§cAmount must be positive!",
"insufficientFunds": "§cInsufficient funds!",
"notEnoughSpace": "§cNot enough inventory space! Money returned.",
"notEnoughDiamonds": "§cNot enough diamonds! You have: §f%d",
"processingError": "§bWithdrew §f%d diamonds§b (§f%d§b couldn\u0027t fit). New balance: §f%d"
}
}
In creative, if you give more diamonds than there are free slots, the excess is destroyed. In survival, you simply don't give any diamonds that don't fit.