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.
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.