SL24W09: Difference between revisions

From ETM
Jump to navigation Jump to search
(Created page with "◄ SL24W08 | SL24W10 ► <br />")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[SL24W08|◄ SL24W08]] | [[SL24W10|SL24W10 ►]]
[[SL24W08|◄ SL24W08]] | [[SL24W10|SL24W10 ►]]
[[File:Grafik.png|thumb]]


<br />
* (work & rl stuff)
* '''Use QuickPlay to launch render client'''
* Update Bungeecord to latest version
* Latest 1.20.4 changes:
** '''BlockData.copyTo seems useful. Test for chunkli & fakestuff'''
** '''New damages: DamageEffect, DamageScaling, DamageType,DeathMessageType, seems useful for stasi'''
** '''our custom  void damage(double amount, DamageCause reason); can probably replace with damage(double amount, @NotNull DamageSource damageSource);'''
** check if we use setLastDamageCause
*'''Change macro/deploy implementation from plain autohotkey -> WinSCP / ssh'''
**'''Compare to Powershell implementation'''
**'''Check if a direct java deployment would work as well to ditch: CMD, WinSCP, MultiSCPUpload, Powershell, (Autohotkey)'''
**

Latest revision as of 21:43, 2 March 2024

◄ SL24W08 | SL24W10 ►

  • (work & rl stuff)
  • Use QuickPlay to launch render client
  • Update Bungeecord to latest version
  • Latest 1.20.4 changes:
    • BlockData.copyTo seems useful. Test for chunkli & fakestuff
    • New damages: DamageEffect, DamageScaling, DamageType,DeathMessageType, seems useful for stasi
    • our custom void damage(double amount, DamageCause reason); can probably replace with damage(double amount, @NotNull DamageSource damageSource);
    • check if we use setLastDamageCause
  • Change macro/deploy implementation from plain autohotkey -> WinSCP / ssh
    • Compare to Powershell implementation
    • Check if a direct java deployment would work as well to ditch: CMD, WinSCP, MultiSCPUpload, Powershell, (Autohotkey)