SL21W24: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[File:66h60c.png|yoink|thumb]]
[[SL21W23|◄ SL21W23]] | [[SL21W25|SL21W25 ►]]
[[SL21W23|◄ SL21W23]] | [[SL21W25|SL21W25 ►]]


<br />
<br />


*'''WorldGuard writedown. What is it used for / what should it be used for in the future?'''
*WorldGuard writedown. What is it used for / what should it be used for in the future?
**__global__ removal stuff
**__global__ removal stuff
**FW needs SpawnArea, FarmArea
**FW needs SpawnArea, FarmArea
**PlanetX Needs SpawnArea, FarmArea, Research1, Research2, Research3...   (could ALL be plots?!, make regions all based on chunks)
**PlanetX Needs SpawnArea, FarmArea, Research1, Research2, Research3...   (could ALL be plots?!, make regions all based on chunks)
**Special Regions problematic like protecting a lever
**Special Regions problematic like protecting a lever
*'''Desktop'''
*Desktop
**'''Allow theming? We could actually let the user decide what coloring the buttons should have'''
**Allow theming? We could actually let the user decide what coloring the buttons should have
**'''Allows us to build just ONE/TWO consistent colorings/themes that look good and let the user change it'''
**Allows us to build just ONE/TWO consistent colorings/themes that look good and let the user change it
*'''General Prism replacement'''
*General Prism replacement
**Check databases, timeseries db would make most sense IMO
**Check databases, timeseries db would make most sense IMO
**For example timescaleDB
**For example timescaleDB
**Alternatively just postgres as timescale is based upon postgres
**Alternatively just postgres as timescale is based upon postgres
**Worth a try: store directly in couchbase as well?
**Worth a try: store directly in couchbase as well?
**Use old chunkli server or kadcon server as logging grave?<br />
**Use old chunkli server or kadcon server as logging grave?
***- UUID (Player)  - (Server),World,X,Y,Z  - Action (insert,remove,break,place,kill...)  - Block / Item  - (LibId by default)  - (Special blocks with meta table?)
*Java 16
**Needs dumb shit like  <code>–illegal-access=permit</code> --add-opens java.base/java.lang.invoke=ALL-UNNAMED    --add-opens java.base/java.lang=ALL-UNNAMED    --add-opens java.base/sun.reflect=ALL-UNNAMED    --add-opens java.base/sun.reflect.annotation=ALL-UNNAMED
*BUG/Breaking: Spring WebClient Mono/Flux incompatible because Minecraft internally still uses netty 4.1.25?
*Upgrading to latest 1.16.5 patches
**LOTS of package changes / import changes everywhere...Java 16 makes it annoying AF
***
***
***

Latest revision as of 19:50, 3 November 2022

yoink

◄ SL21W23 | SL21W25 ►


  • WorldGuard writedown. What is it used for / what should it be used for in the future?
    • __global__ removal stuff
    • FW needs SpawnArea, FarmArea
    • PlanetX Needs SpawnArea, FarmArea, Research1, Research2, Research3...   (could ALL be plots?!, make regions all based on chunks)
    • Special Regions problematic like protecting a lever
  • Desktop
    • Allow theming? We could actually let the user decide what coloring the buttons should have
    • Allows us to build just ONE/TWO consistent colorings/themes that look good and let the user change it
  • General Prism replacement
    • Check databases, timeseries db would make most sense IMO
    • For example timescaleDB
    • Alternatively just postgres as timescale is based upon postgres
    • Worth a try: store directly in couchbase as well?
    • Use old chunkli server or kadcon server as logging grave?
      • - UUID (Player) - (Server),World,X,Y,Z - Action (insert,remove,break,place,kill...) - Block / Item - (LibId by default) - (Special blocks with meta table?)
  • Java 16
    • Needs dumb shit like –illegal-access=permit --add-opens java.base/java.lang.invoke=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/sun.reflect=ALL-UNNAMED --add-opens java.base/sun.reflect.annotation=ALL-UNNAMED
  • BUG/Breaking: Spring WebClient Mono/Flux incompatible because Minecraft internally still uses netty 4.1.25?
  • Upgrading to latest 1.16.5 patches
    • LOTS of package changes / import changes everywhere...Java 16 makes it annoying AF