From 175a2e2fbf81c4f2e29c59638831fea21544a609 Mon Sep 17 00:00:00 2001 From: malonnnn Date: Sat, 17 Jun 2023 22:40:27 -0500 Subject: [PATCH] Add CommandHelper to softdepend (#2043) GriefPrevention was unable to load claims because it was loading before CommandHelper (world management plugin) --- src/main/resources/plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 7de57580c..58454e575 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: GriefPrevention main: me.ryanhamshire.GriefPrevention.GriefPrevention -softdepend: [Vault, Multiverse-Core, My_Worlds, MystCraft, Transporter, WorldGuard, WorldEdit, RoyalCommands, MultiWorld, Denizen] +softdepend: [Vault, Multiverse-Core, My_Worlds, MystCraft, Transporter, WorldGuard, WorldEdit, RoyalCommands, MultiWorld, Denizen, CommandHelper] dev-url: https://dev.bukkit.org/projects/grief-prevention version: '${git.commit.id.describe}' api-version: '1.17'