Custom Quests - Wiki - 2.x.x | mcmod.dev

Tutorials CustomQuests Generator (1.x.x) CustomQuests Wiki (2.x.x)

File Structure

Quests.json

All Chapters and Quests are stored in this file.

Whenever there's a possibility for multiple entries in some places, Custom Quests uses JsonObjects for that with the id as key (stringified integer), not JsonArrays.


        

The Chapter Object:

The Chapter object contains only a few non-nested keys, named 'icon', 'title' and 'text' of the String type, and a JsonArray 'quests'.

The 'icon' may contain any item, block or tag.

The 'title' will contain the chapter name rendered on the button.

The 'text' will be whatever is displayed in the tooltip whenever you hover over the said button.

And last, the 'quests' JsonArray will contain all the quest id's that will be rendered in the chapter.