Filter versions...

A very minor update to MC 1.21.7 - no need to update if you don't want to update the setup_objectives file. However, the game will report the previous setup_objectives file as broken due to the renaming of chains to iron_chains.

  • updated pack data format to 88
  • updated setup_objectives file

A very minor update to MC 1.21.7 - no need to update if you don't want to update the setup_objectives file.

  • updated pack data format to 81
  • updated setup_objectives file

Just a small update for 1.21.6 - if you don't need the fix below you can continue to use the previous version.

  • updated setup_objectives to include the new 1.21.6 objectives
  • fixed a small bug related to toggling the secret setting on a lectern

The big changes to how text is stored in 1.21.5 means this is a breaking change and needs updating.

All your previously created books should continue to work however.

  • Changed the book generation to use the new text system. This makes the text creation code a lot easier to follow, so yay for that!
  • updated pack.mcmeta
  • updated automatically generated setup_objectives.mcfunction file

this is a patch release because there are no relevant breaking changes between this an v1.5.2. If you've got v1.5.2 and don't need the additional objectives, you don't need to update.

  • updated pack format in pack.mcmeta file
  • updated automatically generated setup_objectives.mcfunction file
  • fixed refresh type "Global Timer" (id: 3) not sorting scores properly. This was an oversight that is now fixed, they should all be sorted now.

Funny story, turns out I planned to do some optimization on that, so I put in an additional check to prevent it from sorting every tracked score as many times as they were shown in books. I just never implemented the optimized sorting (once for every tracked scoreboard), a mistake I've now corrected thanks to this bug report.

  • fixed "Tried to load invalid item:" error that could occasionally pop up if an empty lectern tried to update the book inside of it.
  • in rare occasions a book could be empty after creation without the placeholder message inside. That should be fixed now.

Added the sb:run_before function tag that is run as @a before the player scores are stored in the storage. This lets you easily add combined scoreboards that are combined just-in-time instead of needing to combine them all the time.

You can use https://plagiatus.github.io/Statistic-Books-MC/generator/combined_scoreboards/ to create such combined scoreboards.

  • updated to 1.21.3
    • updated built-in objectives
    • updated pack version

In 1.3 there was a bug that caused the name storage to be duplicated every time the datapack was reloaded. This led to exponential growth of the data stored, which caused performance issues once it grew too big.

1.4 fixes the issue of the infinite growth, it doesn't clean up the already existing duplicated information though. You could use an NBT editor and remove all the duplicates manually, or you can use the below command. This command will remove all tracked names, so players will need to come online (for at least 5 minutes to be sure) to be tracked with their names again!

/data remove storage sb:tracking names

Project members

Plagiatus

Member

Details

Licensed MIT
Published a year ago
Updated 23 days ago