Economics with ATM pluginSolved

Hello! I have an ATM and money plugin called RustATM made by another creator. The script says that it can work with the economics mod! My question is how can I turn the virtual economic points into the money in the ATM pluging. Right now it's two seperate things meaning that I can have 1k economic points and 1k cash (atm plugin), but I want to combine the two essentially.  

The ATM mod:

https://www.youtube.com/watch?v=fWh7qU5vYl4&ab_channel=OrangeTechnologies

I'd suggest contacting the developer of that plugin, as this plugin is just the API for handling the currency. The plugin should be able to combine and not have two separate currencies.

I would but the developer has never gotten back to me. Oh well. Thanks!

Kaze25

I would but the developer has never gotten back to me. Oh well. Thanks!

Assuming the user Orange on our site is the developer?

Kaze,

Perhaps I can be of assistance as I am going through the growing pains of developing this method of Econ,still. You are going to have to play around with this as there is a lot of trial and error to get what you specifically want.
In order to do this you will need a plugin to be used with Atm that include : Server Rewards

ServerRewards is your key as you will need to setup the GUI in order for people to take their RP and convert to Money.

  "Cash Settings": {
    "Economics As Cash": false,
    "In Game Item As Cash": true,
    "ServerRewards As Cash": false
Locked automatically