Releases: jukixyo/Wrapidly
Releases · jukixyo/Wrapidly
Hotfix v1.0.7-release
- Bypass Valid Minecraft JAR Check
v1.0.6-release
- Added macros
- Added pre startup commands
- Added crash restart
v1.0.5-release
v1.0.5
- Switched properties file from
wrapper.propertiestowrapper.yml - Improved performance
- Improved the log messages
- Fixed a bug where Wrapidly wouldn't stop when the server stops
v1.0.4-release
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.propertieswith 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
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
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
- Fixed crashes when launching without settings.properties
- Fixed an issue where the server console cannot be read
For Java 21
- Initial release