Placeholder Quests

Placeholder Quests provide a quick and powerful way to integrate mods using our Quest system with other 3rd party mods - with no code!

IntPlaceholderQuest

    {
      "type": "IntPlaceholderQuest",
      "name": "<red><bold>Pokemon Trainer",
      "id": "pokemontrainer80",
      "amount": 80,
      "item": {
        "id": "cobblemon:poke_ball"
      },
      "taskMessage": "Catch 80x Different Pokemon",
      "placeholder": "%pokedex:caught%"
    }

The IntPlaceholderQuests parses the "placeholder" field as an integer whole number. Currently, it only supports checking if that number is greater than or equal to the "amount" field. If it is, the Quest is marked as complete.

Last updated