You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-11Lines changed: 22 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,15 @@
7
7
**Allows the connection of higher client versions to lower server versions -
8
8
it works on any platform you can think of.**
9
9
10
-
The base ViaVersion jar runs on Paper and Velocity. We also have projects integrating ViaVersion to run
11
-
on Fabric, Forge, Sponge, or as a standalone proxy to join from basically any client version on
12
-
any server version from the past decade. **See [HERE](https://viaversion.com) for an overview of the different Via\* projects.**
13
-
14
-
Note that ViaVersion will be able to **run best on either Paper servers or through [ViaFabricPlus](https://github.com/ViaVersion/ViaFabricPlus?tab=readme-ov-file#viafabricplus)** due to having
10
+
The base ViaVersion jar runs on [Paper](https://papermc.io/software/paper/)
11
+
and [Velocity](https://papermc.io/software/velocity/). We also have projects integrating ViaVersion to run
12
+
on [Fabric](https://github.com/ViaVersion/ViaFabric), [Forge](https://github.com/ViaVersion/ViaForge), [Bungee](https://github.com/ViaVersion/ViaBungee), [Sponge](https://github.com/ViaVersion/ViaSponge),
13
+
or as [a standalone proxy](https://github.com/ViaVersion/ViaProxy) to join from basically any client version on
14
+
any server version from the past decade. **See [HERE](https://viaversion.com) for an overview of the different Via\*
15
+
projects.**
16
+
17
+
Note that ViaVersion will be able to **run best on either Paper servers or
18
+
through [ViaFabricPlus](https://github.com/ViaVersion/ViaFabricPlus?tab=readme-ov-file#viafabricplus)** due to having
15
19
direct access to client/server state and more extensive API.
16
20
17
21
Supported Versions:
@@ -22,10 +26,16 @@ Supported Versions:
22
26
23
27
Snapshot support
24
28
--------
25
-
**ViaVersion will only be released a few days *after* a Minecraft update** unless the protocol changes of the update were trivial. If you want early-access, usually days or even weeks before the final release, you can subscribe to either:
26
-
-[GitHub Sponsors](https://github.com/sponsors/kennytv/sponsorships?sponsor=kennytv&tier_id=385613&preview=false) (preferred option. Use the `/verify` command on this Discord after), or alternatively
27
-
-[Patreon](https://www.patreon.com/kennytv/membership) (see the highest tier and make sure to link Patreon to your Discord account under Settings->Connections)
28
-
This also includes access to a private repository with the code, which will be pushed to the public repository after the given delay on a Minecraft update.
29
+
**ViaVersion will only be released a few days *after* a Minecraft update** unless the protocol changes of the update
30
+
were trivial. If you want early-access, usually days or even weeks before the final release, you can subscribe to
preferred option. Use the `/verify` command on this Discord after), or alternatively
35
+
-[Patreon](https://www.patreon.com/kennytv/membership) (see the highest tier and make sure to link Patreon to your
36
+
Discord account under Settings->Connections)
37
+
This also includes access to a private repository with the code, which will be pushed to the public repository after
38
+
the given delay on a Minecraft update.
29
39
30
40
Releases/Dev Builds
31
41
--------
@@ -78,7 +88,7 @@ If you need access to the existing protocol or platform implementations, use the
78
88
Please note the [differences in licensing](#license).
79
89
80
90
Note: If you want to make your own platform implementation of ViaVersion (and additional addons),
81
-
you can use the [ViaLoader](https://github.com/ViaVersion/ViaLoader) project.
91
+
take a look at the [documentation](https://github.com/ViaVersion/ViaVersion/wiki/Creating-a-new-ViaVersion-platform).
82
92
83
93
Building
84
94
--------
@@ -89,7 +99,8 @@ You need JDK 17 or newer to build ViaVersion.
89
99
90
100
Mapping Files
91
101
--------------
92
-
Mapping files are generated and managed in our [Mappings repository](https://github.com/ViaVersion/Mappings). The generated mapping output is stored [here](./common/src/main/resources/assets/viaversion).
102
+
Mapping files are generated and managed in our [Mappings repository](https://github.com/ViaVersion/Mappings). The
103
+
generated mapping output is stored [here](./common/src/main/resources/assets/viaversion).
0 commit comments