Alternative download links:
- Modrinth (the download redirect to this)
[Promotion] SurfHosting - Use code FoxAddition for get 50% of discount.
Leave your review to improve this plugin.
If you find any errors or bugs, kindly report them on the Discussion page or in the Discord server (my discord is imfoxer).
FoxViaRestore is an addon for
ViaVersion, this restore old API class of
ViaVersion, this is useful for plugins that only use old
ViaVersion API. Why this plugin?
ViaVersion (5.x.x) deleted the old API
(us.myles) and some plugins don't receive updates, so... this
allow again the usage of that plugins with adding again the packages of that API and also,
including the new versions values. This also support
BungeeCord + Forks and
Velocity + Forks.
Versions Added and/or Edited
Code (Java):
public
static
final ProtocolVersion v1_20_5
= register
(
766,
"1.20.5-1.20.6",
new VersionRange
(
"1.20",
5,
6
)
)
;
public
static
final ProtocolVersion v1_21
= register
(
767,
"1.21-1.21.1",
new VersionRange
(
"1.21",
0,
1
)
)
;
public
static
final ProtocolVersion v1_21_2
= register
(
768,
"1.21.2-1.21.3",
new VersionRange
(
"1.21",
2,
3
)
)
;
public
static
final ProtocolVersion v1_21_4
= register
(
769,
"1.21.4"
)
;
You need support? Please, join to our
discord server.
(tested with ViaVersion 5.1.1)