diff options
| author | Krakenied <Krakenied1@gmail.com> | 2024-01-08 13:42:36 +0100 |
|---|---|---|
| committer | Leonardo Bishop <13875753+LMBishop@users.noreply.github.com> | 2024-01-09 15:58:15 +0000 |
| commit | b1bf53962b5db4a138e8e2b0d86e119a62513783 (patch) | |
| tree | 4da016c356a879d3b1c4e7130a57798bf2d26536 /bukkit/src/main/resources | |
| parent | 3551c1ed8b4e364eda3111ff422ad2ced575b9f6 (diff) | |
Add WildStacker support to mob killing and breeding task types
Closes https://github.com/LMBishop/Quests/issues/584
Diffstat (limited to 'bukkit/src/main/resources')
| -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 80fb1149..b135cef4 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: [ASkyBlock, BentoBox, Citizens, CoreProtect, Essentials, FabledSkyBlock, IridiumSkyblock, MythicMobs, PlaceholderAPI, PlayerBlockTracker, PlayerPoints, ShopGUIPlus, SuperiorSkyblock2, uSkyBlock, Votifier, VotingPlugin] +softdepend: [ASkyBlock, BentoBox, Citizens, CoreProtect, Essentials, FabledSkyBlock, IridiumSkyblock, MythicMobs, PlaceholderAPI, PlayerBlockTracker, PlayerPoints, ShopGUIPlus, SuperiorSkyblock2, uSkyBlock, Votifier, VotingPlugin, WildStacker] prefix: Quests api-version: "1.13" # allows new API features but Quests will still work pre-1.13 folia-supported: true |
