IOTracker
Claim this plugin
This plugin was imported from Spiget and is currently unclaimed.
Plugin Information
Description
This Bukkit plugin tracks the movement of Minecraft players through all defined WorldGuard regions.
All records go in a <span style="font-family: 'Courier New'">stats.yml</span> file, which records the number of times that each player has entered each defined region. The regions a player is present in is saved through reconnections and server restarts.
This plugin doesn't have a direct dependency on WorldGuard: it reads the regions files created by the plugin directly from the filesystem. No API features are used.
Only cuboid regions (the default) are used as-is. Polys will be extended to the largest bounding box (a rectangle), then that area will be used for the detection.
Logging player activity
The first, main use of this plugin is to track how many times a player has entered a given region. This can be used to monitor player activity, grant rewards for entering a specific zone, or whatever else you see fit.
/anyone command
The
/anyone command can be used by any player with the permission to check if
anyone is within a region at the given moment. Here's a sample configuration:
<br> <span style="font-family: 'Courier New'">regions-query:<br> world_test:<br> spawn:<br> display: Spawn point<br> warning: none<br> beds:<br> display: Sleeping quarters<br> warning: busy<br> lookout:<br> display: Watch tower<br> warning: empty</span> <br>
A player using /anyone will get a report on the status of each defined region.
Minecraft Plugin Badges
Use these badge images in docs, README files, or forum posts.