PluginLicenseRef-All-Rights-Reserved
Universal Web Heatmap
A Minecraft-based Heatmap plug-in
8
Downloads
0
Followers
3 months ago
Updated
📦
1
Versions
📖About Universal Web Heatmap
Universal Web Heatmap Setup Guide
A lightweight Minecraft plugin to track player activity and visualize it using a web-based heatmap.
1. Plugin Installation
- Download
UniversalWebHeatmap-1.0.0.jar. - Place the jar file into your server's
plugins/directory. - Restart your server to generate the configuration files.
2. Configuration (config.yml)
Navigate to plugins/UniversalWebHeatmap/config.yml.
# How often to save data to disk (in minutes)
save-interval: 5
# Grid size for activity tracking (16 is default chunk size)
grid-size: 16
# GitHub Integration (Optional)
# If enabled, the plugin will automatically upload the JSON data to a GitHub repo.
github:
enabled: false
token: "your_github_token"
repo: "username/repository"
3. Web Setup (The Viewer)
Since the plugin generates a data file, you need a way to view it.
- Take the
heatmap_data.jsonfile generated. - Upload it to https://twinfront.ct.ws/UWH/ and get your result
4. How to Use
- Track Activity: The plugin automatically tracks movement, building, mining, and PvP.
- Generate Data: Run
/heatmap generatein-game or from console. - Locate Data:
- Find the generated file at
plugins/UniversalWebHeatmap/output/heatmap-data.json.
- Find the generated file at
- Visualize:
- Open your website where you uploaded
heatmap_viewer.php. - Either Upload the
heatmap-data.jsonfile using the file picker. - Or Paste the text content of the JSON file into the text area.
- Click Visualize Data.
- Open your website where you uploaded
5. Commands
/heatmap generate- Exports the current activity data to JSON./heatmap reset- Clears all tracked activity data./heatmap config- Displays current settings.
6. Permissions
heatmap.admin- Required to use all plugin commands.