v1.3.3
Summary
This release includes important fixes to support newer server versions, major CI/CD workflow updates, documentation improvements, and various runner cleanups.
Changes
Runner
- Fixed text component parsing for newer server versions and updated
mineflayer. - Gated verbose DEBUG logs behind the
PAPERWRIGHT_DEBUGenvironment variable. - Replaced unicode symbols with reliable ANSI fallbacks for better terminal compatibility.
- Cleaned up unused banner methods and dropped the unused
paperwrightbin entry. - Fixed casing in
package.json.
Gradle Plugin
- Updated the Paper API to allow downloading newer server versions.
- Included
rimrafin the scaffold generated by thepaperwrightInittask.
CI/CD
- Added a complete release workflow and migrated to npm trusted publishing.
- Updated workflows to use the official Paperwright action and added working directory support.
- Bumped the Node version and ensured
gradlewis explicitly made executable.
Documentation
- Added a showcase section and CI usage guide to the README.
- Reformatted tables, added a CI badge, and fixed the broken npm version badge.
Example Plugin & Tests
- Simplified the example plugin to be more descriptive.
- Cleaned up test files by adding missing
awaits and removing unused method parameters.