promotional bannermobile promotional banner

Utility Nexus Admin

A server administration utility mod featuring dynamic datapack loading, admin commands, and management tools for Minecraft 1.21.1 NeoForge servers.
Back to Files

Utility Nexus Admin (0.0.0-beta.13)

File nameutility_nexus_admin-1.21.1-neoforge-21.1.249-0.0.0-beta.13.jar
Uploader
LlaGuiT0LlaGuiT0
Uploaded
Sep 3, 2026
Downloads
38
Size
1.7 MB
Mod Loaders
NeoForge
File ID
8799295
Type
B
Beta
Supported game versions
  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:utility-nexus-admin-1676057:8799295"

Learn more about Curse Maven

What's new

v0.0.0-beta.13 - Fix onModConfig crash on non-file SERVER config

Fixed

  • Uncaught event error on every server stop. beta.12 added a ModConfigEvent listener that called ModConfig#getFullPath() unconditionally to capture the on-disk path of the pregen.toml SERVER config. That method throws IllegalStateException for a non-file config, which is exactly the state during dedicated-server shutdown (ModConfig.setConfig(null) still dispatches the event) and when an integrated client receives the SERVER config over the network. It surfaced as Exception caught during firing event: Cannot call getFullPath() on non-file config null at path utility_nexus/admin/pregen.toml. The listener now guards the call with a try/catch and a null check; when no real file path is available it keeps the existing <world>/serverconfig/utility_nexus/admin/pregen.toml fallback. No behaviour change on a running dedicated server.
No config or gameplay changes. Drop-in replacement for beta.12.

This mod has no additional files