Skip to content

Commit

Permalink
misc: Removed Waterfall support
Browse files Browse the repository at this point in the history
  • Loading branch information
4drian3d committed Dec 22, 2023
1 parent 940a7d6 commit d2c04ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = io.github.4drian3d
version = 7.5.2
version = 7.6.0-SNAPSHOT
description=Bot protection system for Minecraft servers.

org.gradle.caching=true
Expand Down
11 changes: 2 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ metadata.format.version = "1.1"
[versions]

# Compile only
velocity = "3.2.0-SNAPSHOT"
waterfall="1.19-R0.1-SNAPSHOT"
velocity = "3.3.0-SNAPSHOT"
paper = "1.20.2-R0.1-SNAPSHOT"

libby = "1.3.0"
Expand All @@ -24,7 +23,6 @@ slf4j = "2.0.9"
log4j2 = "2.22.0"

adventure-api = "4.15.0"
adventure-platform = "4.3.1"

annotations = "24.1.0"

Expand All @@ -45,14 +43,12 @@ fuzzywuzzy = "1.4.0"

[libraries]
# Adventure
adventure-platform-bungeecord = { group = "net.kyori", name = "adventure-platform-bungeecord", version.ref = "adventure-platform" }
adventure-api = { group = "net.kyori", name = "adventure-api", version.ref = "adventure-api" }
adventure-minimessage = { group = "net.kyori", name = "adventure-text-minimessage", version.ref = "adventure-api" }
adventure-serializer-legacy = { group = "net.kyori", name = "adventure-text-serializer-legacy", version.ref = "adventure-api" }

cloud-core = { group = "cloud.commandframework", name = "cloud-core", version.ref = "cloud" }
cloud-velocity = { group = "cloud.commandframework", name = "cloud-velocity", version.ref = "cloud" }
cloud-bungee = { group = "cloud.commandframework", name = "cloud-bungee", version.ref = "cloud" }
cloud-paper = { group = "cloud.commandframework", name = "cloud-paper", version.ref = "cloud" }
cloud-sponge = { group = "cloud.commandframework", name = "cloud-sponge", version = "1.8.0-SNAPSHOT" }

Expand All @@ -61,7 +57,6 @@ annotations = { module = "org.jetbrains:annotations", version.ref = "annotations
# Platform Compile Only Dependencies
velocity = { group = "com.velocitypowered", name = "velocity-api", version.ref = "velocity" }
paper = { group = "io.papermc.paper", name = "paper-api", version.ref = "paper" }
waterfall = { group = "io.github.waterfallmc", name = "waterfall-api", version.ref = "waterfall" }

configurate = { module = "org.spongepowered:configurate-hocon", version.ref = "configurate" }
miniplaceholders = { group = "io.github.miniplaceholders", name = "miniplaceholders-api", version.ref = "miniplaceholders" }
Expand Down Expand Up @@ -101,9 +96,7 @@ indra = { id = "net.kyori.indra.publishing", version.ref = "indra" }
# Run Task
runvelocity = { id = "xyz.jpenilla.run-velocity", version.ref = "runtask" }
runpaper = { id = "xyz.jpenilla.run-paper", version.ref = "runtask" }
runwaterfall = { id = "xyz.jpenilla.run-waterfall", version.ref = "runtask" }

pluginyml-bungee = { id = "net.minecrell.plugin-yml.bungee", version.ref = "plugin-yml" }
pluginyml-bukkit = { id = "net.minecrell.plugin-yml.bukkit", version.ref = "plugin-yml" }
pluginyml-paper = { id = "net.minecrell.plugin-yml.paper", version.ref = "plugin-yml" }

idea-ext = { id = "org.jetbrains.gradle.plugin.idea-ext", version = "1.1.7" }
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencyResolutionManagement {
maven("https://papermc.io/repo/repository/maven-public/")
maven("https://repo.alessiodp.com/releases/")
maven("https://repo.jpenilla.xyz/snapshots/")
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
}
}

Expand All @@ -20,6 +21,5 @@ include(
"core",
"paper",
"velocity",
"waterfall"
// "sponge"
)

0 comments on commit d2c04ea

Please sign in to comment.