aboutsummaryrefslogtreecommitdiffstats
path: root/docs/download.md
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2023-07-05 20:54:36 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2023-07-05 20:54:36 +0100
commit467715dcb3ee23e05e8fe445d9e2a2416a26a8e0 (patch)
treeeb1e61d15312f931b6f61d104dd63614a2620db4 /docs/download.md
parent7e2e0f3c373c2108b8b3903675eac950b0e21307 (diff)
Migrate docs to GitHub pages
Diffstat (limited to 'docs/download.md')
-rw-r--r--docs/download.md60
1 files changed, 60 insertions, 0 deletions
diff --git a/docs/download.md b/docs/download.md
new file mode 100644
index 00000000..799cf804
--- /dev/null
+++ b/docs/download.md
@@ -0,0 +1,60 @@
+---
+title: Download
+nav_order: 3
+---
+# Download
+
+Release builds of Quests are officially distributed at the
+sites on this page. Sources not listed here may contain modified, or
+outdated versions.
+
+## Release builds
+
+- [SpigotMC
+ (preferred)](https://www.spigotmc.org/resources/quests-1-8-1-19-set-up-goals-for-players.23696/)
+- [Modrinth](https://modrinth.com/mod/quests)
+- [Polymart](https://polymart.org/resource/quests.938)
+- [Songoda](https://songoda.com/marketplace/product/quests-quests.544)
+- [GitHub](https://github.com/LMBishop/Quests/releases)
+- <s>[Hangar (testing)](https://hangar.benndorf.dev/LMBishop/Quests)</s>
+
+Please note Hangar is still in active development and testing. It may be
+removed at any time.
+
+### Distribution status
+
+Some platforms may not be up-to-date yet.
+
+<img src="https://mcbadges.leonardobishop.com/quests.svg"/>
+
+## Development builds
+
+- [GitHub Actions](https://github.com/LMBishop/Quests/actions)
+
+Development builds are automatically built by GitHub. You may need a
+GitHub account to see or download these artifacts.
+
+Instructions on building Quests is also provided here:
+<https://github.com/LMBishop/Quests/blob/master/CONTRIBUTING.md>
+
+## License
+
+The full license text is available here:
+<https://github.com/LMBishop/Quests/blob/master/LICENSE.txt>
+
+ Quests
+
+ Copyright (C) 2022 Leonardo Bishop and contributors
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see [https://www.gnu.org/licenses].