FoxViaRestore
FoxViaRestore is an addon for ViaVersion that restores the old API classes of this plugin. Many plugins continue to use the outdated ViaVersion API interface that was removed in versions 5.x.x. This extension restores compatibility with such plugins by adding back the necessary API packages and including support for new Minecraft versions.
Supported platforms:
- BungeeCord and its forks
- Velocity and its forks
Added and modified versions:
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");
Tested with ViaVersion 5.1.1