Skip to content

Commit

Permalink
Add CommandHelper to softdepend (#2043)
Browse files Browse the repository at this point in the history
GriefPrevention was unable to load claims because it was loading before CommandHelper (world management plugin)
  • Loading branch information
malonnnn committed Jun 18, 2023
1 parent e5f579d commit 175a2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 175a2e2

Please sign in to comment.