mobconf
mobconf allows to conveniently add, remove and configure NPCs using chatcommands.
usage
/add_npc <id> <position> [name] [texture] [dialog]
Add NPC with ID <id> at <position>, optionally setting nametag [name], texture [texture] and dialog file [dialog]
/remove_npc <id>
Remove NPC with ID <id>
/npc_load_dialog <id> <dialog>
Load dialog file <dialog> for NPC with ID <id>
/npc_set_name <id> <name>
Set nametag of NPC with ID <id> to <name>
/npc_set_texture <id> <texture>
Set texture of NPC with ID <id> to <texture>
/npc_set_pos <id> <position>
Set the position of NPC with ID <id> to <position>
dependencies
- mobs_npc (https://notabug.org/TenPlus1/mobs_npc)
- simple_dialogs (https://github.com/Kilarin/simple_dialogs/)
- mtobjid (https://codeberg.org/zeuner/mtobjid.git)