aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/plugin.yml
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 /src/main/resources/plugin.yml
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 'src/main/resources/plugin.yml')
-rw-r--r--src/main/resources/plugin.yml2
1 files changed, 1 insertions, 1 deletions
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