Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Update Velocity natives
Browse files Browse the repository at this point in the history
  • Loading branch information
404Setup committed Sep 4, 2024
1 parent 237f0fb commit 3bd68ae
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions patches/server/0085-Paper-PR-Update-Velocity-natives.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: 404Setup <153366651+404Setup@users.noreply.github.com>
Date: Wed, 4 Sep 2024 16:35:46 +0800
Subject: [PATCH] Paper PR Update Velocity natives

Source in https://github.com/PaperMC/Paper/pull/11347

diff --git a/build.gradle.kts b/build.gradle.kts
index 505076251981597e8830f9c978869a930cbbece0..0f00485e4e1ba714f4ddaae64b70a9c8d2e1a3f1 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -41,7 +41,7 @@ dependencies {
runtimeOnly("com.mysql:mysql-connector-j:8.3.0")
runtimeOnly("com.lmax:disruptor:3.4.4") // Paper
// Paper start - Use Velocity cipher
- implementation("com.velocitypowered:velocity-native:3.1.2-SNAPSHOT") {
+ implementation("com.velocitypowered:velocity-native:3.3.0-SNAPSHOT") {
isTransitive = false
}
// Paper end - Use Velocity cipher

0 comments on commit 3bd68ae

Please sign in to comment.