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.3

  • R
  • Dec 5, 2025
  • 10.83 MB
  • 9
  • 1.21.10+9
  • NeoForge

File Name

voidium-2.1.3.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:7297925"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Voidium 2.1.3 Release Notes

🚀 Universal Compatibility Update

This release addresses critical compatibility issues with NeoForge 1.21.5+ while maintaining support for 1.21.1. It resolves the java.lang.module.ResolutionException: Modules export package ... crash on startup.

🛠️ Key Changes

  • Universal JAR: A single JAR file now works across all supported NeoForge versions (1.21.1 - 1.21.10).
  • Shadowed Dependencies: The Jackson (jackson-corejackson-databindjackson-annotations) and JDA libraries are now fully relocated (shaded) into the voidium.shadow namespace.
  • Isolted Classpath: This ensures that Voidium uses its own internal version of these libraries and never conflicts with the versions provided by NeoForge or other mods.

🐛 Bug Fixes

  • Fixed Module Conflict: Resolved a ResolutionException caused by com.fasterxml.jackson.core package exports colliding with NeoForge's internal modules.
    • Implemented strict exclusions for META-INF/versions (Multi-Release JAR content).
    • Excluded META-INF/services configurations for external libraries to prevent package leaks.
    • Disabled colliding jarJar task to ensure artifact integrity.
  • Fixed NoClassDefFoundError: Addressed missing classes on older NeoForge versions where Jackson was not provided.

📦 Installation

Simply replace the old voidium-*.jar with voidium-2.1.3.jar in your mods folder. No config changes required.


Built with ❤️ and Gradle Shadow Plugin