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 --- src/main/resources/plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 460c5122..e2abbc3b 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -4,7 +4,7 @@ name: Quests version: %PLUGIN_VERSION% main: com.leonardobishop.quests.Quests -author: lmbishop +author: LMBishop softdepend: [ASkyBlock, uSkyBlock, Citizens] prefix: Quests -- cgit v1.2.3-70-g09d2