summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2019-07-12 17:08:36 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2019-07-12 17:08:36 +0100
commitd8502acae21167a15cdfa4c215345466ba526de4 (patch)
tree68e3f5d12e01ea88484702f89db57b9fcc034c5d /README.md
parent90b741ed8d74b8130b722834bc801ab777abdfa0 (diff)
General refactoring
- Removed Quests.getInstance() and replaced with Quests.get() - Added QuestsAPI with useful methods which can be used in task types without having to get the Quests main class (used to make things a bit more clearer) - Passed the main class as an instance in constructors rather than relying on static methods to obtain the instance in many cases - Removed old title classes - Added more comments
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c96b07b0..52fc5293 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/lmbishop/Quests.svg)](http://isitmaintained.com/project/LMBishop/Quests "Average time to resolve an issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/lmbishop/Quests.svg)](http://isitmaintained.com/project/LMBishop/Quests "Percentage of issues still open")
+[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/LMBishop/Quests.svg)](http://isitmaintained.com/project/LMBishop/Quests "Average time to resolve an issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/LMBishop/Quests.svg)](http://isitmaintained.com/project/LMBishop/Quests "Percentage of issues still open")
## About Quests
This plugin will allow your players to do quests in-game to earn rewards. This can all be configured.