Skip to content

Releases: MatrixPlugin/MatrixStorage

MatrixStorage 1.1.2

08 Apr 10:38

Choose a tag to compare

  • Upgrade TabooLib runtime to 6.3.0-0e96352.
  • Bump MatrixLib API dependency to 1.5.2.
  • Fix packaged plugin metadata so the runtime version matches the 1.1.2 artifact.
  • Validated with a Folia 1.21.11 smoke boot.

MatrixStorage 1.1.1

08 Apr 02:58

Choose a tag to compare

  • Bump MatrixLib API to 1.5.1.
  • Align packaged plugin version metadata with the 1.1.1 artifact version.
  • Align MatrixStorage with the Folia 1.21.11 compatibility release line.

MatrixStorage 1.1.0

05 Apr 00:54

Choose a tag to compare

Highlights

  • Added stable com.y54895.matrixstorage.api namespace.
  • Added immutable snapshots for status, definitions, mailbox, profiles, and block warehouses.
  • Added Dokka Javadoc generation.

Docs

Validation

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

MatrixStorage 1.0.2

05 Apr 00:07

Choose a tag to compare

Highlights

  • Registered MatrixStorage into the shared MatrixLib updater.
  • MatrixStorage can now be checked and approved through /matrixlib update ....
  • Bumped MatrixLib dependency baseline to 1.4.0.

Docs

Validation

  • bash ./gradlew build

MatrixStorage 1.0.1

04 Apr 23:31

Choose a tag to compare

Highlights

  • Added MatrixStorage telemetry through MatrixLib shared MatrixBStats API.
  • Bumped MatrixLib dependency baseline to 1.3.0.
  • Added release and telemetry documentation for the current chart set.

Docs

Validation

  • bash ./gradlew build

MatrixStorage 1.0.0

03 Apr 03:46

Choose a tag to compare

MatrixStorage 1.0.0

Added

  • Player mailbox
  • Personal warehouse and pending area
  • Block and furniture warehouse support for Minecraft, CraftEngine, ItemsAdder, and Nexo sources
  • Warehouse and mailbox slot unlock system with multiple conditions, multiple prices, and multiple currencies
  • MatrixShop external warehouse bridge support

Changed

  • Currency handling now uses MatrixLib shared economy definitions
  • Runtime currency file synchronization works across MatrixLib, MatrixShop, and MatrixStorage

Verification

  • ./gradlew clean build --no-daemon
  • 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 /matrixstorage, /warehouse, and /mailbox still returned Unknown or incomplete command on that target and need further command-registration validation