Skip to content

Releases: jukixyo/Wrapidly

Hotfix v1.0.7-release

03 Sep 10:47
25a4348

Choose a tag to compare

  • Bypass Valid Minecraft JAR Check

v1.0.6-release

01 Jul 13:20

Choose a tag to compare

  • Added macros
  • Added pre startup commands
  • Added crash restart

v1.0.5-release

18 Jun 12:17

Choose a tag to compare

v1.0.5

  • Switched properties file from wrapper.properties to wrapper.yml
  • Improved performance
  • Improved the log messages
  • Fixed a bug where Wrapidly wouldn't stop when the server stops

v1.0.4-release

09 Jun 16:43

Choose a tag to compare

v1.0.4

  • Refactored to use single config file: wrapper.properties
  • Added support for command remapping via remap.<original_command>=<new_command> keys
  • Auto-generates wrapper.properties with example remap entries (commented)
  • Webhook support improved for server start/stop Discord notifications
  • Cleaned and simplified UX for Pterodactyl and other restrictive hosts

v1.0.3-release

09 Jun 10:49

Choose a tag to compare

v1.0.3 - Feature Update 🚀

New in this release:

Added Discord webhook support:

  • Create launcher-webhook.properties
  • Add your Discord webhook URL
  • Sends embed when server starts / stops

Added Command remapping:

  • Example: stop=end
  • Allows remapping commands (fixes BungeeCord stop issues!)

Launcher v1.0.2-release

13 Apr 06:14

Choose a tag to compare

Bugfixes and Improvements

  • Resolved an issue where server console input wasn't working — commands typed into the launcher console now properly reach the server.jar.
  • Fixed the launcher’s process hook to include both stdout and stdin streams, enabling full two-way interaction with the server.
  • Console output is now more stable and consistent, especially for long-running sessions.
  • Minor internal cleanup for better process management.

Launcher v1.0.1-release

12 Apr 12:23

Choose a tag to compare

  • Fixed crashes when launching without settings.properties
  • Fixed an issue where the server console cannot be read

For Java 21

12 Apr 05:37
005fff3

Choose a tag to compare

  • Initial release