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.11)

File nameutility_nexus_admin-1.21.1-neoforge-21.1.249-0.0.0-beta.11.jar
Uploader
LlaGuiT0LlaGuiT0
Uploaded
Sep 3, 2026
Downloads
6
Size
1.6 MB
Mod Loaders
NeoForge
File ID
8798377
Type
B
Beta
Supported game versions
  • 1.21.1

Curse Maven Snippet

NeoForge

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

Learn more about Curse Maven

What's new

v0.0.0-beta.11 - Pregen auto-start actually runs

Fixed

  • Chunk pregeneration never auto-started. beta.10 relocated the deferred auto-start check into ChunkPregenerator.onServerTick(...), but that method was only invoked while pregen was already running. Because pregen is not running before it starts, the auto-start path could never execute: the log showed Pregen auto-start scheduled (delay: 60s) and then nothing, and no chunks were ever generated on a live server. /una pregen start still worked because it calls start() directly. The server tick is now always forwarded to ChunkPregenerator, which internally early-returns when pregen is neither scheduled nor running.
Reminder: pregen.radius = 0 means "infinite" (a fixed 12,500-chunk fallback). Set a finite pregen.radius in config/utility_nexus/admin/config.toml on the server before relying on auto-start, or it will generate for a very long time.
Not verified in-game. Compiles and passes ./gradlew build; live dedicated-server behaviour not play-tested yet.

This mod has no additional files