aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_old_mediawiki/Creating-a-category.mediawiki
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2023-07-05 15:28:17 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2023-07-05 15:28:17 +0100
commite85f8eea9dfe76dacc86728b20c4a0036ec71c1d (patch)
tree3d67553c597e7851b657cfa2638887699b2b4ace /docs/_old_mediawiki/Creating-a-category.mediawiki
parent4c9a7d83a19828e64ea7f90ddf69f9212bb7a7d9 (diff)
Add /docs directory
This is part of a migration from GitHub wikis to GitHub pages
Diffstat (limited to 'docs/_old_mediawiki/Creating-a-category.mediawiki')
-rw-r--r--docs/_old_mediawiki/Creating-a-category.mediawiki36
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/_old_mediawiki/Creating-a-category.mediawiki b/docs/_old_mediawiki/Creating-a-category.mediawiki
new file mode 100644
index 00000000..e5c1e05d
--- /dev/null
+++ b/docs/_old_mediawiki/Creating-a-category.mediawiki
@@ -0,0 +1,36 @@
+= Creating a category =
+
+Categories are stored in <code>categories.yml</code>. On older versions of Quests they were stored in the main <code>config.yml</code>; quests will read categories from <code>config.yml</code> if a <code>categories.yml</code> file is not present.
+
+== Category ID ==
+ID of category, this is the text you should enter when putting quests inside a category.
+
+== Display ==
+:''<code>display</code>''
+
+The item that is shown in the GUI.
+
+=== Name ===
+:''<code>display.name</code>''
+
+The name of the item.
+
+=== Lore ===
+:''<code>display.lore</code>''
+
+The lore (description) of the item.
+
+=== Type ===
+:''<code>display.type</code>''
+
+The type (material name/id) of item.
+
+== Permission required ==
+:''<code>permission-required</code>''
+
+Whether permission is needed to open this category, or start quests within it. This permission will follow this format: <code><nowiki>quests.category.<category></nowiki></code>`.
+
+== Hidden ==
+:''<code>hidden</code>''
+
+Whether this category is shown in the main quests menu. \ No newline at end of file