promotional bannermobile promotional banner

VOIDIUM – INTELLIGENT SERVER CONTROL

The Ultimate All-in-One Server Control System: Automate Everything, Monitor Everything, Control Everything – From Restarts to Ranks, Discord to Data, All Through One Powerful Web Panel.

File Details

voidium-2.1.4

  • R
  • Dec 6, 2025
  • 10.84 MB
  • 17
  • 1.21.10+9
  • NeoForge

File Name

voidium-2.1.4.jar

Supported Versions

  • 1.21.10
  • 1.21.9
  • 1.21.8
  • 1.21.7
  • 1.21.6
  • 1.21.5
  • 1.21.4
  • 1.21.3
  • 1.21.2
  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:voidium-intelligent-server-control-1342197:7300788"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Release Notes - Voidium 2.1.4

🚀 Enhancements

  • Colorful Console Output: Discord console logs now use ANSI color formatting for better readability.
    • 🔴 Errors are Red
    • 🟡 Warnings are Yellow
    • 🔵 Info messages are Cyan
  • Cleaner Logs: Implemented smart filtering to remove internal Discord/JDA debug noise, ensuring only relevant server information is displayed.
  • Simplified Configuration:
    • Removed the enableConsoleLog manual toggle.
    • Console logging is now automatically enabled simply by configuring a Console Channel ID.

🐛 Bug Fixes

  • Fixed Console Output: Resolved an issue where the Discord console appender was checking for a removed configuration flag, preventing logs from appearing.
  • Fixed Web UI: Updated the Web Configuration UI to reflect the removal of the obsolete enableConsoleLog field.

🛠️ Technical Details

  • Removed enableConsoleLog from 
     
    DiscordConfig and 
     
    WebManager.
  • Updated 
     
    DiscordConsoleAppender to filter net.dv8tion.jda and cz.voidium.discord loggers.
  • Updated 
     
    DiscordManager to use a structured 
     
    LogQueueItem containing log levels for accurate color mapping.
  • Explicitly attached the Console Appender to the Root Logger for reliable capture.