Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
2c2ca7e
chore: update version to 1.21.6, adjust dependencies, and enhance typ…
Keviro Jun 17, 2025
079b088
chore: update packetevents version to 2.9.0-SNAPSHOT
Keviro Jun 18, 2025
42b90f0
chore: update inventoryframework version to 0.11.1
Keviro Jun 21, 2025
cee3828
chore: update commandapi version to 10.1.0
Keviro Jun 25, 2025
4962053
chore: update commandapi version to 10.1.0
Keviro Jun 29, 2025
91acfda
Merge branch 'version/1.21' into version/1.21.6
Keviro Jun 29, 2025
da5dcea
fix: update packetevents version to 2.9.0-SNAPSHOT and refactor lastH…
Keviro Jun 29, 2025
4b1b426
feat: 1.21.7
Keviro Jun 30, 2025
ac766b2
feat: refactor player login handling to use ReadablePlayerCookieConne…
twisti-dev Jun 30, 2025
79bf410
fix: update library versions for improved compatibility and performance
twisti-dev Jun 30, 2025
16a0c70
feat: update CommandAPI version and enhance Maven repository handling
twisti-dev Jul 1, 2025
3698b28
feat: enhance packet handling with new inventory and cursor item list…
twisti-dev Jul 1, 2025
108c042
Merge branch 'version/1.21' into version/1.21.7
twisti-dev Jul 3, 2025
1ab39eb
feat: update dependencies and modify biome configurations in JSON files
twisti-dev Jul 5, 2025
fb9ba5e
feat: update scoreboard library to version 2.3.3
twisti-dev Jul 5, 2025
b34ea48
Merge branch 'version/1.21' into version/1.21.7
twisti-dev Jul 5, 2025
e90d4ee
feat: enable snapshot support in versioning configuration
twisti-dev Jul 5, 2025
63687cf
feat: update publish configuration to target version/1.21.7 branch
twisti-dev Jul 5, 2025
1b3c23e
Merge branch 'refs/heads/version/1.21' into version/1.21.7
twisti-dev Jul 5, 2025
f1721de
Merge branch 'version/1.21' into version/1.21.7
twisti-dev Jul 5, 2025
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
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.github.jengelman.gradle.plugins.shadow.ShadowJavaPlugin.Companion.sha
import kotlinx.validation.KotlinApiBuildTask

plugins {
id("io.papermc.paperweight.userdev") version "2.0.0-beta.16" apply false
id("io.papermc.paperweight.userdev") version "2.0.0-beta.17" apply false
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.17.0"
// alias(libs.plugins.dokka)
}
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ kapt.use.k2=true
org.gradle.jvmargs=-Xmx4G
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
javaVersion=21
mcVersion=1.21.4
mcVersion=1.21.7
group=dev.slne.surf
version=1.21.4-2.20.0
version=1.21.7-2.20.0
relocationPrefix=dev.slne.surf.surfapi.libs
snapshot=false
snapshot=true
40 changes: 20 additions & 20 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
[versions]
# Paper
paper-api = "1.21.4-R0.1-SNAPSHOT"
paper-api = "1.21.7-R0.1-SNAPSHOT"

# Kolin
kotlinVersion = "2.1.10"
kotlinxCoroutines = "1.10.1"
kotlinx-serialization = "1.8.0"
kotlinVersion = "2.2.0"
kotlinxCoroutines = "1.10.2"
kotlinx-serialization = "1.9.0"

# Packet Events
packetevents = "2.7.0"
packetevents = "2.9.0-SNAPSHOT"

# Command API
commandapi = "10.0.0"
commandapi = "10.1.0"

# LuckPerms
luckperms = "v5.5.0-bukkit"
luckperms = "v5.5.9-bukkit"

# Scoreboard Library
scoreboard-library = "2.3.0"
scoreboard-library-implementation = "2.3.0"
scoreboard-library-modern = "2.3.0"
scoreboard-library = "2.3.3"
scoreboard-library-implementation = "2.3.3"
scoreboard-library-modern = "2.3.3"

# Adventure
adventure-api = "4.23.0"
Expand All @@ -31,26 +31,26 @@ velocity-api = "3.4.0-SNAPSHOT"
placeholder-api = "2.11.6"

# McCoroutine
mccoroutine = "2.20.0"
mccoroutine = "2.22.0"

# Miscellaneous Libraries
guava = "33.4.0-jre"
caffeine = "3.1.8"
guava = "33.4.8-jre"
caffeine = "3.2.1"
caffeine-courotines = "2.0.2"
gson = "2.11.0"
commons-lang3 = "3.17.0"
commons-text = "1.13.0"
commons-math4-core = "4.0-beta1"
plugin-yml-paper = "0.7.0"
plugin-yml-paper = "0.7.1"
spongepowered-math = "2.0.1"
fastutil = "8.5.15"
fastutil = "8.5.16"
okhttp = "5.0.0-alpha.14"
dazzleconf = "1.3.0-M2"
reflection-remapper = "0.1.1"
reflection-remapper = "0.1.3"
brigadier = "1.0.18"
configurate = "4.1.2"
configurate = "4.2.0"
more-persistent-data-types = "2.4.0"
inventoryframework = "0.10.19"
inventoryframework = "0.11.1"
flogger = "0.8"
aide-reflection = "1.3"
auto-service = "1.1.1"
Expand All @@ -59,8 +59,8 @@ ktor = "3.1.1"

# Plugin versions
maven-repo-auth = "3.0.4"
shadow-gradle-plugin = "9.0.0-beta7"
ksp-gradle-plugin = "2.1.10-1.0.29"
shadow-gradle-plugin = "9.0.0-beta17"
ksp-gradle-plugin = "2.2.0-2.0.2"
run-paper-gradle-plugin = "2.3.1"
dokka = "2.0.0"

Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
6 changes: 3 additions & 3 deletions gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading