SL21W24: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
Line 18: Line 18:
**Use old chunkli server or kadcon server as logging grave?
**Use old chunkli server or kadcon server as logging grave?
*'''Java 16'''
*'''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
**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
*
**
**
**

Revision as of 15:32, 15 June 2021

◄ 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?
  • 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