diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2020-04-15 09:24:34 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2020-04-15 09:24:34 +0100 |
| commit | 1912d6a39306f7138ad30941fd62cc7ae19b08ed (patch) | |
| tree | 03b435752c9f13a5f851e59657367e402cbb2721 /src/main/resources | |
| parent | 6001a91e7bf069b69606d64b8456fac267c769aa (diff) | |
Task types will now try to load QPlayer if it would otherwise return null.
Diffstat (limited to 'src/main/resources')
| -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 df2ef44b..9a96f719 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -7,7 +7,7 @@ main: com.leonardobishop.quests.Quests author: LMBishop softdepend: [ASkyBlock, uSkyBlock, Citizens, PlaceholderAPI] prefix: Quests -api-version: 1.14 +api-version: "1.13" # allows new API features but Quests will still work pre-1.13 commands: quests: |
