Normal players able to use /transfer commandFixed
I've already double check on oxide.grant and also oxide.show but players are able to use /transfer with set amount to any players.

What happen?
I tried also granting myself economics.setmoney as admin, it says doesn't exist.
Normal players can use the /transfer command to transfer their own money to othes, but the wildcard there for transferring to all players does need to be fixed and will be shortly.

For now, you can add a check inside the CommandTransfer method to block it though:
            if (!player.HasPermission(permTransfer))
            {
                Message(player, "NotAllowed", command);
                return;
            }
​
Yea. They can just /transfer 999999999. Hahaha, its going to mess up the server balance.

will wait for the fix as I'm clueless about messing with .cs files.😂

Merged post

Hi Wulf, when will the fix be coming in? Please advice. Thanks!
I'll be posting it shortly.
Hi, already downloaded.

Transfer is fixed.

economics.setmoney says doesn't exist whenever I do an oxide.grant group admin.

Please advice.
It is setbalance, not setmoney. I've updated the plugin page.
Ah okay, thanks for that.
Locked automatically