Skip to content

Conversation

@Th3Tr0LLeR
Copy link

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

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
Copy link
Contributor

Rothes commented Aug 30, 2022


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
Copy link

stale bot commented Nov 13, 2022

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.

@stale stale bot added the stale Stale issue, closed to reduce clutter... Re-open if still relevant label Nov 13, 2022
@stale stale bot removed the stale Stale issue, closed to reduce clutter... Re-open if still relevant label May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants