granny
granny
### Expected behavior No error should appear when a player leaves the server after being AFK. ### Actual behavior An error appears when a player leaves the server after being...
### Why? This option would allow you to specify a delay for when a discord message will be forward to Minecraft. ### What and How? After the delay, it will...
Adds prefixes to each patch and rewords the headers to be more concise. Adds descriptions to each patch with descriptive config options - prefixes & concise headers - [x] 1-50...
~~Blocked by #1708~~
### Why? idk man someone wanted it so there's some demand for it ### What and How? Up to interpretation. End goal is a DiscordSRV command that allows you to...
adds two new options; `gameplay-mechanics.item.bow.use-bundle-as-quiver` and `gameplay-mechanics.item.crossbow.use-bundle-as-quiver`. With either of these options enabled, you can use arrows that are stored inside a bundle like you would a quiver. TODO: -...
When lightning hits sand, water, or stone, nearby sand changes to glass. Struck water becomes stone, and struck stone becomes obsidian. The algorithm is the same one used by the...
This greatly increases performance when registering an extremely large amount of blocks and biomes. Since this is the only place where we add to the indexMap, it's safe to increment...
This is more user readable and makes sure we don't have to deal with any unintentional negative numbers or overflowing numbers
## Overview This pull request introduces the integration of [Server-Sent Events (SSE)](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events) into our internal webserver, enabling real-time data updates for our webmap. Using SSE we can achieve seamless real-time...