Back to mods
Utility Core Admin project artwork

CurseForge · Minecraft mod

Utility Core Admin

Utility Core Admin - Server administration utilities for Minecraft servers.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Utility Core Admin release matches 26.2?

Updated 4 days ago
Best match for your filters Utility Core Admin (2.2.2)
Game version 26.2
Loader NeoForge

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.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release NeoForge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

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.

No extra mods listed for this file

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.

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

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

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

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

CurseForge Downloads CurseForge Version NeoForge


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 .schem structure 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.json on 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 (.zip or 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.

2 available setups

Check 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

37 of 50 releases match
Clear filters

Looking for an older file? The official CurseForge project page is in Resources.