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
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
enableConsoleLogmanual toggle. - Console logging is now automatically enabled simply by configuring a
Console Channel ID.
- Removed the
🐛 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
enableConsoleLogfield.
🛠️ Technical Details
- Removed
enableConsoleLogfromDiscordConfig andWebManager. - Updated
DiscordConsoleAppender to filter
net.dv8tion.jdaandcz.voidium.discordloggers. - Updated
DiscordManager to use a structuredLogQueueItem containing log levels for accurate color mapping.
- Explicitly attached the Console Appender to the Root Logger for reliable capture.

