SL23W39: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
<br />
<br />


* 1.20.2 migration
*1.20.2 migration
** bukkit
**bukkit
** bukkitServer
**bukkitServer
** dynmap
**dynmap
** BungeeCord
**BungeeCord
** chunkli / kadi
**chunkli / kadi
* '''Upgrade to JBR JDK Java 21'''
**Packet Bundling was NOT added :(
** '''Breaking with Release 21b212.1 + lombok + eclipse'''
*PlayerChunkSender
** '''Validate Lombok not breaking anymore in combination with eclipse with next JBR JDK'''
**'''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.)'''
***

Latest revision as of 21:32, 3 October 2023

◄ 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.)