Jake Potrebic
Jake Potrebic
Docs for https://github.com/PaperMC/Paper/pull/11333
### Did you check existing requests? - [X] I have searched the existing issues ### Describe the feature If I open a directory that only has "hidden" files in it,...
Despawn time limit configurable by each entity type. Overrides any other configurations for despawning, such as the arrow or item despawn rate configurations which give more granularity.
I think there's also an issue with spectators and xp dropping, but I can't test that out right now. Until I check that, this can be a draft. Fixes https://github.com/PaperMC/Paper/issues/11463...
Open to different naming for everything here, I couldn't think of a straightforward easy name to any methods/fields that wasn't like a full sentence long. ---- This new API allows...
Adds custom trigger types via the registry modification API. There is an example datapack attached which either grants or doesn't grant an advancement for chatting while flying based on the...
This creates a copy of the `power` enchant and just changes some things about it. This is useful because you don't have to redefine everything about the other enchant, and...