From f4ba4d43f6ed3bd0ded1505cc4d7a2ec4a4d8835 Mon Sep 17 00:00:00 2001 From: hypherionmc Date: Sun, 9 Mar 2025 15:18:01 +0200 Subject: [PATCH] [BUG] Fix LuckPerms classes being missing on Paper --- Paper/src/main/resources/paper-plugin.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Paper/src/main/resources/paper-plugin.yml b/Paper/src/main/resources/paper-plugin.yml index 6e8d4e8..2339a5c 100644 --- a/Paper/src/main/resources/paper-plugin.yml +++ b/Paper/src/main/resources/paper-plugin.yml @@ -5,4 +5,16 @@ main: com.hypherionmc.craterlib.paper.CraterLibPlugin author: HypherionSA api-version: '1.21.3' bootstrapper: com.hypherionmc.craterlib.paper.CraterLibBootstrap -load: STARTUP \ No newline at end of file +load: STARTUP + +dependencies: + bootstrap: + LuckPerms: + load: BEFORE + required: false + join-classpath: true + server: + LuckPerms: + load: BEFORE + required: false + join-classpath: true \ No newline at end of file