Update Java toolchain to 25, adjust dependencies, and add new booster type "SPEARS"

This commit is contained in:
2026-08-22 22:23:02 +02:00
parent 8e0a9ffdad
commit 81da9bac32
5 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ plugins {
dependencies {
// API
implementation(project(":boosters-api")) {
exclude("com.alttd.cosmos:cosmos-api:1.21.6-R0.1-SNAPSHOT")
exclude("com.alttd.cosmos:cosmos-api:26.2.build.17-stable")
}
// Velocity
compileOnly("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT") // Velocity
@@ -23,7 +23,7 @@ import com.velocitypowered.api.proxy.messages.MinecraftChannelIdentifier;
// TODO use the version created in build.gradle.kts
@Plugin(id = "boosterplugin", name = "BoosterPlugin", version = "1.0.0",
description = "Easily manage all boosters on the Altitude Minecraft Server Network.",
authors = {"destro174", "teri"},
authors = {"destro174", "akastijn"},
dependencies = {@Dependency(id = "luckperms"),@Dependency(id = "proxydiscordlink")}
)
public class VelocityBoosters {