CurseForge · Minecraft mod
Utility Core Admin
Utility Core Admin - Server administration utilities for Minecraft servers.
Quick answer
Which Utility Core Admin release matches 26.2?
Utility Core Admin (2.2.2) targets 26.2 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.
Where it goes
Is Utility Core Admin required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does Utility Core Admin (2.2.2) need?
Utility Core Admin (2.2.2) on 26.2. Every mod below is checked against that same setup.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add Utility Core Admin without breaking your instance.
Built for Utility Core Admin (2.2.2) on 26.2. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use Utility Core Admin (2.2.2). It targets 26.2 with NeoForge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside Utility Core Admin (2.2.2). It opens that exact file at the source.
About this project
What does Utility Core Admin add?
⚙️ Utility Core Admin
Server administration utilities for Minecraft servers.
Overview
Utility Core Admin provides essential server administration utilities for Minecraft servers. All features are individually toggleable via config/utility_core_admin-common.toml (or the in-game mod menu).
Features
Spawn Schematic
- Pastes a Sponge/WorldEdit
.schemstructure at world creation (X=0, Z=0) - Configurable height placement: SURFACE (aligns to highest ground block + offset) or FIXED (absolute Y)
- Includes basic lobby schematic embedded; supports external file at
utility_core/spawn_schem/schematic_spawn.schem - Sets world spawn inside structure
- Permanent build protection (blocks, explosions) + optional mob spawn prevention
- Runtime toggle:
/utilitycore spawnprotection on|off|status
Automatic Chunk Pre-generation (ChunkGen)
- Generates chunks in spiral from (0,0) when server is empty
- Duty cycle: configurable load seconds / rest seconds (wall-clock)
- Pauses automatically when players join (configurable)
- Persists progress to disk (
utility_core/chunk_pregen/utility_core_chunk_gen.json) - Independent per dimension: Overworld, Nether, End
- Commands:
/utilitycore chunkgen status|start|pause|stop|reset
Server Rules Enforcement
- Applies game rules from
utility_core/server_rules.jsonon server start - Idempotent: only changes rules that differ from config
- Format:
{ "rules": { "ruleId": "value" } } - Command:
/utilitycore rules apply|status
Data Pack Folder Loader
- Auto-loads all datapacks (
.zipor folders) from<game-dir>/datapacks/into every world - Works on dedicated servers and single-player
- No per-world enabling needed
Commands
/utilitycore chunkgen status|start|pause|stop|reset
/utilitycore rules apply|status
/utilitycore spawnprotection on|off|status
/utilitycore help
Configuration
Via utility_core_admin-common.toml:
# Spawn Schematic
enableSpawnSchematic = false
spawnSchematic.heightMode = "SURFACE"
spawnSchematic.surfaceOffset = 70
spawnSchematic.fixedY = 64
spawnSchematic.preventMobSpawns = true
spawnSchematic.protectionEnabled = true
# ChunkGen
chunkGen.enabled = false
chunkGen.chunksPerTick = 100
chunkGen.maxRadius = 0
chunkGen.runWithPlayers = false
chunkGen.dimensionOverworld = true
chunkGen.dimensionNether = false
chunkGen.dimensionEnd = false
chunkGen.loadSeconds = 600
chunkGen.restSeconds = 300
# Data Pack Folder
dataPackFolder.enabled = false
dataPackFolder.path = "datapacks"
Spawn Schematic File
- External: Place at
utility_core/spawn_schem/schematic_spawn.schem(takes priority) - Embedded: Basic lobby included in mod resources
- Format: Sponge Schematic v2/v3 or legacy WorldEdit (Materials=Alpha)
Requirements
| Requirement | Version |
|---|---|
| Minecraft | 26.2 (1.21.1) |
| NeoForge | 26.2.0.37-beta+ |
Important: Set pause-when-empty-seconds=-1 in server.properties so the server doesn't pause while empty.
MIT License. Developed by Stalking Dragons.
Project description from CurseForge.
Pick your setup
Utility Core Admin by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.1.2
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Utility Core Admin versions and loaders
Utility Core Admin (2.2.2)
utility_core_admin-26.2-neoforge-26.2.0.37-beta-2.2.2.jar
13 Aug 2026
Utility Core Admin (2.2.1)
utility_core_admin-26.2-neoforge-26.2.0.37-beta-2.2.1.jar
13 Aug 2026
Utility Core Admin (2.2.0)
utility_core_admin-26.2-neoforge-26.2.0.37-beta-2.2.0.jar
12 Aug 2026
Utility Core Admin (2.1.2)
utility_core_admin-26.2-neoforge-26.2.0.37-beta-2.1.2.jar
12 Aug 2026
Utility Core Admin (2.1.0)
utility_core_admin-2.1.0.jar
12 Aug 2026
Utility Core Admin (2.1.0-beta.1)
utility_core_admin-2.1.0-beta.1.jar
12 Aug 2026
Utility Core Admin (2.0.0-beta.1)
utility_core_admin-2.0.0-beta.1.jar
11 Aug 2026
Utility Core (1.11.13)
utility_core-26.2-neoforge-1.11.13.jar
9 Aug 2026
Utility Core (1.11.12)
utility_core-26.2-neoforge-1.11.12.jar
9 Aug 2026
Utility Core (1.11.11)
utility_core-26.2-neoforge-1.11.11.jar
8 Aug 2026
Utility Core (1.11.10)
utility_core-26.2-neoforge-1.11.10.jar
8 Aug 2026
Utility Core (1.11.9)
utility_core-26.2-neoforge-1.11.9.jar
8 Aug 2026
Looking for an older file? The official CurseForge project page is in Resources.