Adding Coins by player hack?Solved

I could be wrong but I don't think so. I also use Gather Rewards . I had this first time player on the server with only 13 minutes log time and I was spying on him/her and noticed he bought something from Rust Kits that cost 6500 coins. I also noticed he still had 8500 coins left.

How is that possiable when there's no way to earn that much in 13 minutes on my server? I have also checked permissions and only admin have that command to add coin.

oxide.grant group default economics.balance
oxide.grant group default economics.deposit
oxide.grant group default economics.withdraw
oxide.grant group admin economics.depositall
oxide.grant group admin economics.setbalance
oxide.grant group admin economics.setbalanceall
oxide.grant group admin economics.transfer
oxide.grant group admin economics.transferall
oxide.grant group admin economics.withdrawall
oxide.grant group admin economics.wipe​


{
  "Allow negative balance for accounts": true,
  "Balance limit for accounts (0 to disable)": 0,
  "Negative balance limit for accounts (0 to disable)": 0,
  "Remove unused accounts": true,
  "Log transactions to file": false,
  "Starting account balance (0 or higher)": 1000,
  "Wipe balances on new save file": false
}​

I also use Play Time Rewards
But I checked and no referrals were used.
"4. Reward Settings": {
    "1. Enable Rewards": true,
    "2. Use ServerRewards": false,
    "3. Use Economics": true,
    "4. Use Cash System": false,
    "Cash System Currency": "$",
    "5. Enable Referrals": true,
    "6. Enable Earning By Referrals": true,
    "7. Send Deposit Response": true,
    "8. PlayTime Deposit Timer": 1800,
    "9. PlayTime Deposit Amount": 50,
    "10. Referred Player Joined Deposit Amount": 5000,
    "11. Referral Invite Sent Deposit Amount": 10000
  },​


Also what is the format when setting balance? I did the command and tried 3400 and tried $3400 and it sets to zero balance.



Thank you

The commands just use numbers, the syntax is as shown in the plugin page. This plugin wouldn't give pms users anything other than what other plugins push or on command.

Could you provide info on the command you used exactly?

HhoU8VWjUIHyLg8.png Wulf

The commands just use numbers, the syntax is as shown in the plugin page. This plugin wouldn't give pms users anything other than what other plugins push or on command.

Could you provide info on the command you used exactly?

I tried /setbalance name amount

Or now that I actually use my eyes and read it. Is it:

/setbalance name | * amount

One user based on name: setbalance a5150killa 3000

Or one user based on ID, or all users using wildcard *.

jVjhek3VFPNb4KR.png Wulf

One user based on name: setbalance a5150killa 3000

Or one user based on ID, or all users using wildcard *.

I did
setbalance sir fartsalot 50000

and made my balance to zero now.


setbalance sir fartsalot

You used a space in the name. If you are using names with spaces, you'd need to use quotation marks around it; else use the ID.

I'll look into adding a check for invalid argument input though.

nOVwDstcGzXVhDD.png Wulf

You used a space in the name. If you are using names with spaces, you'd need to use quotation marks around it; else use the ID.

I'll look into adding a check for invalid argument input though.



Ok thank you for helping me. ID worked.
Locked automatically