/
A lightweight Fabric mod to verify that players use the correct modpack version on your server.
/reload support to apply changes without restarting0.0.0 to disable checks during developmentmodpack-checker-client.tomlconfig/modpack-checker-server.toml):enable = true
expected_version = "1.0.0"
[messages]
no_mod = "Please install the Modpack: <your-modpack-link>"
wrong_version = "Please install modpack version {version}: <your-modpack-link+version>"
server_error = "Server configuration error. Please contact an administrator."
config/modpack-checker-client.toml):version = "1.0.0"

A lightweight Fabric mod for Minecraft servers to verify that clients are using the correct modpack version.