From d8502acae21167a15cdfa4c215345466ba526de4 Mon Sep 17 00:00:00 2001 From: LMBishop <13875753+LMBishop@users.noreply.github.com> Date: Fri, 12 Jul 2019 17:08:36 +0100 Subject: 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.2.3-70-g09d2