updated readme & small refactor

This commit is contained in:
2020-09-07 12:23:00 -05:00
parent 458843958b
commit c8c4ec7d01
3 changed files with 9 additions and 2 deletions

View File

@@ -115,3 +115,7 @@ To make your landwalking experience more pleasant, you can make use of a few adm
* `/nano_equip [id] (1-36) [slot] (0-2)`
* `/nano_unequip [slot] (0-2)`
* `/nano_active [slot] (0-2)`
## Accounts
A basic account system has been added, when logging in if the username doesn't exist in the database, a new account with the provided password will be made and you'll be automatically logged in. Otherwise a login attempt will be made. A username must be between 4 and 32 characters, and a password must be between 8 and 32 characters otherwise the account will be rejected. Characters currently save only upon creation, any items add/traded will not be saved.