FancyNpcsTutorials
Citizens Converter
How to convert your Citizens NPCs to FancyNpcs
How to use
FancyNpcs provides a simple converter that allows you to convert your existing Citizens NPCs to FancyNpcs. This is a great way to migrate your NPCs without having to recreate them from scratch.
- Have Citizens installed (tested with version
2.0.41-b4129) - Have the latest version of FancyNpcs installed
- Run the
/npcconvert citizenscommand - Check the result (
/fancynpcs:npc list) - You can now delete the Citizens npcs and/or the Citizens plugin
The following properties get converted:
- Npc owner
- Npc name (white spaces will be replaced with underscores)
- Mob type
- Skin (only tested with usernames so far)
- Look close (turn_to_player in fancynpcs)
- Glowing & glowing color
- Equipment
- Text ->
messageaction with ANY_CLICK trigger - Command ->
console_commandaction with trigger defined as Hand
The converter does not convert mob type specific attributes yet (e.g. variants or poses).
Please leave feedback, bugs and issues about the converter in the Discord server or as an issue on GitHub. If there is any important property that is not being converted, please let us know so we can add support for it!