Releases: CubBossa/PathFinder
v2.0.0 - Placeholder Visualizer + 1.19.3
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
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
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
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
- 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
Hotfix with missing null check
Full Changelog: v1.3.1...v1.3.2
v1.3.1 Fixed armorstands remaining
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
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
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
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