In the config I set the starting balance to 0.00
When I use /bank I see a 0.00 balance. However when I create an ATM card my balance changes to 100
For the system that I am creating I need to be the one who issues all the money through commands on the back end.
How do I make the ATM balance 0.00?
Config:
"Permission (example: banksystem.use)": "",
"Starting balance": 0.00,
"Card Image": "https://i.imgur.com/Br9z7Ou.png",
"Transit Image": "https://i.imgur.com/h2bqMu4.png",
"Withdraw Image": "https://i.imgur.com/lwVwxm3.png",
"Transfer Image": "https://i.imgur.com/TBIxUnz.png",
"Exit Image": "https://i.imgur.com/OGoMu9N.png",
"Disable the close button in the ATM header": false,
"Currency Settings": {
"Display Name": "USD",
"Short Name": "sticks",
"Skin": 2103444307
ATM UI:
OTHER ISSUES:
If you also notice in that config that I have changed the name of the currency to USD and I have also changed the skin. Neither change from the config is being reflected in game.
"Display Name": "USD",
"Short Name": "sticks",
"Skin": 2103444307
Is there an option to remove "paper" money from the game? I see a way to wipe all data etc. but it did not wipe the paper money like I need it too. EDIT: It is still spawning in the game, even though set the config to false.