I just updated this resource with various small changes, it isn't required to update if you have this downloaded already but it does fix some errors that popup because I wasn't handling errors and there are some small improvements
Changes:
You can now retrieve player money clientside (player.money changed to player.data.money)
Renamed the browser variable from browser1 to loginBrowser
Changed /updatemoney to /setmoney
Basic error handling for /setmoney (Should now return a message if you didn't put anything in or you didn't put a number in)
Fixed error for those who quit before logging in
Shortened player position values, now only goes to 2 decimal places
Added health and armour to the database to further show examples
Added /sethealth and /setarmour for more examples of usage
Added double checking for user passwords on registration to avoid typos in passwords when registering
Added error handling on MySQL queries
Resource should be up and available soon, if you don't want to wait just go to the Github link and download it from there.