Player balance not reducing with 'setbalance'Not An Issue

Greetings All,

Using the Atm in conjuntion with a boat load of other plugs but in essence..
In Econ, how is the setbalance command able to be reduced from. I do not want my players to have a full time balance and able to deduct from the Atm as much as they want.
As it stands, in the Econ plug the Balance is not being reduced when a player uses

Ok, let me rephrase this.
What is the purpose of the setbalance ? I have set my players Balance of 5000$ with this command.Works, yet the balance does not change during activity of the player nor does it deduct from the balance when purchases are being made. Not to mention it renders another econ plug to a money pot with the ability to endlessly withdraw

"setbalance" isn't intended for for reducing or deduct anything, it's for completely replacing the balance for a player with the amount specificed; same goes for the SetBalance method. Using either of these would immediately change the balance in memory and would be saved to file when the server saves.

53Dugd9g1wjcgZl.jpg Wulf

"setbalance" isn't intended for for reducing or deduct anything, it's for completely replacing the balance for a player with the amount specificed; same goes for the SetBalance method. Using either of these would immediately change the balance in memory and would be saved to file when the server saves.

Ok, so that is my problem area. So then with server rewards what do I need to set in order for them to gain a balance as well as show the accurate balance of said rewards

Any changes made in this plugin would be reflected instantly within this plugin, so if they aren't reflecting in that plugin then it likely isn't checking for or handling the actual balance change.

If you want to add to a balance, you can use Deposit; if you want to subtract from a balance, you can use Withdraw.

"UseEconomicsPlugin": "false",    ::rolls eyes::   

Thanks Wulf,appreciate ya as Always

That would do it!

Locked automatically