masmc05

Results 124 comments of masmc05

> In my opinion [this](https://docs.adventure.kyori.net/minimessage.html) looks very nice. Simple, HTML-like syntax. Nothing overcomplicated and can handle all needed features. It'd be great to see it in Feather! :) yeah, wanted...

also, would be cool `@Comparator` - define a comparator for arrays, collections (also a boolean to mark checking the key or value for maps), this comparator will be used to...

maybe you could just allow players to configure a list of commands that won't show in console

run `components:gfx-opengl:build` before `build`, this should fix this issue

> > run `components:gfx-opengl:build` before `build`, this should fix this issue > > Thanks, though I think that step should be made a bit clearer on the readme, unless this...

hello

oups, seems like had to submit at adventure-platform

> Hey, thanks for your PR! I appreciate the effort, but I'm not quite sure why using gradle would be better in our case and what concrete advantages SV could...

> try the latest beta, 3.4-beta-5, snapshots are not for production use, but I never saw that issue when I tested on paper release branch theoretically it's possible, if it...

try `Predicate filter = (Predicate & Serializable) (s) -> s.startsWith("a");` this will make the lambda serializable idk if there are other solutions