CobbleBetterNPC
Side-mod for Cobblemon facilitate the creation of NPCs
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
CobbleBetterNPC
CobbleBetterNPC!**
*An advanced and flexible system to create and customize NPCs on your Cobblemon server.*
Want to add interactive NPCs with dialogues, paths, animations, and custom functions? CobbleBetterNPC is the plugin you need.
---
Key Features
Customizable NPCs > • Assign unique name, title, and behavior
Interactive Dialogues > • Branching dialogue tree system > • Multiple answers and dynamic conditions
Actions and Events > • Run commands when interacting with an NPC > • Custom actions based on permissions or player progress
Advanced Integrations > • Compatible with our CobbleMissions system > • Perfect for creating immersive experiences
Flexible Configuration > • Supports multiple NPCs and worlds
---
NPC Example ```json { "type": "dialogue", "resourceIdentifier": "trainer_oak", "names": ["Professor Oak"], "interaction": [ { "name": "dialogue one", "with": "1", "permission": "cobblebetternpc.oak.finish", "dialogue": "cobblebetternpc:oak_finish_mission" }, { "name": "dialogue two", "with": "2", "permission": "", "dialogue": "cobblebetternpc:oak_intro" } ] }
```