Description
![]()
Thanks for 250+ Downloads
This is a very simple, and lightweight plugin.
What you can do with this plugin
You can use the Tracker Item to Track a Player and show how many block the nearest Player is away
How does it work ?
Do rightclick with the Tracker Item to Track a Player
Features
- Track Player
- Track Item Changeable
- All Messages Editable / Translateable
- MiniGame Support (e.g. SurvivalGames, and more...)
- Config ColorCode PlaceHolder ' & '
- All messages can be disabled
- InGame Config reload
- Permissions to use the Tracker
Bugs
- No Multiworld Support, fix this soon
Commands and Permissions
| Command | Permissions | Description | |
|---|---|---|---|
| /tracker | none | Show the Plugin Help Page | |
| /tracker reload | tr.reload | Config InGame reloaden | |
| none | tr.use | Permission to use Tracker |
!!! to Use the Tracker you must have the Permissions pt.use !!!
Ops have all Permissions !!!
Api for Developers
this API comes in the Version 0.6 or 0.7 !!!
Import The plugin
TrackerAPI api = new TrackerAPI();
Use The Api Methodes
Type api. now in Eclipse they show all Methodes / Events that you can use
Methodes List
| Methode / Event | Description | |
|---|---|---|
| api.TrackNearestPlayer(p); | Track the nearest Player from the Player p | |
| api.TrackPlayer(p, trackedPlayer); | Track a Player |
more Methodes / Events soon !
Example


