[Suggestion] Separate player data into separate files
xenoflot opened this issue · 3 comments
Hi guys,
If I'm reading your .dat file correctly, minecolonies is storing all player data in a single file. From an admin perspective, it would be better if there was one .dat per player UUID. That way if one player's colony is bugged, the player's file can be deleted without affecting other users.
Cheers!
OK discovered that you store some data in playerdata as well. Definitely better to have everything in one place and separated by player :)
Unfortunately, that might cause a gigantic folder full of .dat files for
each player.
There is a command to delete the colony of a specific player /mc colony
delete <playername>
2016-12-24 21:46 GMT-02:00 xenoflot <[email protected]>:
… Hi guys,
If I'm reading your .dat file correctly, minecolonies is storing all
player data in a single file. From an admin perspective, it would be better
if there was one .dat per player UUID. That way if one player's colony is
bugged (or the player simply wants to wipe their progress and start
afresh), the player's file can be deleted without affecting other users.
Cheers!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#373>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AGI9y5iEK9PcyBRogxM8Mzmp8YKgdr8Wks5rLa68gaJpZM4LVUD7>
.