GPSPlugin 1.2.4
on Jun 3, 2025GPS destination can now be hidden in the lore, hiding the destination coordinates!
Players in creative no longer need to have 10 compass to make a GPS.
Fixed particle bug, cosmetic changes.
GPSPlugin 1.2.0
on Feb 26, 2025Right clicking a compass now shows a line of particles in the direction of the destination. Particle type may be customizable in the future, currently it is not something I wanted to put the time into.
What's Changed
- Adding particle pointing to destination by @ItsTNJS in https://github.com/ItsTNJS/GPSPlugin/pull/1
New Contributors
- @ItsTNJS made their first contribution in https://github.com/ItsTNJS/GPSPlugin/pull/1
Full Changelog: https://github.com/ItsTNJS/GPSPlugin/compare/1.1.0...1.2.0
GPSPlugin 1.1.2
on Feb 23, 2025GPS Plugin - Version 1.1.2 Release Notes
New Features & Improvements
🔹 Reroute Limit & Breaking Mechanic
- Each GPS compass can now be rerouted a limited number of times before breaking.
- The number of reroutes left is stored in NBT data and displayed in the item lore.
- When the reroute limit is reached, the compass breaks and disappears, playing an item break sound.
🔹 Configurable Reroute Limit
- The maximum reroutes allowed per compass is now configurable in
config.yml
:
(Default: 3 reroutes before breaking)max-reroutes: 3
🔹 Improved Lore Display
- The GPS compass now shows the remaining reroutes in its lore beneath the coordinates.
🔹 Permission System
- Players must now have the
gps.use
permission to use/gps
and/reroute
.
Bug Fixes & Optimizations
✅ Fixed a NullPointerException caused by the missing reroute command in config.yml
.
✅ Improved inventory handling to ensure proper item removal and updates.
✅ Enhanced NBT validation, preventing players from forging GPS compasses.
How to Update
- Replace the old JAR file with the new version in your
plugins
folder. - Restart your server to apply changes.
- Modify
config.yml
if you want to adjust the max reroutes.
🚀 Enjoy the update, and let us know if you have any feedback!
Written with LLM