Releases: MatrixPlugin/MatrixLib
Releases · MatrixPlugin/MatrixLib
MatrixLib 1.5.2
MatrixLib 1.5.1
- Improve Folia and Canvas runtime detection for 1.21.11 servers.
- Route updater async work through Folia-compatible schedulers instead of Bukkit async timers.
- Cleanly cancel updater tasks during MatrixLib shutdown.
MatrixLib 1.5.0
Highlights
- Raised MatrixLib to the stable API baseline for the Matrix plugin series.
- Added documented stable namespaces for action, text, YAML, menu, economy, hologram, metrics, and updater APIs.
- Added Dokka Javadoc generation and
javadocJaroutput.
Docs
- https://54895y.github.io/docs/matrixlib/release-notes-1-5-0
- https://54895y.github.io/docs/matrixlib/developer-api
Validation
bash ./gradlew buildbash ./gradlew generateJavadoc
MatrixLib 1.4.0
Highlights
- Added shared GitHub Releases updater for the Matrix series.
- Added admin approval workflow and downloads to
plugins/update/. - Added
/matrixlib update ...management commands.
Docs
- https://54895y.github.io/docs/matrixlib/release-notes-1-4-0
- https://54895y.github.io/docs/matrixlib/updater-and-approval
Validation
bash ./gradlew buildon MatrixLibbash ./gradlew buildon MatrixAuthbash ./gradlew buildon MatrixCookbash ./gradlew buildon MatrixShopbash ./gradlew buildon MatrixStorage
MatrixLib 1.3.0
Highlights
- Added shared
MatrixBStatsAPI and shadedbStatsruntime to MatrixLib. - Moved MatrixAuth, MatrixCook, MatrixShop, and MatrixStorage telemetry registration to the shared MatrixLib API.
- Published MatrixLib
1.3.0as the new downstream baseline.
Docs
- https://54895y.github.io/docs/matrixlib/release-notes-1-3-0
- https://54895y.github.io/docs/matrixlib/bstats-and-telemetry
Validation
bash ./gradlew buildon MatrixLibbash ./gradlew buildon MatrixAuthbash ./gradlew buildon MatrixCookbash ./gradlew buildon MatrixShopbash ./gradlew buildon MatrixStorage
MatrixLib 1.2.0
Highlights
- Added a shared hologram compatibility bridge for DecentHolograms, FancyHolograms and CMI.
- Moved hologram provider selection and bridge configuration into
MatrixLib/Hologram/config.yml. - Added a reusable
MatrixHologramsAPI for Matrix-series plugins.
MatrixLib 1.1.0
MatrixLib 1.1.0
Added
- Shared
economyAPI inMatrixLib - Shared
Economy/currency.ymlruntime synchronization for MatrixLib, MatrixShop, and MatrixStorage - Shared support for
Vault,PlayerPoints, and PlaceholderAPI-driven custom currencies
Changed
com.y54895.matrixlib:matrixlib-apiupdated to1.1.0- MatrixLib startup output now includes shared economy status
Verification
bash gradlew clean buildPaper 1.21.11smoke boot with MatrixLib + MatrixShop + MatrixStorage passed- Verified synchronized currency files generated under MatrixLib, MatrixShop, and MatrixStorage data folders
MatrixLib 1.0.1
首个公开 GitHub 版本。\n\n包含内容:\n- 共享 branding / console / text / yaml / menu / compat / action API\n- 统一中文终端 banner 与生命周期输出\n- 支持下游通过本地 includeBuild 或 GitHub sourceControl 直接参与构建