jpcsupplies / Economy_mod

Basic Economy System for Space Engineers
13 stars 12 forks source link

ENH: in game commands to manage player balances #17

Closed jpcsupplies closed 9 years ago

jpcsupplies commented 9 years ago

pay command can be adapted to take a players money away, and/or give it to someone else.. if we add an admin check so thats part way there

But need a way to actually just flat out change the balance too, eg /set bob 669

should be pretty similar to the pay command just with less checks and just set the balance

jpcsupplies commented 9 years ago

The last rewrite of the pay command basically does this functionality now if you are an admin, but I may add a reset command for admins to reset their balance to default.