Skip to content

Releases: sparkedhost/pterobungee

1.2.1 - Velocity native build!

23 Jan 03:23
Compare
Choose a tag to compare

This release doesn't include much in terms of code changes for the BungeeCord build, it was mostly refactoring in order to make room for the Velocity port.

Speaking of which: there's now a native build of the plugin for Velocity! This is the biggest change for this release.

What's Changed

1.2.0 - General improvements & cleanup

10 Aug 21:29
Compare
Choose a tag to compare

This update only brings small improvements and some code cleanup.

Changes from v1.1.0

  • a2807c3 Merged #2 (thanks @hwalker928!)

    • 1cef0de General cleanup & code quality improvements
  • 1c41b37 "Done" message is now printed after the server has fully started

  • a2807c3 Fix author string

  • be9ab95 Fix another author string & more improvements

1.1.0 - New "Done" message

26 Jun 19:08
f94d511
Compare
Choose a tag to compare

Thanks to MeesPerkins112 for helping me with this release!

Changes from v1.0.3

  • Changed the way the "Done" message is shown, by using the same event as the original "Listening" BungeeCord message, and by changing the default 2,100s in that message to the actual time the plugin takes to load in milliseconds.
  • RAM usage has increased to 1MB and file size is now 4KB.

Changes from v1.0.2

  • Removed unused code and other optimizations to reduce file size

Changes from v1.0.0

  • Implemented "Starting..." fix

Changes from v1.0.1

  • Improved "Starting..." workaround (also fixed issue where the entire server would halt for 5 seconds)
  • Fixed "/stop" command when executed by a player (it executed the wrong command)

1.0.3 - Code optimization

23 Jun 19:39
Compare
Choose a tag to compare

No major changes.

Changes from v1.0.2

  • Removed unused code and other optimizations to reduce file size

Changes from v1.0.0

  • Implemented "Starting..." fix

Changes from v1.0.1

  • Improved "Starting..." workaround (also fixed issue where the entire server would halt for 5 seconds)
  • Fixed "/stop" command when executed by a player (it executed the wrong command)

Initial public release

23 Jun 18:53
e41cca6
Compare
Choose a tag to compare

This is the initial public release.

Changes from v1.0.0

  • Implemented "Starting..." fix

Changes from v1.0.1

  • Improved "Starting..." workaround (also fixed issue where the entire server would halt for 5 seconds)
  • Fixed "/stop" command when executed by a player (it executed the wrong command)