Releases: Kamesuta/BungeePteroPower
Releases · Kamesuta/BungeePteroPower
v1.9
What's Changed
- Add feature to reset the server from a backup when it shuts down
- Fixed a bug that the server did not stop automatically when a player was kicked by whitelist, etc.
- Fix invalid format '%s' when useSynchronousPing is enabled
Full Changelog: v1.7...v1.9
v1.7
What's Changed
- Added the ability to display a message when the lobby server is idle when logging in.
- If you want to use this feature, turn on
useSynchronousPing
in config.yml.
- If you want to use this feature, turn on
- Fixed Pterodactyl API calls to the correct ones.
- Fixed the use of x-www-form-urlencoded to json.
Full Changelog: v1.6...v1.7
v1.6
v1.5
What's Changed
- Fixed a bug that caused the server to automatically start up again when it was closed
Full Changelog: v1.4...v1.5
v1.4
What's Changed
- Fixed a problem where the configured
startTimeout
was not adding up to the time it takes for the server to auto-terminate when it starts up.- After a server is started with autoJoin, it will automatically stop after
startTimeout + servers.<serverName>.timeout
has elapsed.
- After a server is started with autoJoin, it will automatically stop after
Full Changelog: v1.3...v1.4
v1.3
What's Changed
- Added the ability to automatically connect players at server startup @Lefraudeur in #5
- Added the ability to set a delay in player join at server startup @Lefraudeur in #7
- Added Romanian translation by @NaysKutzu in #4
- Translation System Improvements
- Now you only need to define in your file the translation data you want to customize!
- Add bStats statistics
- Servers not registered in Bungeecord but defined in BungeePteroPower config are now displayed with the
/ptero power
tab completion. - Fix problem with
/ptero stop
not sending messages
Full Changelog: v1.2...v1.3
v1.2
What's Changed
- Change the name in config and fix format color by @achul123 in #1
- Changed the property name of the pterodactyl key in the config from "token" to "apiKey"
- Add supported languages in config FR by @achul123 in #3
- Added an API to support platforms other than Pterodactyl
- You can now check the config with
/ptero check
. - Added a fallback for when a key does not exist in the translation file
Full Changelog: v1.1...v1.2
Use java.net.http
To reduce the binary size of the plugin, I switched the Http library from OkHttp to java.net.http.HttpClient.
This now requires Java11
First Release
First Release
Full Changelog: https://github.com/Kamesuta/BungeePteroPower/commits/v1.0