From 16e3ae9b2b786cca731b45202763cd86c02f341f Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 17 Jul 2025 15:06:15 +0200 Subject: [PATCH] fancynpcs: Update cloud-paper to 2.0.0-beta.11 --- plugins/fancynpcs/VERSION | 2 +- plugins/fancynpcs/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/fancynpcs/VERSION b/plugins/fancynpcs/VERSION index f6c7e3ab..d3340421 100644 --- a/plugins/fancynpcs/VERSION +++ b/plugins/fancynpcs/VERSION @@ -1 +1 @@ -2.6.0.280 \ No newline at end of file +2.6.0.281 \ No newline at end of file diff --git a/plugins/fancynpcs/build.gradle.kts b/plugins/fancynpcs/build.gradle.kts index b437339e..3d17ec1d 100644 --- a/plugins/fancynpcs/build.gradle.kts +++ b/plugins/fancynpcs/build.gradle.kts @@ -76,7 +76,7 @@ dependencies { implementation("de.oliver.FancyAnalytics:mc-api:0.1.7") implementation("de.oliver.FancyAnalytics:logger:0.0.6") implementation("org.incendo:cloud-core:2.1.0-SNAPSHOT") - implementation("org.incendo:cloud-paper:2.0.0-SNAPSHOT") + implementation("org.incendo:cloud-paper:2.0.0-beta.11") implementation("org.incendo:cloud-annotations:2.1.0-SNAPSHOT") annotationProcessor("org.incendo:cloud-annotations:2.1.0-SNAPSHOT") implementation("org.mineskin:java-client-jsoup:3.0.3-SNAPSHOT")