Universal Web Heatmap
作者:rebot | 分类:模组
Minecraft 版本: 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
平台: spigot
标签: management
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.
请登录后举报
暂无评论,抢个沙发吧~