Skip to content

Releases: CubBossa/PathFinder

v2.0.0 - Placeholder Visualizer + 1.19.3

26 Jan 14:35
Compare
Choose a tag to compare

Hey out there,
I am sorry for this late update to Minecraft 1.19.3, but here it is.
I wanted to release it at the same time with some other features.
Important changes:

  • Introduction of a Placeholder Visualizer, that does nothing but introducing placeholders for direction and distance
  • Improved Version of SelectionParsers (e.g. @n[distance=..10]) with way better suggestions.
  • Compass Visualizer that adds a bossbar with a compass and the target that one wants to reach

Full Changelog: v1.5.2...v2.0.0

v1.5.2 - Permission Fixes

30 Nov 17:16
Compare
Choose a tag to compare

Some fixes within the permissions, especially with the shortened /find command.

Full Changelog: v1.5.1...v1.5.2

v1.5.1 - Item Lore Fixes

27 Nov 17:03
Compare
Choose a tag to compare

Only a bugfix: Item lores have been overridden while trying to translate them. I just changed the code so that Pathfinder doesn't mess with items at all anymore. Safer that way :P

Full Changelog: v1.5...v1.5.1

v1.5 - API Preparations

26 Nov 15:48
Compare
Choose a tag to compare

This release brings a lot of changes in code, while the usage stays almost the same. The only thing that has changed for now is the syntax of the find command, which changed from /find location <target> to /find <target>.
The location sub argument was based on the idea that the find command could also find shops for example. Like /find shop diamons
In future, this can be done with search term attributes: /find shop[sells=diamond]&(free_parking|parking_lot)

Full Changelog: v1.4...v1.5

v1.4 - Nodegroup fixes

22 Nov 16:18
Compare
Choose a tag to compare
  • Added missing permission check for a nodes node group permissions (when using /find, check if a player has perm to pass node)
  • Fixes issues with modifying node groups
  • Added quite a lot to the WIKI, feel free to check it out 😄

Full Changelog: v1.3.2...v1.4

v1.3.2 Hotfix

06 Nov 09:47
Compare
Choose a tag to compare

Hotfix with missing null check

Full Changelog: v1.3.1...v1.3.2

v1.3.1 Fixed armorstands remaining

06 Nov 09:38
Compare
Choose a tag to compare

In this update, armorstands (node and edge indicators) no longer remain when quitting the server without toggling off the edit mode.
Also, issues with the serialization of dust options and dust color transitions were solved.
A new downloadable visualizer example was added: https://github.com/CubBossa/PathFinder/tree/main/examples

Full Changelog: v1.3...v1.3.1

v1.3 Discovery Improvements

30 Oct 14:25
Compare
Choose a tag to compare

The main change of this update is the integration of the required dependency NBT-API, which is now included in the jar.
Also, there are some bug fixes and code improvements. Commands are no longer restricted to players if not explicitly required, so that things can be managed from console.
Also, I made a test suite to check if things are working :D check it out if you want to find inspiration on how to use the API while there is no proper documentation!

Full Changelog: v1.2.2...v1.3

v1.2.2 Fix 1.18 compability

25 Oct 18:19
Compare
Choose a tag to compare

Quick hotfix to reenable 1.18 support, which somehow got lost with the last update. Thanks to @VolublePizza for messaging me :D

Full Changelog: v1.2...v1.2.2

Visualizer Fixes and Examples Import

23 Oct 17:19
Compare
Choose a tag to compare

With this release, many missing features and bugs within visualizers were fixed

  • Scriptlined Visualizers properly serialize and deserialize (some properties were set wrong)
  • Combined Visualizers now give command feedback and save to datastorages
  • Minor Problems

A subcommand to export your whole data into another data format was added and can be found in /pathfinder export

Also, a new subcommand was added to import premade visualizers from this github repository page. Feel free to check it out here

Full Changelog: v1.1...v1.2