diff options
| author | Krakenied <Krakenied1@gmail.com> | 2024-02-11 02:43:57 +0100 |
|---|---|---|
| committer | Leonardo Bishop <13875753+LMBishop@users.noreply.github.com> | 2024-02-18 12:19:16 +0000 |
| commit | df3263bd6ca13a4840e7165453e280a33399859a (patch) | |
| tree | e1db37affcf78ad47a500f9b2a03ded27109f95a /bukkit/src/main/resources | |
| parent | 3c354a0a45f0492cf075816c080c927c1cc656b6 (diff) | |
Add ZNPCsPlus support
Diffstat (limited to 'bukkit/src/main/resources')
| -rw-r--r-- | bukkit/src/main/resources/plugin.yml | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/bukkit/src/main/resources/plugin.yml b/bukkit/src/main/resources/plugin.yml index b135cef4..fd816a1b 100644 --- a/bukkit/src/main/resources/plugin.yml +++ b/bukkit/src/main/resources/plugin.yml @@ -6,7 +6,28 @@ 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, WildStacker] +softdepend: +- ASkyBlock +- BentoBox +- Citizens +- CoreProtect +- EcoBosses +- EcoMobs +- Essentials +- FabledSkyBlock +- IridiumSkyblock +- MythicMobs +- PlaceholderAPI +- PlayerBlockTracker +- PlayerPoints +- PyroFishingPro +- ShopGUIPlus +- SuperiorSkyblock2 +- uSkyBlock +- Votifier +- VotingPlugin +- WildStacker +- ZNPCsPlus prefix: Quests api-version: "1.13" # allows new API features but Quests will still work pre-1.13 folia-supported: true |
