From 2b04fb9ef3ea1c716605c16895149d4ebed80a81 Mon Sep 17 00:00:00 2001 From: GeorgH93 Date: Thu, 23 Feb 2023 21:47:39 +0100 Subject: [PATCH] Update paper plugin loading order --- .../Minepacks-Bootstrap-Paper/resources/paper-plugin.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Components/Minepacks-Bootstrap-Paper/resources/paper-plugin.yml b/Components/Minepacks-Bootstrap-Paper/resources/paper-plugin.yml index 5469ffb6..37d7db4c 100644 --- a/Components/Minepacks-Bootstrap-Paper/resources/paper-plugin.yml +++ b/Components/Minepacks-Bootstrap-Paper/resources/paper-plugin.yml @@ -8,4 +8,8 @@ bootstrapper: "at.pcgamingfreaks.Minepacks.Paper.MinepacksBootstrap" dependencies: - name: PCGF_PluginLib - required: false \ No newline at end of file + required: false + +load-after: + - name: PCGF_PluginLib + bootstrap: true \ No newline at end of file