Skip to content

Releases: bdew-wurm/rmitool

v1.0

07 Oct 10:13
Compare
Choose a tag to compare

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.

v0.2

22 May 13:40
Compare
Choose a tag to compare
  • Added "playercount" and "isrunning" commands

v0.1

13 Feb 19:54
Compare
Choose a tag to compare
  • Initial release