From 03feb2e4bbd547036bbec4fe2d87872304abb7bb Mon Sep 17 00:00:00 2001 From: TechnicJelle <22576047+TechnicJelle@users.noreply.github.com> Date: Mon, 20 May 2024 23:29:08 +0200 Subject: [PATCH] Forgot to put depend:bluemap in the plugin.yml... --- src/main/resources/plugin.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 1f1d043..6bd5b43 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -2,3 +2,5 @@ name: BlueMapStructures version: '${project.version}' main: com.technicjelle.bluemapstructures.BlueMapStructures api-version: '1.13' +depend: + - BlueMap