From 95219c17bc1048f8b284985609e33b546907fc56 Mon Sep 17 00:00:00 2001 From: akastijn Date: Sat, 11 Jul 2026 22:22:09 +0200 Subject: [PATCH] Add `Multiverse-Core` as a soft dependency to ensure teleport locations are found --- src/main/resources/plugin.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index f00bf37..94b8e7c 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -3,6 +3,10 @@ version: ${version} main: com.alttd.hunger_games.Main api-version: "1.21" +# Load after Multiverse-Core to be able to find the teleport locations +softdepend: + - Multiverse-Core + commands: hungergames: description: Main HungerGames command