A new command has been added where you can create an npc without using the citizens commands, the command is as follows: / npcalive create (name)
Another command was also added to release an npc, the command is as follows: /npcalive release (namenpc)
Finally, the config file was updated, where 2 new configurations were added:
Code (Text):
# If true, the npc will be removed from the server by using the /npcalive release (namenpc) command.
# If it is false, only the information related to the npc with the player will be deleted, and the npc will be free.
npc-remove-command:
enable: false
# Set a limit on how much npc a player can create with the command /npcalive create (namenpc)
npc-creation-limit: 2
npc-creation-lore: 'Just put it on the ground and the npc will appear' # This text corresponds to the description that is added to the head when you use the /npcalive create command