Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ resource-factory = "1.3.1"

adventure = "4.18.0"
cloud = "2.0.0"
cloudMinecraft = "2.0.0-beta.14"
cloudMinecraft = "2.0.0-beta.15"
cloudModded = "2.0.0-beta.15"
cloudSponge = "2.0.0-SNAPSHOT"
configurate = "4.2.0"
checkerQual = "3.49.2"
stylecheck = "0.2.1"
bstats = "3.1.0"
paperApi = "1.21.4-R0.1-SNAPSHOT"
paperApi = "1.21.5-R0.1-SNAPSHOT"
paperTrail = "1.0.1"
foliaApi = "1.21.4-R0.1-SNAPSHOT"
event = "1.0.0"
Expand Down Expand Up @@ -65,7 +65,7 @@ mcmmo = "2.2.043"
adpParties = "3.2.9"
fuuid = "1.6.9.5-U0.6.35"

# synced with version used by lowest supported mc (currently 1.21.4 on paper)
# synced with version used by lowest supported mc (currently 1.21.5 on paper)
gson = "2.11.0"
guava = "33.3.1-jre"
log4j = "2.24.1"
Expand Down
6 changes: 3 additions & 3 deletions paper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ tasks {
}
val luckperms = FetchLuckPermsJar.setup(project, "bukkit")
withType(RunServer::class).configureEach {
version.set("1.21.4")
version.set("1.21.5")
downloadPlugins {
github("MiniPlaceholders", "MiniPlaceholders", libs.versions.miniplaceholders.get(), "MiniPlaceholders-Paper-${libs.versions.miniplaceholders.get()}.jar")
// TODO: install MP extensions to its folder
Expand Down Expand Up @@ -102,7 +102,7 @@ paperPluginYaml {
name = rootProject.name
loader = "net.draycia.carbon.paper.CarbonPaperLoader"
main = "net.draycia.carbon.paper.CarbonPaperBootstrap"
apiVersion = "1.21.4"
apiVersion = "1.21.5"
authors = listOf("Draycia", "jmp")
website = GITHUB_REPO_URL
foliaSupported = true
Expand All @@ -126,7 +126,7 @@ paperPluginYaml {
bukkitPluginYaml {
name = rootProject.name
main = "carbonchat.libs.io.papermc.papertrail.RequiresPaperPlugins"
apiVersion = "1.21.4"
apiVersion = "1.21.5"
authors = listOf("Draycia", "jmp")
website = GITHUB_REPO_URL
}
Expand Down