Releases: BekoLolek/AgentGithubReleases
Releases · BekoLolek/AgentGithubReleases
Release list
v1.2.0
What's New in v1.2.0
Full Module System
Both modern and legacy versions now include the complete feature set:
- Dashboard Metrics - Live TPS, CPU, RAM, disk, player count, chunk/entity counts, uptime, GC stats
- Console Streaming - Real-time console log capture with level classification (INFO/WARN/ERROR/CHAT)
- Player Analytics - Join, quit, death, chat, command, and advancement tracking with IP hashing
- Economy Tracking - Vault integration with balance snapshots and top balances
- Performance Monitoring - Plugin tick times and GC statistics
- World Management - World info, gamerules, world border data
- Plugin Management - List, enable, and disable plugins remotely
- Quick Actions - Broadcast messages, kick players, toggle whitelist
- File Operations - Create, rename, and delete files/directories
Bug Fixes
- Fixed token authentication - token is now sent via
Authorization: Bearerheader for reliable proxy compatibility
Downloads
| File | Server Version | Java |
|---|---|---|
configtool-agent-modern-1.2.0.jar |
Paper/Purpur 1.17+ | Java 17+ |
configtool-agent-legacy-1.2.0.jar |
Spigot/Paper 1.13-1.16.5 | Java 8+ |
ConfigTool Agent Plugin
ConfigTool Agent Plugin
Remote configuration management agent for Minecraft servers.
Downloads
| File | Minecraft Version | Java Version |
|---|---|---|
| configtool-agent-modern-1.1.0.jar | 1.17+ | Java 17+ |
| configtool-agent-legacy-1.1.0.jar | 1.8 - 1.16 | Java 8+ |
Which version do I need?
- Modern: If your server runs Minecraft 1.17 or newer (Paper, Spigot, Purpur)
- Legacy: If your server runs Minecraft 1.8 to 1.16 (Spigot, Bukkit)
Installation
- Download the JAR matching your server version
- Place it in your
plugins/folder - Start the server
- Edit
plugins/ConfigToolAgent/config.ymlwith your token - Restart or run
/configtool reload
Getting Your Token
- Log in to ConfigTool dashboard
- Click "Add Server"
- Copy the token to your config.yml
ConfigToolAgent
v1.0.0 Initial commit - ConfigTool Agent Plugin releases repo