Daniel12321 / NPCs

MIT License
18 stars 13 forks source link

[Feature] add storage option: file #13

Closed johnfriedrich closed 7 years ago

johnfriedrich commented 7 years ago

First of all: Your ingame editor is awesome and couldn't be better. However, editing big amounts of NPCs (position, name, commands) is time consuming and kinda annoying if you have to search them 1 by 1 in your mc servers world.

So why not adding json storage to save npc data instead of saving them in chunks.

Make this data actually user readable might be quite some work, but it helps a lot. Another big + (especially in modded enviroments) is, that in case your world breaks, you don't have to redo NPCs if you changed them recently after your last backup, because they will be loaded from a file.

Daniel12321 commented 7 years ago

Version 2.0.0 now has NPC data files to store data.