Downloads
Downloading Connect Plugin is a breeze, Just a few clicks and you'll be pleased!
Downloading the Connect Plugin
The installation steps are the same as for every other Minecraft plugin (Download jar, put in plugins folder, start server). Download the Connect plugin right here!
Spigot/PaperMC Plugin | Velocity Plugin | BungeeCord Plugin |
---|---|---|
connect-spigot.jar | connect-velocity.jar | connect-bungee.jar |
Ready to experience Minekube Connect? Download the latest stable release for your platform! 👆
Disabling "enforce secure player profiles" Required
Since Minecraft 1.19 the enforce-secure-profile
property was introduced. Players joining through the Connect Network to your server won't be able to join if this setting is enabled. It is safe to disable this setting as it only affects chat messages.
properties
enforce-secure-profile=false
# If you disable online-mode, then enforce-secure-profile has no effect
online-mode=true
toml
force-key-authentication = false
# If you disable online-mode, then force-key-authentication has no effect
online-mode = true
yaml
enforce_secure_profile=false
# If you disable online-mode, then enforce-secure-profile has no effect
online_mode=true