LOOHP

Results 176 comments of LOOHP

`Keyword: (?i) *F` This worked for me matching the letter 'F' with any amount of space in front. However, this isn't really a good idea as InteractiveChat couldn't distinguish which...

Due to the way IC currently matches regex expressions, anchors such as `^` or `$` might not work as the user expects. It's a limitation atm. Hopefully in the future...

Can you elaborate on where this could be used?

Which version and implementation of Minecraft is your server and client using?

Probably something weird existing in the HoverEvent. Does this problem occur with all items or just some?

We need to wait for ProtocolLib to be updated to 1.20.5 first.

4.2.10 now supports 1.20.6.

> > > ``` > > > com.mojang.brigadier.exceptions.CommandSyntaxException: Unknown item 'minecraft:' at position 0: > > ``` > > > > > > Correct me if im wrong, but im...

PaperMC currently automatically remaps spigot-mapped jars to paper-mapped jars before a plugin loads automatically. The only thing that it doesn't work for is reflection. If I'm not mistaken, OpenInv uses...

I see, though I was mainly referring to the part where you mention the need to use ASM to rewrite classes at runtime on Paper on your own.