You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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