Creating a category

Categories are stored in categories.yml. On older versions of Quests they were stored in the main config.yml; quests will read categories from config.yml if a categories.yml file is not present.

Table of contents

  1. Category ID
  2. Display
    1. Name
    2. Lore
    3. Type
  3. Permission required
  4. Hidden

Category ID

ID of category, this is the text you should enter when putting quests inside a category.

Display

display

The item that is shown in the GUI.

Name

display.name

The name of the item.

Lore

display.lore

The lore (description) of the item.

Type

display.type

The type (material name/id) of item.

Permission required

permission-required

Whether permission is needed to open this category, or start quests within it. This permission will follow this format: quests.category.<category>`.

Hidden

hidden

Whether this category is shown in the main quests menu.


Back to top

This wiki serves as a manual for Quests however there is no guarantee that the information is up-to-date or complete. As per the license, this software provides absolutely no warranty, nor are the maintainers liable for any damages. Please see the license text for more information.