Converting - Pyrbu/ZNPCsPlus GitHub Wiki

ZNPCsPlus Converting

You can import NPC data from other plugins into ZNPCsPlus.

Available Conversions

ZNPCs:

/npc storage import znpcs

Import NPCs from the ZNPCs plugin into ZNPCsPlus.
Data is imported from plugins/ServersNPC/data.json.

ZNPCsPlus Legacy:

Note: The data should have been imported automatically; please use this only if the data was not imported due to some reason.

/npc storage import znpcsplus_legacy

Import NPCs from the legacy version (1.0.8 and lower) of ZNPCsPlus into the current version.
Data is imported from plugins/ZNPCsPlusLegacy/data.json.

Citizens:

/npc storage import citizens

Import NPCs from the Citizens plugin into ZNPCsPlus.
Data is imported from plugins/Citizens/saves.yml.

Requests

If you wish to have support for converting NPC data from any other NPC plugin, please let us know on our Discord community. We value your feedback and are open to expanding conversion options based on user requests.