Easy NPC

Easy NPC

2M Downloads

[Feature Request] Request Exporting to JSON not only a binary encoded NBT file

Miguel-202 opened this issue ยท 1 comments

commented

Is your feature request related to a problem? Please describe. ๐Ÿค”
Editing NPCs in bulk using the game UI is time-consuming. The current binary NBT export format makes it hard to edit multiple NPCs efficiently.

Describe the solution you'd like ๐Ÿ’ญ
Add an option to export NPC data as JSON or allow configuration to export in JSON format for easier bulk editing.

Describe alternatives you've considered ๐Ÿ”„
Using third-party tools to convert NBT to JSON, but it's cumbersome and inefficient.

Additional context ๐Ÿ“
JSON export would streamline NPC management, making it easier to perform consistent bulk edits and share configurations.

commented

Full JSON support isn't feasible, as it would require manually converting each entity's data to JSON, which is both complex and error-prone.

However, I'm currently testing support for .snbt files. These are essentially .nbt files but in a human-readable text format, making bulk editing much easier.