Skip to content

Commit

Permalink
Switched some plugins to loadbefore
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Dec 8, 2023
1 parent 85991b6 commit 0dba790
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions eco-core/core-plugin/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ api-version: 1.17
authors: [ Auxilor ]
website: willfp.com
load: STARTUP

# Fixes some plugins breaking load order
loadbefore:
- Spartan
- CustomCrafting
softdepend:
- ProtocolLib
- WorldGuard
Expand All @@ -16,7 +21,6 @@ softdepend:
- NoCheatPlus
- AAC
- Matrix
- Spartan
- Vulcan
- PlaceholderAPI
- mcMMO
Expand All @@ -40,7 +44,6 @@ softdepend:
- CrashClaim
- DecentHolograms
- MythicMobs
- CustomCrafting
- ExecutableItems
- RPGHorses
- EconomyShopGUI
Expand Down

0 comments on commit 0dba790

Please sign in to comment.