Releases: bdew-wurm/rmitool
Releases · bdew-wurm/rmitool
v1.0
New command:
- Add money to player bank: java -jar rmitool.jar addmoney [Reason]
- Name is player name
- Amount is how much money to add, in irons
- Reason is optional, and does nothing with current WU implementation :P
- On success exit code is 0 and a summary will be printed to stdout ("An amount of 1 silver has been added to the account. Current balance is 31 silver, 85 copper and 76 iron.")
- On failure exit code is 1 and an error will be printed to stderr
Thanks to @Parsiuk for initial implementation.