Timon Seidel

Results 22 issues of Timon Seidel

Adds the option to set a root directory in both the CompressionAction and DecomressionAction. This directory determines where the compressed archive will be put or where the archive to be...

Add a way to retrieve the backup count accurately, as counting backups can be unreliable due to truncation when there are too many.

Reflect changes from [Velocity#1357](https://github.com/PaperMC/Velocity/pull/1357). Prequirement: - [ ] This PR requires [Velocity#1357](https://github.com/PaperMC/Velocity/pull/1357) to be merged before this one can be finalized.

blocked by feature
project: Velocity

This is a *concept* implementation to allow plugins to modify the tablist that is sent by the backend server. While it is completly functional, there are aspects I'm not quite...

With this PR, the Adventure-provided sound API is **partially** implemented. It adds the ability to play sounds for a player (from the player itself or other players on the same...

As the site [wiki.vg](https://wiki.vg/) is soon ("November 30th") to be sunset, references should be replaced with their own docs or redirects to a another source. [wiki.vg](https://wiki.vg/) sunsetting post: https://tkte.ch/articles/2024/11/11/sunsetting.html References...

~~The [download page](https://papermc.io/downloads/velocity) and some parts of the docs still use the older `3.3.0-SNAPSHOT` version of Velocity, while [that](https://github.com/PaperMC/Velocity/commit/b66aa3fb4e6d2350c85523685c5c2420c029ade8) updated 3 weeks ago.~~ (fixed) Parts of the doc that seem...

### Expected Behavior You can connect just fine, like you can connect directly to a Paper server with an empty motd. ### Actual Behavior You can't connect to the server...

type: bug

With this PR, the in [1.21.4](https://www.minecraft.net/en-us/article/minecraft-java-edition-1-21-4) introduced `player_loaded` packet can be utilised to send/display messages in-game without needing to guess when the player is actually in the world. This PR...

### Requested Feature An event which is fired when the new `minecraft:player_loaded` packet is received from the client. This would only be possible in [1.21.4](https://www.minecraft.net/en-us/article/minecraft-java-edition-1-21-4)+. ### Why is this needed?...

type: feature