Rothes

Results 15 comments of Rothes

https://github.com/Puharesource/TitleManager/blob/ed8b59c2b678432bdab9cb517170f0c4516ffef0/src/main/kotlin/io/puharesource/mc/titlemanager/internal/reflections/NMSUtil.kt#L56 1.19 also changed that so it needs a update too. ```java if (NMSManager.versionIndex >= 13) { val packet = classPacketPlayOutChat.constructor.newInstance(provider.getIChatComponent(text), true) player.sendNMSPacket(packet) } ```

> > 物品不会返回背包 会保存在GUI界面内... > > 对啊,所以物品没有被复制啊。 > 可能是我理解错了。 意思可能是 保存在GUI界面内就可以无限拿出来

I added a more fix just now and you may merge it in. 😃 Thanks for your work!

> > Setting the DriverClassName should fix this issue, would be great if someone with write access could review it as well. Thanks. > > I've already reviewed this and...

I only noticed that The `container-access` action is not logged for shulker. Fixed in #274 . Prism will rollback the items in shulker with param `item-remove`, just like what we...

'~' is used for PARTIAL Match. So the way to solve it may be to add quotes...

In Regex it only detect characters in players' name range "A-Z a-z 0-9" or "_". Any other characters are invalid now. This should be changed if we support Unicodes.

Can we use Spigot ChatComponent since advanture has been itegrated from 1.17? It doesnt support replaceText though