Pierre Maurice Schwang
Pierre Maurice Schwang
## Overview Fixes #3514 ## Description Applies light updates to blocks with light values on chunk generation using a populator and WorldEdits World#applySideEffects-method. Draft, as sometimes that doesn't seem to...
The ViaDump now includes the runtime information like max, total and free memory. Example Dump: https://dump.viaversion.com/9b281a34098d3743b6e988b6237b3715fd9a471b24f250616e519df69b691b78 Currently the unit for the memory is bytes - maybe KB / MB should...
## Overview Fixes #3692 ## Description Adds a cancellable PlotMoveEvent and informational PostPlotMoveEvent. (+ Swap) ~~Found no fitting case for handling the FORCE result, therefor marked that as not supported...
The current README.md states, that there is a default cron setting for the periodic backup, which indicates, that backups should run frequently even if `VOLUMERIZE_JOBBER_TIME` is not set. That's not...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no To support...
Updates the List of Nodes / Computers assigned to a label at `/jenkins/label/`. Uses a grid to properly align the nodes in all directions. Adds the default link behavior of...
Reworked regeneration logic to be faster (kinda). And does not use reflection anymore - yay. Addresses not-working plot clear on augmented plot worlds. Fixes few mistakes found while debugging and...
Adds a kinda-easy & standardized way to download Jenkins artifacts instead of doing all the rest calls and delegating to `url()` in the projects itself. Haven't used Kotlin that much...
- Microsoft adds multiple `Set-Cookie` headers in their response, which this change now respects. - Additionally, the used ClientID in the `oauth20_token.srf`-Route is invalid and should be equal to the...
Instead of using unmodifiable lists for storing game profiles, now the initial ArrayList is cleared and reused. Using unmodifiable lists breaks the logout method because the remove method has no...