ViaVersion addon to add support for EVERY Minecraft server version (Classic, Alpha, Beta, Release)
Go to file
dependabot[bot] bedc14e7fe
Bump net.kyori.blossom from 1.2.0 to 1.3.1
Bumps net.kyori.blossom from 1.2.0 to 1.3.1.

---
updated-dependencies:
- dependency-name: net.kyori.blossom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-04 09:13:40 +00:00
.github Initial commit 2023-01-03 23:54:35 +01:00
gradle/wrapper Initial commit 2023-01-03 23:54:35 +01:00
src/main Small improvements to versioning 2023-01-04 03:39:05 +01:00
.gitattributes Initial commit 2023-01-03 23:54:35 +01:00
.gitignore Initial commit 2023-01-03 23:54:35 +01:00
build.gradle Bump net.kyori.blossom from 1.2.0 to 1.3.1 2023-01-04 09:13:40 +00:00
gradle.properties Small improvements to versioning 2023-01-04 03:39:05 +01:00
gradlew Initial commit 2023-01-03 23:54:35 +01:00
gradlew.bat Initial commit 2023-01-03 23:54:35 +01:00
LICENSE Initial commit 2023-01-03 22:20:03 +01:00
README.md Initial commit 2023-01-03 23:54:35 +01:00
settings.gradle Initial commit 2023-01-03 23:54:35 +01:00

ViaLegacy

ViaVersion addon to add support for EVERY minecraft server version (Classic, Alpha, Beta, Release, April Fools).

Supported Server versions

  • Classic (c0.0.15 - c0.30 including CPE)
  • Alpha (a1.0.15 - a1.2.6)
  • Beta (b1.0 - b1.8.1)
  • Release (1.0.0 - 1.7.10)
  • April Fools (3D Shareware, 20w14infinite)
  • Combat Snapshots (Combat Test 8c)

Releases

Gradle/Maven

To use ViaLegacy with Gradle/Maven you can use this Maven server or Jitpack.
You can also find instructions how to implement it into your build script there.

Jar File

If you just want the latest jar file you can download it from this Jenkins.

Usage

TODO