SL23W39

From ETM
Jump to navigation Jump to search

◄ SL23W38 | SL23W40 ►


  • 1.20.2 migration
    • bukkit
    • bukkitServer
    • dynmap
    • BungeeCord
    • chunkli / kadi
    • Packet Bundling was NOT added :(
  • PlayerChunkSender
    • Implement load based slowdown of chunk sending again as mc now has a good chunk sending implementation finally
    • Itemframes for some reason are loaded at viewdistance ~7 if the client viewdistance is set to ~4. Why is that happening this early
  • Upgrade to JBR JDK Java 21
    • Breaking with Release 21b212.1 + lombok + eclipse
    • Validate Lombok not breaking anymore in combination with eclipse with next JBR JDK
  • Add automatic backups on server upgrades
    • 1. Start Building
    • 2. Shutdown script
    • <Add Data-Backup at least for the kadi user data here in the upgrade scripts>
    • 3. Wait Build
    • 4. rsync changed libs
    • 5. upgrade script
  • MobFakes
    • Still needs implementation of all the different variants of mobs. FakeWatcherBuilder currently does not really support mob types
    • Decide what kind of extra fields should be supported in the beginning (mob variant, poses, etc.)