Puharesource / TitleManager

Adds hovering titles, actionbar titles, tabmenu titles and a scoreboard sidebar to your Minecraft 1.8 - 1.18 server.
https://www.spigotmc.org/resources/titlemanager.1049/
Other
241 stars 52 forks source link

Added 1.19 support + bugfixes #462

Open Th3Tr0LLeR opened 2 years ago

Th3Tr0LLeR commented 2 years ago

Changes: Added 1.19 support. Fixed 1.16 versions support. Fixed %{ping} placeholder This also fixed reported issues with reload command and errors on startup/player join

Rothes commented 2 years ago

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.

        if (NMSManager.versionIndex >= 13) {
            val packet = classPacketPlayOutChat.constructor.newInstance(provider.getIChatComponent(text), true)

            player.sendNMSPacket(packet)
        }
stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.