Skip to content

Releases: AlexProgrammerDE/PistonMOTD

PistonMOTD 5.1.1 (Version fix)

04 Oct 08:15
Compare
Choose a tag to compare

This release fixes a version string issue that would cause a startup error on some platforms.

PistonMOTD 5.1.0 (Small fixes)

21 Sep 14:07
ddbd697
Compare
Choose a tag to compare

Some small fixes for the plugin in config and domain status.

Changes

904132e Clean up links list
940cbc6 Fix deprecated code
e7a3d2a Fixup build
17c1045 Revert placeholder changes
eb69c68 Add server placeholder to velocity and improve references to plugins hooking into API
373fe99 Fix config issue
d6e26bf Per domain status (#118)
dc90461 Bump version
e8335a5 Fixup dependency shading
e12805e Readd luckperms (#131)

Release 5.0.1

02 Apr 19:12
Compare
Choose a tag to compare

Read the 5.0.0 upgrade guide before upgrading from 4.x.x!

Changes:

  • Update dependencies
  • Fix special chars in config
  • Fix config reloading in bukkit
  • Fix velocity player sample
  • Improve code style

MAJOR Release 5.0.0

27 Feb 19:40
Compare
Choose a tag to compare

READ THIS BEFORE INSTALLING

PistonMOTD went through a lot of rework the past few months, and this new update has NO backwards support with any previous version at all. This decision was made because of the giant amount of inconsistency in configs between platforms. All features are implemented now on every platform as far as possible. Read more in the changelog below.
All configs contain comments now explaining what everything does and also automatically updates on new releases.

How to upgrade

  1. Prepare
    rename config.yml -> config.yml.old
    if you have a config.conf -> do nothing
    rename icons folder -> favicons
  2. Upgrade
    Drop in new PistonMOTD jar -> restart the server
  3. Migrate
    import settings from config.yml.old or config.conf to config.yml file that was generated

Changelog:

  • Rewritten config (Way easier to read and understand)
  • Config is the exact same on ALL platforms
  • Self updating config with comments (With a custom config system made by me)
  • Improved dependency management (PistonMOTD should no longer interfere with other plugins at all)
  • New universal code and speed improvements
  • Commands are all just /pistonmotd now
  • Integration with popular vanish plugins (SuperVanish, PremiumVansh)

Release 4.3.2

07 Mar 16:57
d61002d
Compare
Choose a tag to compare

Just a small release to move packages around. If you have other plugins like PistonQueue you should update those too as they use the API.

Release 4.3.1

13 Jan 17:58
Compare
Choose a tag to compare

Changes:

  • Fix 1.13-1.15 support

Release 4.3.0

14 Dec 14:42
Compare
Choose a tag to compare

Changes:

If you want to suggest features or report bugs please join my discord server: https://discord.gg/CDrcxzH

Release 4.2.0

27 Nov 21:23
Compare
Choose a tag to compare

Changes:

  • Created a maven generated site: https://pistonmaster.net/PistonMOTD/
  • Changed the the structure to a multi module project.
  • Added bukkit like playerlist to bungeecord.
  • Updated dependencies.

Release 4.1.0

13 Nov 16:43
Compare
Choose a tag to compare

Finally hex support!
Changes:

If you experience any issues with the plugin please let me know on the discord server: https://discord.gg/CDrcxzH

Release 4.0.0

08 Nov 15:50
Compare
Choose a tag to compare

Big update!
Changes:

  • Added velocity support!
  • Changed sponge config type from yaml to hocon
  • Reworked update checking
  • Improved commands
  • Lots of minor changes in the code