Skip to content

Releases: plexusorg/Plex

Plex 0.9

19 Mar 19:39

Choose a tag to compare

Plex 0.9 Pre-release
Pre-release

What's Changed

  • Use Google's reflection library to register commands by @Focusvity in #7
  • Switch more areas of the plugin to Component since Paper broke ChatColor
  • Improve Javadocs wording
  • Switch to MiniMessage for ranks and titles
  • Add tab completion to /plex command
  • Proper permission check for reloading modules
  • Allow console to check ranks of other players
  • Fix debug logging not working
  • Add tab colors for admins
  • Styling improvements to the list command
  • Fix error when unloading modules with listeners
  • Make loading the chat system optional
  • Fix chat coloring for players with no prefix
  • Add reflections for listeners

Breakage

You will have to regenerate your ranks folder. It is also recommended to regenerate your messages.yml file.

New Contributors

  • @Focusvity made their first contribution in #7

Full Changelog: 0.8...0.9

Plex 0.8

06 Mar 04:57

Choose a tag to compare

Plex 0.8 Pre-release
Pre-release

Plex 0.8 is now available

Changelog

  • Update to 1.18.2
  • Don't check for updates on snapshot versions
  • Change indefinite ban system to be more organized (@taahanis)
  • Add module system (@taahanis)

Full Changelog: 0.7...0.8

Plex 0.7

03 Mar 23:28

Choose a tag to compare

Plex 0.7 Pre-release
Pre-release

Plex 0.7 is the last version to support Minecraft 1.18 - 1.18.1.

Note that this is the first release on GitHub. From now on, we will release versions on GitHub as well.

Changelog from 0.6 to 0.7:

  • Add indefinite bans (done by @taahanis)
  • Fix AdminChat formatting in console (done by @taahanis)
  • Added a /lockup command (done by @taahanis)
  • Added a /kick command
  • Added an update checker
  • Don't have the BanService query Redis every second
  • Add comments if entry is missing from config