Henri Schubin
Henri Schubin
The ability to request a player head directly via texture id, `http://textures.minecraft.net/texture/`, for example `http://textures.minecraft.net/texture/f4f5b52d9ad21cfa175c4bde8314be44ea0c448afe531939e1a22ed11a665c77` ### Why? Avoiding the cache that's bound to the UUID, querying by texture id directly...
⚠️⚠️⚠️ **DO NOT MERGE UNTIL `adventure-platform-bukkit` IS SWITCHED TO A RELEASE** ⚠️⚠️⚠️
### Expected behavior The trigger is automatically deleted even if the command doesn't have any response ### Actual behavior The trigger isn't automatically deleted when the command doesn't have a...
### Is your feature request related to a problem? The BukkitScheduler's async thread pool [doesn't have a maximum thread limit](https://github.com/PaperMC/Paper/blob/41647af74caed955c1fd5b38d458ee59298ae5d4/patches/server/0183-Improved-Async-Task-Scheduler.patch#L80) which can easily lead to `java.lang.OutOfMemoryError: unable to create native...
API
Hey, looking to hook Chatty into DiscordSRV, I'd need; - A way to figure out what channel a chat event went to (method or custom event) - A way to...
### Describe the Bug MALSync can't get the token for Crunchyroll's api on firefox This appears to be due to the XMLHttpRequest for authenticating giving a empty response and a...
### Why? Linked accounts are currently only saved when the server shuts down correctly, so if the server crashes linked accounts will not be saved. Some external applications may also...
`ApplicationDependencyManager` should allow cleaning up unused dependencies just as `DependencyManager` does