diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2019-07-12 17:08:36 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2019-07-12 17:08:36 +0100 |
| commit | d8502acae21167a15cdfa4c215345466ba526de4 (patch) | |
| tree | 68e3f5d12e01ea88484702f89db57b9fcc034c5d /README.md | |
| parent | 90b741ed8d74b8130b722834bc801ab777abdfa0 (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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -[](http://isitmaintained.com/project/LMBishop/Quests "Average time to resolve an issue") [](http://isitmaintained.com/project/LMBishop/Quests "Percentage of issues still open") +[](http://isitmaintained.com/project/LMBishop/Quests "Average time to resolve an issue") [](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. |
