HomeJavaModsGame Mod
Game Mod
ModsJava

Game Mod

by MrSilentOffical · on Modrinth

A full-featured mini-game manager with countdown display, settings GUI, custom spawn radius, and world border control.

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.4–26.1.1 · NeoForge⬇ Download for 1.21–26.1 · Fabric⬇ Download for 1.21.4–1.21.11 · Forge
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.
Game Mod — screenshot 1Game Mod — screenshot 2Game Mod — screenshot 3Game Mod — screenshot 4Game Mod — screenshot 5Game Mod — screenshot 6Game Mod — screenshot 7

⚔ GameMod

— Fabric 1.21.x

A full-featured mini-game manager with countdown display, settings GUI, custom spawn radius, and world border control.


Required Dependencies (install alongside this mod)

Mod Download
Fabric API https://modrinth.com/mod/fabric-api
Cloth Config https://modrinth.com/mod/cloth-config
ModMenu https://modrinth.com/mod/modmenu

Commands (requires op level 2)

Game Control

Command Effect
/game start Begin countdown (if set) then launch the game
/game stop Cancel countdown or end an active game
/game cooldown <time> Set countdown duration (e.g. 10s, 5m, 2h)
/game cooldown Show current cooldown setting

Settings

Command Effect
/game settings or /game settings list Print all current settings
/game settings display actionbar Show countdown in the action bar
/game settings display bossbar Show countdown in a boss bar
/game settings spawn here Set spawn to your current position
/game settings spawn <x> <y> <z> Set spawn to exact coordinates
/game settings radius <blocks> Scatter players within N blocks of spawn (0 = exact)
/game settings border <size> Set world border diameter for the game
/game settings cooldown <time> Same as /game cooldown <time>
/game settings reset Reset everything to defaults

Settings GUI (ModMenu)

Open the Mods screen in-game → find Game Mod → click the ⚙ button.

Categories:

Settings are saved to config/gamemod.json automatically.


How it Works

/game start flow

  1. Checks for an active countdown or game (blocks if already running)
  2. If cooldown > 0: counts down, displaying progress on all players' screens
  3. At zero (or instantly): teleports all online players to a random position within the spawn radius, sets world border centred on the spawn coordinates, sets everyone to Survival

Random radius teleport

Eliminated players

When a player dies while a game is active they are automatically switched to Spectator mode. /game stop returns all spectators to Survival.

Countdown display

Remaining Action bar colour Boss bar colour
> 10s 🟢 Green Green
6 – 10s 🟡 Yellow Yellow
≤ 5s 🔴 Red Red

Config file

config/gamemod.json — edited by the GUI or commands, reloaded on next server start.

{
  "useBossBar": false,
  "spawnX": 0.0,
  "spawnY": 64.0,
  "spawnZ": 0.0,
  "spawnRadius": 25,
  "gameBorderSize": 200.0,
  "defaultBorderSize": 60000000.0,
  "cooldownSeconds": 30
}

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more