beta 0.3-preview (JDK11)
Pre-release
Pre-release
added
- basically a fully-featured API you can use at runtime or even shade into your own projects!
- ConfigurationHandler (better one than BungeeCord provides themselves) e801f3a
- user-friendly ServerBuilder e801f3a
- gracefully reconnect players on servers you want to rename e801f3a & 7514ff1
- so much JavaDoc 😭 7514ff1
to add/fix still
- playerCount in serverlist
- forced hosts
- CommandHandler (fuck nested if statements)
- also looking to reduce dependencies cause even for a shaded binary, 270kB is a lot...
last I tested it, it was stable... the onDisable() seems to be giving me a little pushback but it doesn't keep the server from closing so 🤷♀️
I will also be moving to a full Java 17 pipeline, meaning I won't be providing any Java 11 builds for any releases past this one. Feel free to clone the project and built it yourself! (derkades/derkutils doesn't have an online maven repo so you'll have to build that locally as well)
You just have to go into the pom.xml and change the jdk.version from 17 to 11 :3