Releases: mineglade/dynamic-bungee
Releases · mineglade/dynamic-bungee
beta 0.3-preview (JDK11)
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
alpha 0.2
added bstats metrics (https://bstats.org/plugin/bungeecord/DynamicBungee/9945)
alpha 0.1
basic functionality
Features
- Adding servers (with motd and restricted settings)
- Removing servers
- A more detailed server list than glist
- Permission checks for each of the commands