CobbleBetterNPC
ModLicenseRef-All-Rights-Reserved

CobbleBetterNPC

Side-mod for Cobblemon facilitate the creation of NPCs

1.1K
Downloads
4
Followers
2 months ago
Updated
📦
6
Versions

📖About 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

{
  "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"
    }
  ]
}