From e480bd7569cb2645633ed6d748227724fb3350da Mon Sep 17 00:00:00 2001 From: Adrian Date: Tue, 6 Aug 2024 00:33:25 -0500 Subject: [PATCH] release: Version 1.2.4 --- README.md | 11 +++++++---- gradle.properties | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 48e70a7..9f0e942 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,10 @@ Allows you to cancel or modify messages or commands from Velocity without synchr - Java 21+ - Velocity 3.3.0+ #### **Backend:** -- Java 17+ -- Paper 1.19.4+ or Sponge 1.16.5+ (API 8.1+) -- Sponge API 8.1/10+ +- Paper 1.19.4+ +- Sponge 8.1/10+ - Minestom 1.20.4+ -- Fabric 1.20.5+ +- Fabric 1.21+ ## Features - Transmit the modification and cancellation status of Velocity messages and commands to your backend server using plugin messages. This avoids chat chain synchronization problems and avoids Velocity's security check by correctly synchronizing messages. @@ -38,6 +37,10 @@ In order for SignedVelocity to work, you must install it on both Velocity and al SignedVelocity-Sponge-8 supports API 8.1 and 9, SignedVelocity-Sponge-10 supports API 10 and 11 - Drag and drop on your Sponge plugins folder - Start your server +### Fabric +- Download the version of SignedVelocity Fabric that corresponds to your server version +- Drag and drop on your Fabric mods folder +- Start your server ### Minestom - Download SignedVelocity-Minestom - Drag and drop on your Minestom extensions folder diff --git a/gradle.properties b/gradle.properties index d2fee9a..61cce2b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ group = io.github._4drian3d -version = 1.2.4-SNAPSHOT +version = 1.2.4 description = Allows you to cancel or modify messages or commands from Velocity without synchronization problems org.gradle.jvmargs=-Xmx2G \ No newline at end of file