aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Getting-started.md
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/Getting-started.md
parent4c9a7d83a19828e64ea7f90ddf69f9212bb7a7d9 (diff)
Add /docs directory
This is part of a migration from GitHub wikis to GitHub pages
Diffstat (limited to 'docs/Getting-started.md')
-rw-r--r--docs/Getting-started.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/Getting-started.md b/docs/Getting-started.md
new file mode 100644
index 00000000..d5c3bece
--- /dev/null
+++ b/docs/Getting-started.md
@@ -0,0 +1,22 @@
+***
+
+### 🔨 ***This page is under construction***
+*The information contained here may be inaccurate or incomplete. You can help by [contributing information to the wiki](https://github.com/LMBishop/Quests/wiki/Contributing-to-the-wiki).*
+
+Refer to the following pages instead:
+* [Creating a quest or category](https://github.com/LMBishop/Quests/wiki/Creating-A-Quest-Or-Category)
+* [Task configuration layout](https://github.com/LMBishop/Quests/wiki/Task-Configuration-Layout)
+* [Global configurations](https://github.com/LMBishop/Quests/wiki/Global-Configurations)
+* [Storage providers](https://github.com/LMBishop/Quests/wiki/Storage-Providers)
+* [Configuration problems](https://github.com/LMBishop/Quests/wiki/Configuration-Problems)
+
+These are also listed on the sidebar.
+
+***
+
+Welcome to Quests! This wiki should help you with creating your own custom quests on your server.
+
+### What is a quest?
+A **quest** is simply a **group of tasks** which a player must complete in return for a reward.
+
+Each **task** may have a different **task type**, which range from breaking blocks to reaching a certain position in the world. Quests provides over 30 different types you can use, listed on [this page](https://github.com/LMBishop/Quests/wiki/Task-Types).