![]()
Thanks for 250+ Downloads
This is a very simple, and lightweight plugin.
You can use the Tracker Item to Track a Player and show how many block the nearest Player is away
Do rightclick with the Tracker Item to Track a Player
| 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 !!!
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