diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-07-05 20:54:36 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-07-05 20:54:36 +0100 |
| commit | 467715dcb3ee23e05e8fe445d9e2a2416a26a8e0 (patch) | |
| tree | eb1e61d15312f931b6f61d104dd63614a2620db4 /docs/Creating-a-category.md | |
| parent | 7e2e0f3c373c2108b8b3903675eac950b0e21307 (diff) | |
Migrate docs to GitHub pages
Diffstat (limited to 'docs/Creating-a-category.md')
| -rw-r--r-- | docs/Creating-a-category.md | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/docs/Creating-a-category.md b/docs/Creating-a-category.md deleted file mode 100644 index f41d919d..00000000 --- a/docs/Creating-a-category.md +++ /dev/null @@ -1,54 +0,0 @@ -# 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. - -## 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. |
