Which jar should I download?
Recommended — velocity-ctd-<version>-<build>.jar (bootstrap jar)
This is the bootstrap jar. It downloads the required dependencies only once, keeping the download small. Use this one.
Fallback — velocity-ctd-fatjar-<version>-<build>.jar
Only download the fatjar if the bootstrap jar is causing issues for you. If it is, please open an issue describing the problem so we can fix it.
⚠️ The fatjar will be removed soon — please migrate to the bootstrap jar.
What's Changed
- Forward backend kick reasons to queued players again by @Ca6ny4qOQe in #1070
- Don't leave disconnected players in the registry (#1055) by @WouterGritter in #1063
New Contributors
- @Ca6ny4qOQe made their first contribution in #1070
Full Changelog: build-370...build-371