Skip to content

Releases: BekoLolek/AgentGithubReleases

v1.2.0

Choose a tag to compare

@BekoLolek BekoLolek released this 22 Feb 17:11

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: Bearer header 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

Choose a tag to compare

@BekoLolek BekoLolek released this 21 Jan 22:43

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

  1. Download the JAR matching your server version
  2. Place it in your plugins/ folder
  3. Start the server
  4. Edit plugins/ConfigToolAgent/config.yml with your token
  5. Restart or run /configtool reload

Getting Your Token

  1. Log in to ConfigTool dashboard
  2. Click "Add Server"
  3. Copy the token to your config.yml

ConfigToolAgent

Choose a tag to compare

@BekoLolek BekoLolek released this 19 Jan 14:25
v1.0.0

Initial commit - ConfigTool Agent Plugin releases repo