Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Supported environments
Dedicated servers only
Tags
Creators
Details
Licensed ARR
Published 5 months ago
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
{
"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"
}
]
}


