Skip to content

Releases: MatrixPlugin/MatrixLib

MatrixLib 1.5.2

08 Apr 10:37

Choose a tag to compare

  • Upgrade TabooLib runtime to 6.3.0-0e96352.
  • Keep MatrixLib compatible with Folia 1.21.11 after the 6.3 migration.
  • Validated with a Folia 1.21.11 smoke boot.

MatrixLib 1.5.1

08 Apr 02:58

Choose a tag to compare

  • 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

05 Apr 00:54

Choose a tag to compare

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 javadocJar output.

Docs

Validation

  • bash ./gradlew build
  • bash ./gradlew generateJavadoc

MatrixLib 1.4.0

05 Apr 00:07

Choose a tag to compare

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

Validation

  • bash ./gradlew build on MatrixLib
  • bash ./gradlew build on MatrixAuth
  • bash ./gradlew build on MatrixCook
  • bash ./gradlew build on MatrixShop
  • bash ./gradlew build on MatrixStorage

MatrixLib 1.3.0

04 Apr 23:31

Choose a tag to compare

Highlights

  • Added shared MatrixBStats API and shaded bStats runtime to MatrixLib.
  • Moved MatrixAuth, MatrixCook, MatrixShop, and MatrixStorage telemetry registration to the shared MatrixLib API.
  • Published MatrixLib 1.3.0 as the new downstream baseline.

Docs

Validation

  • bash ./gradlew build on MatrixLib
  • bash ./gradlew build on MatrixAuth
  • bash ./gradlew build on MatrixCook
  • bash ./gradlew build on MatrixShop
  • bash ./gradlew build on MatrixStorage

MatrixLib 1.2.0

04 Apr 11:09

Choose a tag to compare

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 MatrixHolograms API for Matrix-series plugins.

MatrixLib 1.1.0

03 Apr 03:45

Choose a tag to compare

MatrixLib 1.1.0

Added

  • Shared economy API in MatrixLib
  • Shared Economy/currency.yml runtime synchronization for MatrixLib, MatrixShop, and MatrixStorage
  • Shared support for Vault, PlayerPoints, and PlaceholderAPI-driven custom currencies

Changed

  • com.y54895.matrixlib:matrixlib-api updated to 1.1.0
  • MatrixLib startup output now includes shared economy status

Verification

  • bash gradlew clean build
  • Paper 1.21.11 smoke boot with MatrixLib + MatrixShop + MatrixStorage passed
  • Verified synchronized currency files generated under MatrixLib, MatrixShop, and MatrixStorage data folders

MatrixLib 1.0.1

29 Mar 16:15

Choose a tag to compare

首个公开 GitHub 版本。\n\n包含内容:\n- 共享 branding / console / text / yaml / menu / compat / action API\n- 统一中文终端 banner 与生命周期输出\n- 支持下游通过本地 includeBuild 或 GitHub sourceControl 直接参与构建