mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-14 19:15:08 -05:00
Release 3.3.3
This commit is contained in:
parent
d5eaf320bc
commit
c619b284ef
3 changed files with 12 additions and 12 deletions
|
@ -6,7 +6,7 @@ Using it is very simple, just run the jar file, and it will start a user interfa
|
||||||
For a full user guide go to the [Usage for Players](#usage-for-players-gui) section or the [Usage for Server Owners](#usage-for-server-owners-config) section.
|
For a full user guide go to the [Usage for Players](#usage-for-players-gui) section or the [Usage for Server Owners](#usage-for-server-owners-config) section.
|
||||||
|
|
||||||
## Supported Server versions
|
## Supported Server versions
|
||||||
- Release (1.0.0 - 1.21)
|
- Release (1.0.0 - 1.21.1)
|
||||||
- Beta (b1.0 - b1.8.1)
|
- Beta (b1.0 - b1.8.1)
|
||||||
- Alpha (a1.0.15 - a1.2.6)
|
- Alpha (a1.0.15 - a1.2.6)
|
||||||
- Classic (c0.0.15 - c0.30 including [CPE](https://wiki.vg/Classic_Protocol_Extension))
|
- Classic (c0.0.15 - c0.30 including [CPE](https://wiki.vg/Classic_Protocol_Extension))
|
||||||
|
@ -15,7 +15,7 @@ For a full user guide go to the [Usage for Players](#usage-for-players-gui) sect
|
||||||
- Bedrock Edition 1.21.2 ([Some features are missing](https://github.com/RaphiMC/ViaBedrock#features))
|
- Bedrock Edition 1.21.2 ([Some features are missing](https://github.com/RaphiMC/ViaBedrock#features))
|
||||||
|
|
||||||
## Supported Client versions
|
## Supported Client versions
|
||||||
- Release (1.7.2 - 1.21)
|
- Release (1.7.2 - 1.21.1)
|
||||||
- Bedrock Edition (Needs the [Geyser plugin](https://geysermc.org/download))
|
- Bedrock Edition (Needs the [Geyser plugin](https://geysermc.org/download))
|
||||||
- Classic, Alpha, Beta, Release 1.0 - 1.6.4 (Only passthrough)
|
- Classic, Alpha, Beta, Release 1.0 - 1.6.4 (Only passthrough)
|
||||||
|
|
||||||
|
|
18
build.gradle
18
build.gradle
|
@ -53,16 +53,16 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
include "com.viaversion:viaversion-common:5.0.3-SNAPSHOT"
|
include "com.viaversion:viaversion-common:5.0.4-20240808.153015-1"
|
||||||
include "com.viaversion:viabackwards-common:5.0.3-SNAPSHOT"
|
include "com.viaversion:viabackwards-common:5.0.3"
|
||||||
include "com.viaversion:viarewind-common:4.0.2"
|
include "com.viaversion:viarewind-common:4.0.3-20240806.221208-3"
|
||||||
include "net.raphimc:ViaLegacy:3.0.3-SNAPSHOT"
|
include "net.raphimc:ViaLegacy:3.0.3-20240806.214914-6"
|
||||||
include "net.raphimc:viaaprilfools-common:3.0.2-SNAPSHOT"
|
include "net.raphimc:viaaprilfools-common:3.0.2-20240806.214715-4"
|
||||||
include("net.raphimc:ViaBedrock:0.0.10-SNAPSHOT") {
|
include("net.raphimc:ViaBedrock:0.0.10-20240807.200847-18") {
|
||||||
exclude group: "io.netty"
|
exclude group: "io.netty"
|
||||||
exclude group: "io.jsonwebtoken"
|
exclude group: "io.jsonwebtoken"
|
||||||
}
|
}
|
||||||
include("net.raphimc:ViaLoader:3.0.3-SNAPSHOT") {
|
include("net.raphimc:ViaLoader:3.0.3-20240808.151621-9") {
|
||||||
exclude group: "org.slf4j", module: "slf4j-api"
|
exclude group: "org.slf4j", module: "slf4j-api"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@ dependencies {
|
||||||
exclude group: "com.google.code.gson", module: "gson"
|
exclude group: "com.google.code.gson", module: "gson"
|
||||||
}
|
}
|
||||||
include "net.lenni0451.commons:swing:1.5.1"
|
include "net.lenni0451.commons:swing:1.5.1"
|
||||||
include("net.raphimc.netminecraft:all:2.5.1-SNAPSHOT") {
|
include("net.raphimc.netminecraft:all:2.5.1-20240724.182357-3") {
|
||||||
exclude group: "com.google.code.gson", module: "gson"
|
exclude group: "com.google.code.gson", module: "gson"
|
||||||
}
|
}
|
||||||
include("net.raphimc:MinecraftAuth:4.1.0") {
|
include("net.raphimc:MinecraftAuth:4.1.0") {
|
||||||
|
@ -98,7 +98,7 @@ dependencies {
|
||||||
exclude group: "io.netty"
|
exclude group: "io.netty"
|
||||||
}
|
}
|
||||||
include "gs.mclo:api:4.0.3"
|
include "gs.mclo:api:4.0.3"
|
||||||
include "net.lenni0451:optconfig:1.0.0-SNAPSHOT"
|
include "net.lenni0451:optconfig:1.0.0-20240730.204142-1"
|
||||||
|
|
||||||
includeJ8(compileOnly("xyz.wagyourtail.jvmdowngrader:jvmdowngrader:1.0.1"))
|
includeJ8(compileOnly("xyz.wagyourtail.jvmdowngrader:jvmdowngrader:1.0.1"))
|
||||||
includeJ8 "xyz.wagyourtail.jvmdowngrader:jvmdowngrader-java-api:1.0.1:downgraded-8"
|
includeJ8 "xyz.wagyourtail.jvmdowngrader:jvmdowngrader-java-api:1.0.1:downgraded-8"
|
||||||
|
|
|
@ -5,4 +5,4 @@ org.gradle.jvmargs=-Xmx2G
|
||||||
|
|
||||||
maven_group=net.raphimc
|
maven_group=net.raphimc
|
||||||
maven_name=ViaProxy
|
maven_name=ViaProxy
|
||||||
maven_version=3.3.3-SNAPSHOT
|
maven_version=3.3.3
|
||||||
|
|
Loading…
Reference in a new issue