Skip to content

MatrixShop 1.6.0

Choose a tag to compare

@54895y 54895y released this 03 Apr 03:46
· 11 commits to main since this release

MatrixShop 1.6.0

Changed

  • Migrated MatrixShop economy implementation to the shared MatrixLib economy module
  • Currency source of truth is now plugins/MatrixLib/Economy/currency.yml
  • MatrixShop now depends on MatrixLib 1.1.0
  • Removed the local Vault-only economy bridge in favor of MatrixLib shared currency handling

Docs

  • Added MatrixShop 1.6.0 release notes to the docs site
  • Updated economy docs to reflect the MatrixLib shared currency path and runtime sync behavior

Verification

  • ./gradlew clean build
  • Paper 1.21.11 smoke boot with MatrixLib + MatrixShop + MatrixStorage passed
  • Shared currency file synchronization verified on the Paper test target
  • paper-1.20.6 headless client scenario reached completion, but dynamic player commands such as /matrixshop still returned Unknown or incomplete command on that target and need further command-registration validation