Skip to content

Commit

Permalink
release: Version 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
4drian3d committed Aug 6, 2024
1 parent 4c6a187 commit e480bd7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e480bd7

Please sign in to comment.