Added:
+ Global Waypoints that can be accessed by everyone on the server with access to a tracking compass. (Only if enabled in the config under "EnableGlobalWaypoints" default false)
+ A config option to disable the creation of personal waypoints named "DisableCreateWaypoints" default false.
+ A permission to deny someone the ability to create personal waypoints. (trackingcompass.denycreatewaypoints)
+ A permission to enable players to create global waypoints available to be tracked by everyone on the server if the option is enabled. (trackingcompass.createglobalwaypoints)
Config:
+ DisableCreateWaypoints: Default false, disabled the creation of new waypoints for everyone who isn't op.
+ EnableGlobalWaypoints: Default false, allows the use of global waypoints that can be accessed by anyone in the server. Only players with the permission "trackingcompass.createglobalwaypoints" or players with op can create global waypoints.
Fixed
- An issue where waypoints didn't take XP from the player when tracking them if the option was enabled.
Changed
* Commands so that they start with "tracking" in order to prevent plugin conflicts.
* Permissions so that they start with "tracking" in order to prevent plugin conflicts.
Bug Fix:
+ Fixed an issue in 1.18 where naming waypoints wouldn't work, and essentially disabled creating new waypoints.
Bug Fix:
+ Fixed a bug where naming/renaming waypoints took XP from the player since an anvil GUI was being used. This is no longer an issue and the player will remain with the same amount of XP.
Bug Fix:
+ Fixed an issue where the server tried to find and failed to track players after they had left the server.
Added:
+ Tracking of the last known location of the targeted player if the targeted player isn't in the same dimension as the player with the tracking compass. The compass will now point to the target's last known location if enabled in the config file.
Config:
+ Added "TrackLastKnownLocation", by default set to true. If set to true, it will enable tracking the last known location of players that are in a different location as the player with the tracking compass.
Added:
+ Working compasses in the nether, the end, and possibly any other future dimension.
+ Waypoints and Player tracking now work in any dimension.
+ Missing sounds in the add/configure waypoint menu.
Config:
+ Added "ShowTargetDimension", if set to true, it will show in which dimension the target is when trying to track it from a different dimension.
Added:
+ Waypoints. Simply stand where you want to place one, click the Add Waypoints button inside the compass menu, and select a name and item to represent it.
Features:
+ Left Click to track your waypoint.
+ Right Click to configure your waypoint. (Change name/icon/location or Delete it)
+ Config option for changing the number of waypoints permitted. Default & Max: 50
Changed:
+ Config options referring to warps are now renamed to waypoints to avoid confusion.
+ Some wording in messages to avoid confusion.
Known Issues:
+ When naming waypoints, 1 XP level will be taken from the player if available due to how anvils work. Working on a fix ASAP.
Added:
+ You now can track your latest death point.
Permissions:
- Removed compass.use, now any player can use /compass
+ Added compass.deny, which denies the use of /compass
Bugs:
+ Fixed a bug where you couldn't drop items from your inventory by dragging them outside of your inventory area.
Bugs:
+ Fixed a bug where when enabling EnableWarpCost, tracking warps wouldn't take any experience cost from the player.
Added:
+ A new GUI which divides tracking players from tracking warps.
+ An expandable GUI that changes size depending on the number of online players and available warps.
+ A config option for disabling the enchantment glow.
+ A config option for disabling warps and or player tracking.
+ A config option for enabling XP cost for tracking.
Bugs:
+ Fixed a bug in which compasses wouldn't auto-refresh whenever another player was also using it at the same time.
Added:
+ A config file for turning on and off distance and coords.
Bugs:
+ Fixed an issue where nicknamed players or with prefixes weren't trackable.
+ Fixed an issue where you could grab player heads.
Enhancements:
+ The player will be warned in chat if the tracked player is in another dimension, and so, will be unable to track him.
+ The player will be warned in chat if he is trying to track his spawnpoint/worldspawn from another dimension, and so, will be unable to track them.
Added:
+ Coordinates of the target when punching with a Tracking Compass in hand.
+Sounds
Added sounds when:
* Doing /compass
* Clicking a player/bed/spawn
* Punching with the compass in hand to see distance to target (and coords)
* Using /compass but already having a compass
* Using /compass and not having permission to use it
Just fixed a little bug that displayed the wrong version of the plugin.
No need to redownload as it is a really small and insignificant bug
Bugs:
+ Fixed an issue where if the player had no bed, the console would spew out errors.
+ Fixed an issue where the compass wouldn't update the position when the player moved.
Enhancements:
+ If the player has no bed, it will say so in chat and track the world spawn instead.
+ Fixed some grammar issues in the text.
Fixed a minor bug where it displayed the wrong version of the plugin
+ When left clicking with a tracking compass, you will be able to see how many blocks away your target is (a player, your bed spawn, or the world spawn).
+ Added a bed tracking feature
+ Added a world spawn tracking feature
Planning on adding distance to target and nether support