Custom Points

circle-info

Refer to Tutorial: Creating a data packarrow-up-right to create the base datapack

circle-info

Folder Structure - data/[datapack namespace]/cobblebadges/points/[point name].json Point Identifier - [datapack namespace]:[point name]

Example (Bug Point) - data/cobblebadges/cobblebadges/points/bug.json Point Identifier - cobblebadges:bug

Data Structure

{
  "name": "[text component]", // See Text Component Format
  "tiers": [
    {
      "trigger": "[trigger id]", // See List of Triggers, Custom Triggers
      "conditions": { } // Optional
    }
    // See Criteria
  ]
}

Example

A badge named Diamon Point which is obtained every time a Diamond Block is placed or a Bug Pokémon is captured or defeated.

Last updated