From c1d6d895c992d429143d729472bc09bd2dfa044a Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 26 Aug 2026 17:27:59 -0600 Subject: [PATCH 1/3] Reduce unnecessary Maven repository lookups --- VotifierPlus/pom.xml | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/VotifierPlus/pom.xml b/VotifierPlus/pom.xml index 508c825..2b76193 100644 --- a/VotifierPlus/pom.xml +++ b/VotifierPlus/pom.xml @@ -242,25 +242,40 @@ + + central + https://repo.maven.apache.org/maven2 + + false + + spigot-repo https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + false + - bencodez repo - https://nexus.bencodez.com/repository/maven-public/ + velocity + https://nexus.velocitypowered.com/repository/maven-public/ + + false + - bungeecord-repo - https://oss.sonatype.org/content/repositories/snapshots + bencodez repo + https://nexus.bencodez.com/repository/maven-public/ + + false + papermc https://repo.papermc.io/repository/maven-public/ - - - velocity - https://nexus.velocitypowered.com/repository/maven-public/ + + false + From 94905ce67d891d661fe414fca2e0c4c23e555905 Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 26 Aug 2026 17:33:35 -0600 Subject: [PATCH 2/3] Resolve Velocity API through Paper repository --- VotifierPlus/pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/VotifierPlus/pom.xml b/VotifierPlus/pom.xml index 2b76193..a1dd846 100644 --- a/VotifierPlus/pom.xml +++ b/VotifierPlus/pom.xml @@ -256,13 +256,6 @@ false - - velocity - https://nexus.velocitypowered.com/repository/maven-public/ - - false - - bencodez repo https://nexus.bencodez.com/repository/maven-public/ From 15d5790a52bf217fed52f24e0d8472dee91164f6 Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 26 Aug 2026 17:36:51 -0600 Subject: [PATCH 3/3] Exclude unused Velocity Brigadier snapshot --- VotifierPlus/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/VotifierPlus/pom.xml b/VotifierPlus/pom.xml index a1dd846..4f3d41d 100644 --- a/VotifierPlus/pom.xml +++ b/VotifierPlus/pom.xml @@ -122,6 +122,12 @@ com.velocitypowered velocity-api ${velocity.version} + + + com.velocitypowered + velocity-brigadier + + @@ -295,6 +301,12 @@ velocity-api ${velocity.version} provided + + + com.velocitypowered + velocity-brigadier + + org.bstats