Pasqual Koschmieder
Pasqual Koschmieder
### Motivation Sponge provides a downloads api which allows to query the latest version of a sponge artifact. This is much nicer and removes the need to manually ensure that...
### Motivation There were already occurrences of accidental pull request merges into wrong branches. ### Modification Add an action that will fail when the target branch is not "nightly" ###...
#743 optimized the way the forwarding secret file is read. While the change is fine, it also introduced a small annoyance I stumbled upon. When the configured and default forwarding...
(Moved from CloudNetService/CloudNet-v3#307) Description of the bug: In Minecraft, players are not being spawned when they are not in the tablist. When a player moves in, directly out and again...
### What would you like to be added? Hey, I would like to suggest an option which disables wrapping each downloaded file into a directory when downloading all artifacts. ###...
While 1.19 added a few more entity poses for the warden, the `LONG_JUMPING` entity pose is already present in 1.18 (altough wiki.vg isn't mentioning it). Would be nice if that...
### Motivation The `BungeeCordHelper` class is still using raw method handles to find and invoke methods which can be cleaned up by using reflexion instead. ### Modification Replace usage of...
### Motivation Currently only prs from "nightly" can be merged into the "release" branch without the prbranch worklow failing. This is incorrect as prs from beta into release should be...
https://www.minecraft.net/en-us/article/minecraft-snapshot-22w42a
**Describe the bug** The classes `Created` and `LastModified` are both extending `DateProperty` and `UtcProperty` which indicates that the return value of `getDate` should be a Instant representing a UTC timestamp....