diff options
| author | Krakenied <Krakenied1@gmail.com> | 2022-06-04 18:30:34 +0200 |
|---|---|---|
| committer | Krakenied <Krakenied1@gmail.com> | 2022-06-04 18:33:13 +0200 |
| commit | 86f2d427a1f1a445d7af828e3ee881efa8a1de25 (patch) | |
| tree | e09a12a740b20c78ef65062df7a259c98cd47984 /bukkit/src/main | |
| parent | cf9150335738560f0e31203d1572f2d6791bed69 (diff) | |
Fix plugin dependent task types
Fixes https://github.com/LMBishop/Quests/issues/397
Diffstat (limited to 'bukkit/src/main')
| -rw-r--r-- | bukkit/src/main/resources/plugin.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bukkit/src/main/resources/plugin.yml b/bukkit/src/main/resources/plugin.yml index 499b3e07..becdecd1 100644 --- a/bukkit/src/main/resources/plugin.yml +++ b/bukkit/src/main/resources/plugin.yml @@ -6,7 +6,7 @@ version: "${version}" main: com.leonardobishop.quests.bukkit.BukkitQuestsPlugin website: https://github.com/LMBishop/Quests author: "LMBishop & contributors" -softdepend: [PlaceholderAPI] +softdepend: [ASkyBlock, BentoBox, Citizens, CoreProtect, Essentials, FabledSkyblock, IridiumSkyblock, MythicMobs, PlaceholderAPI, ShopGUIPlus, SuperiorSkyblock2, uSkyBlock, Votifier, VotingPlugin] prefix: Quests api-version: "1.13" # allows new API features but Quests will still work pre-1.13 |
