Cuberite Forum
PlayerDataConverter - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Plugins (https://forum.cuberite.org/forum-1.html)
+--- Forum: Plugin Releases (https://forum.cuberite.org/forum-2.html)
+--- Thread: PlayerDataConverter (/thread-1593.html)



PlayerDataConverter - Howaner - 09-25-2014

It converts your player data into player data with the correct uuid. (Example you want to switch your server to offline mode. With this plugin you can convert the online mode player data to offline mode player data, so your players will keep the inventory.)

Usage:
  1. Download the source
  2. Copy the PlayerDataConverter/ folder to your Plugins/ folder
  3. Add the plugin to the settings.ini
  4. Start / Reload the server

Github, Download


RE: PlayerDataConverter - xoft - 09-25-2014

So what exactly does this plugin do that a server cannot do?

The server has two settings related to the playerdata storage - one setting allows you to turn on reading playerdata from old-style (name-based) storage, so if the server cannot find the UUID-based player data, it looks for the name-based one. The other setting does the same with offline UUID-based data.
Both are in settings.ini:
Code:
[PlayerData]
LoadOfflinePlayerData=1
LoadNamedPlayerData=1



RE: PlayerDataConverter - Howaner - 09-25-2014

What is when the server is in online mode and you want to switch it to offline mode?


RE: PlayerDataConverter - xoft - 09-25-2014

That's probably the only scenario not covered by the server.