Compatibility
Minecraft: Java Edition
1.21–1.21.5
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.2
Platforms
Details
Licensed LGPL-3.0-only
Published 5 months ago
Updated last month
Changelog
GPS 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