Update Java toolchain to 25, adjust dependencies, and add new booster type "SPEARS"
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user