Downloading the Connect Plugin
The installation steps are the same as for every other Minecraft plugin (Download jar, put in plugins folder, start server). The only difference is that you can download the Connect plugin right here, instead of SpigotMC.
Downloads | ||
---|---|---|
Spigot/PaperMC | Velocity | BungeeCord |
Ready to experience Minekube Connect? Download the latest stable release for your platform! 👆
Disabling enforce secure player profiles
Why is this necessary?
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.
Spigot/PaperMC's server.properties
You need to disable enforce-secure-profile
property
text
...
enable-rcon=false
online-mode=true
enforce-secure-profile=false
enable-status=true
...
or simply disable online-mode
which also disables enforce-secure-profile
text
...
enable-rcon=false
online-mode=false
enforce-secure-profile=true
...
- If using Velocity set
force-key-authentication
tofalse
invelocity.toml
. - If using BungeeCord set
enforce_secure_profile
tofalse
inconfig.yml
.