Skip to content
Compare
Choose a tag to compare
  • Fixed ping placeholder for Minecraft version 1.17 and 1.18.

Full Changelog: 2.3.5...2.3.6

Compare
Choose a tag to compare
  • Added 1.18 support. (Credit to @Rothes)
  • Fixed backwards compatibility
  • Fixed the ping placeholder

What's Changed

New Contributors

Full Changelog: 2.3.4...2.3.5

Compare
Choose a tag to compare
  • 1.17 support
  • Added delay option in the config to welcome titles and welcome actionbar messages
  • (Technical node) Removed most NMS code for future releases of Minecraft, which should stop TitleManager from breaking as often when new releases of Minecraft comes out.
Compare
Choose a tag to compare

Changes made by @Puharesource

  • BungeeCord support fixed - Previously, TitleManager didn't work when used behind BungeeCord. 7e1f576

Changes made by @SirBlobman in #302

  • Added a configuration option to disable the CombatLogX hook
  • Switched to the TagEvent instead of the cancellable PreTagEvent
  • The CombatLogX hook will not be enabled if the Notifier expansion has the scoreboard disabled

Changes made by @jestkiytipok in #311

  • Fixed wrong method call in API

What's Changed

New Contributors

Full Changelog: 2.3.1...2.3.2

Compare
Choose a tag to compare
  • Fixes scoreboard RGB colors
  • Fixes actionbar RGB colors
  • Improved RGB gradients
  • Removed scoreboard text length limit
Compare
Choose a tag to compare
  • (MC 1.16) Added support for HEX colors on Minecraft version 1.16 and above (Only seems to work in the player list and title messages.
  • (MC 1.16) Added placeholder: %{gradient:[#ff0000,#00ff00,#0000ff]My HEX gradient text} - Creates a static gradient with the given text and HEX colors.
  • (MC 1.16) Added placeholder: %{c:#ffff00}My HEX colored text - Creates the HEX color specified.
  • (MC 1.16) Added animation script: ${gradient:[#ff0000,#00ff00,#0000ff,#ff0000]My HEX gradient text} - Creates a gradient with the given text and HEX colors that cycles through each color.
  • (MC 1.16) Added animation script: ${gradient_color:[#ff0000,#00ff00,#0000ff]}My HEX colored text - Creates a single color that fades into all of the given colors.
  • Fixes messages not showing up when using /tm bc and /tm msg
  • Fixes issues with TitleManager not working on certain versions of Java above version 8.
Compare
Choose a tag to compare
  • Fixed /tm message
  • Fixed the scoreboard when switching worlds
  • Slightly improved tab completion