From 9503fc2841f0b07ca475481dccf58980aa5c099a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrei=20Dasc=C4=83lu?= Date: Sat, 20 Apr 2024 11:47:08 +0200 Subject: [PATCH] Fix #1006 - Sidebar support for 1.16.5 (#1010) * fix dependency --- bedwars-plugin/pom.xml | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/bedwars-plugin/pom.xml b/bedwars-plugin/pom.xml index 287ea5493..4ddacf761 100644 --- a/bedwars-plugin/pom.xml +++ b/bedwars-plugin/pom.xml @@ -257,67 +257,73 @@ com.andrei1058.spigot.sidebar sidebar-base - 23.12 + 24.2 compile com.andrei1058.spigot.sidebar sidebar-v1_8_R3 - 23.12 + 24.2 compile com.andrei1058.spigot.sidebar sidebar-v1_12_R1 - 23.12 + 24.2 compile com.andrei1058.spigot.sidebar - sidebar-v1_16_R1 - 23.12 + sidebar-v1_16_R3 + 24.2 compile com.andrei1058.spigot.sidebar sidebar-v1_17_R1 - 23.12 + 24.2 compile com.andrei1058.spigot.sidebar sidebar-v1_18_R2 - 23.12 + 24.2 compile com.andrei1058.spigot.sidebar sidebar-v1_19_R2 - 23.12 + 24.2 compile com.andrei1058.spigot.sidebar sidebar-v1_19_R3 - 23.12 + 24.2 compile com.andrei1058.spigot.sidebar sidebar-v1_20_R1 - 23.12 + 24.2 compile com.andrei1058.spigot.sidebar sidebar-v1_20_R2 - 23.12 + 24.2 compile com.andrei1058.spigot.sidebar sidebar-v1_20_R3 - 23.12 + 24.2 + compile + + + com.andrei1058.spigot.sidebar + sidebar-v1_20_R4 + 24.2 compile