Skip to content

v1.3.3

Choose a tag to compare

@github-actions github-actions released this 22 Jun 17:28

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_DEBUG environment variable.
  • Replaced unicode symbols with reliable ANSI fallbacks for better terminal compatibility.
  • Cleaned up unused banner methods and dropped the unused paperwright bin entry.
  • Fixed casing in package.json.

Gradle Plugin

  • Updated the Paper API to allow downloading newer server versions.
  • Included rimraf in the scaffold generated by the paperwrightInit task.

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 gradlew is 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.

Full changelog

v1.3.2...v1.3.3