๐ViaVersion
LPC Pro integrates with ViaVersion to detect which Minecraft client version each player is using.
What It Enables
Client Version Detection โ Know which Minecraft version each player is connecting with
Version-Specific Behavior โ Adapt features based on the player's client version
Setup
Install ViaVersion on your server
Ensure
via-version: trueis set inconfig.ymlunderhooks:
How It Works
ViaVersion allows players on different Minecraft versions to connect to your server. LPC Pro reads the client's protocol version through ViaVersion's API and can adapt behavior accordingly.
This is primarily used internally by LPC Pro to ensure compatibility across different client versions.
Last updated