Kezz
Kezz
For some reason, the listener count for our stream is displaying an insane number, bigger than `listener_connections` and all the individual mount's listeners too. ``` listener_connections | 6166 listeners |...
This provides an "atomic" way of performing a replacement on a node without having to make two separate rest calls. Unsure if there is potentially a better solution, or more...
Related to https://github.com/KyoriPowered/adventure/pull/848, there seems to be some desire to remove the common usage of `audience.sendMessage(MiniMessage.miniMessage().deserialize("my string"))` in favour of a shorthand method for this. The `MiniMessageAudience` proposed in that...
One of our most common requests in the discord support channels is for tags that can convert text into sᴍᴀʟʟ ᴄᴀᴘs, a pretty common set of characters used in Minecraft...
Given the introduction of contextual MiniMessage parses, it would be nice to provide (perhaps in the builder?) a way to "filter" the tags. This would be left entirely up to...
Issue to gauge interest around webui having a "bedrock" mode - would be a very simple implementation, just some downsampling logic in the backend to turn everything into the bedrock...
Just need to spin up a tiny server that responds to ping requests - ala https://motd.gg
Quite simple, just recreate the websocket and reinitialize it whenever it closes. Unsure if this will have any janky side-effects, but seems to work okay. Closes #165.
Really, the viewer shouldn't be handling the literal string `\n` at all.