Skip to content

1.18 and more

Compare
Choose a tag to compare
@BlitzOffline BlitzOffline released this 29 Dec 19:54
· 17 commits to master since this release
0af59eb

Added:

  • Full 1.18 support.
  • New hex format! #aaFF00. The old one will still work but it is marked for removal in version 2.4.0 of FrozenJoin!!
  • New AUDIENCEBROADCAST action. It will broadcast a message to everyone except the player its executed for.
  • Per motd delays. These work separately than the DELAY modifier and applies to all the MOTD actions.

Fixes:

  • The TITLEBROADCAST action.
  • Some stuff in the default config.yml
  • The hex colors only working on 1.17 in some cases.
  • PAPI expansion version not matching plugin version.
  • Colors and placeholders not being parsed for some actions at all.
  • The delay modifier only accepting 1 letter long time formats (s, m, etc.) even tho it had support for multiple ones like: sec, minute, etc.
  • The chance and delay modifiers sometimes not working at all and also now they can be used anywhere innside an action not just at the start.
  • A the handlers for the events fired by FrozenJoinEvent not being static like spigot wants them to be.
  • The help command listing unexistent commands.

Others:

  • Improved the convert command to contain some tab completion.
  • The wrong usage message was showing the "{usage}" placeholder. Now it shows the /fjoin help command.
  • Removed dependency on luckperms. That plugin is no longer required for FrozenJoin to work. Thanks to Emily for this!
  • Removed unnecesary code that was meant for 1.8 support even tho the plugin doesn't support versions older than 1.17