Configuration
Default Configuration
{
"Currency symbol": "$",
"Currency symbol placement (left or right)": "left",
"Enable Tool Cupboard Raid Feature. Each TC is a raidable bank. (Default=true)": true,
"Use alternative GUI font (Default=false)": false,
"Display wallet balance overlay GUI": true,
"Display bank balance overlay GUI (not available with Raid Mode)": false,
"Wallet Balanace GUI label": "Wallet Balance:",
"Bank Balanace GUI label": "Bank Balance:",
"Require TC privilege to open Bank GUI (always true in Raid Mode)": true,
"Require TC privilege to deposit to bank (always true in Raid Mode)": true,
"Require TC privilege to withdraw from bank (always true in Raid Mode)": true,
"Require TC privilege to transfer from bank (always true in Raid Mode)": true,
"Bank deposit delay countdown": 0,
"Bank withdraw delay countdown": 0,
"Bank transfer delay countdown": 0,
"Data file save interval in seconds": 300,
"Enable Economics support for wallet money": false,
"Enable ServerRewards support for wallet money": false,
"Block bank transfer during raid block (NoEsacpe)": false
}
Configuration Notes
- When using UseToolCupboardRaidFeature players will be required to be within TC range to open bank GUI, deposit, withdraw, or transfer.
- When using UseToolCupboardRaidFeature or any RequireTCPrivilege* option respective countdowns will be ignored.
- When using UseToolCupboardRaidFeature admin commands /addbank and /removebank will be unavailable. Administrators can still use /addbal and /removebal.
- When using UseToolCupboardRaidFeature bank Balance GUI overlay will be unavailable. However, players may still use the wallet balance GUI overlay.
- When using both UseEconomicsIntegration and UseServerRewardsIntegration, UseEconomicsIntegration will take precedence.
- When UseToolCupboardRaidFeature is disabled transfers are sent from sender's bank -> receiver's bank.
- When UseToolCupboardRaidFeature is enabled transfers are sent from sender's bank -> receiver's wallet.