Quote:
Originally Posted by xXziroXx
I think it's possible to give your NPC-Server read rights to files from the accounts/ folder, however, some argue that it's not recommended since it can easily be abused.
|
I've heard that you can and can't ... I'm pretty sure it's read protected by NPC-Server, but have never tried.
What you may want to do is save the player (player.saveVars()) when the player logs out, and (player.loadVars) when they log in. This lets you back things up, as well as be able to edit offline and have it be changed when they get back online.