Emilia Kond

Results 11 issues of Emilia Kond

### Describe the issue When using trailing comments in the config, the custom YAML parser being used by Plan gets strangely confused and chops off half of the line. ###...

Bug
Config

I know this has been brought up a few times before in discussion but I couldn't see a formal issue tracking this. The idea is to support a wider range...

area: text-minimessage

Don't enter string parsing mode during the first pass when encountering a quote, but no matching quote exists later on in the message. Note that this doesn't catch every case...

area: text-minimessage

Using a function declaration as an expression (i.e., a lambda), with the `-d` cppfront flag enabled causes an abort due to an assert. Note that the lambda must contain other...

bug

### Expected behavior I can depend on DiscordSRV as a gradle dependency and use a modern version of jetbrains annotations that supports TYPE_USE annotations. ### Actual behavior Since 1.26.1, jetbrains...

bug
fixed

*Or alternatively: expose `/mini-to-html` as a non-websocket endpoint* It may be useful to be expose the HTML endpoint without having to setup a whole websocket communication. (Could also be expanded...

area: backend
type: enhancement

Minecraft doesn't like rendering most control characters, notably things like tab (0x9) and carriage feed (0xD), which in-game, become a square placeholder. This can lead to a misleading representation, where...

type: bug
area: frontend

Akin to #111, #120, #121, #204, et al. I cannot tell you why there's so much variance in these names, but the extension has not worked for me until I...

Wind charges can open doors and push buttons! In Bukkit, wind charges use [EntityExplodeEvent](https://jd.papermc.io/paper/1.21.4/org/bukkit/event/entity/EntityExplodeEvent.html). Bolt already handles this and prevents the touching of protected blocks. That's good, there are no...

enhancement

Reduces code duplication and increases what's possible with the API - [x] Untransform (Protections.accessList) - [x] Command uses - [x] Migration uses - [x] Expose in API - [ ]...