Hey I am facing some troubles implementing currency rewards for the shoppystock plugin.
So for example I have a shop thats called GC, in the Raidable Bases Profiles in easy for example I tried the following:
"Rewards": {
"Custom Currency": {
"Plugin": {
"Plugin Name": "ShoppyStock",
"Deposit Method (API)": "GiveCurrency",
"Withdraw Method (API)": "TakeCurrency",
"Balance Method (API)": "GetCurrencyAmount",
"ShoppyStock Shop Name": "GC",
"Amount": 1.0,
"Amount Data Type (API) - [ 0 - double | 1 - float | 2 - int ]": 2,
"User Data Type (API) - [ 0 - ulong | 1 - string | 2 - player ]": 0
},
"Enabled": true,
"Item Shortname": "scrap",
"Item Name": null,
"Amount": 200,
"Skin": 0
},
"Economics Money": 0.0,
"ServerRewards Points": 0,
"SkillTree XP": 2000.0,
"Do Not Reward Buyable Events": false
},