diff options
| author | fatpigsarefat <fatpigsarefat@outlook.com> | 2018-10-20 23:19:36 +0100 |
|---|---|---|
| committer | fatpigsarefat <fatpigsarefat@outlook.com> | 2018-10-20 23:19:36 +0100 |
| commit | 454445c356e745fac1779bb1b8a4b4b0ccafc5a6 (patch) | |
| tree | 20f108628063762f9355bbcebbf8a2d85b6f243d /src/main/resources/plugin.yml | |
| parent | a72873c0ee57d9bb32a4506c95d61e436e1e258a (diff) | |
Added Citizens task type
- "citizens_deliver" and "citizens_interact" added
- Fixed a stupid bug with the startQuest response codes
- Removed "beta" tag
- Added Citizens to softdepend & pom.xml
Diffstat (limited to 'src/main/resources/plugin.yml')
| -rw-r--r-- | src/main/resources/plugin.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 691112a8..460c5122 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -5,7 +5,7 @@ version: %PLUGIN_VERSION% main: com.leonardobishop.quests.Quests author: lmbishop -softdepend: [ASkyBlock, uSkyBlock] +softdepend: [ASkyBlock, uSkyBlock, Citizens] prefix: Quests commands: |
