Hi hii
I'm new to running a Rust server. I've added the VM plugin and changed the config to use economics.
How do I make the vending machine take player's currency? It's still just normal and I add items and sell them for paper. However, I want people to be able to spend money earned.
Can someone provide a basic tutorial for a noob?
:)
Help setting up and working with economics
In order to use economics you have to set "useEconomics": true, and set "currencyItem": "blood" in the config. when you set up the sell order in the machine just set the amount of blood to purchase to corespond to the economics cost.
There may be another method but that is how I get it to work.