▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Game Mod
Game Mod

Game Mod

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

Оцените первым
147
1

⚔ 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)

ModDownload
Fabric API/mod/fabric-api
Cloth Config/mod/cloth-config
ModMenu/mod/modmenu

Commands (requires op level 2)

Game Control

CommandEffect
/game startBegin countdown (if set) then launch the game
/game stopCancel countdown or end an active game
/game cooldown <time>Set countdown duration (e.g. 10s, 5m, 2h)
/game cooldownShow current cooldown setting

Settings

CommandEffect
/game settings or /game settings listPrint all current settings
/game settings display actionbarShow countdown in the action bar
/game settings display bossbarShow countdown in a boss bar
/game settings spawn hereSet 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 resetReset everything to defaults

Settings GUI (ModMenu)

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

Categories:

  • Display — boss bar vs action bar toggle
  • Spawn Location — X / Y / Z coordinates + scatter radius
  • World Border — game size and post-game reset size
  • Cooldown — duration in s / m / h format

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

  • If radius = 0: all players land on the exact spawn point
  • If radius > 0: each player gets a random angle and distance within the radius; Y is found automatically using the terrain heightmap (players always land on solid ground, not in mid-air or underground)

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

RemainingAction bar colourBoss bar colour
> 10s🟢 GreenGreen
6 – 10s🟡 YellowYellow
≤ 5s🔴 RedRed

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
}

Партнёрский материал

Как поиграть с друзьями с модом Game Mod?

Мод Game Mod куда интереснее в компании: поднимите сервер Майнкрафт с уже установленным модом, позовите друзей и играйте по своим правилам. Хостинг Майнкрафт для мода Game Mod будет готов за пару минут - BungeeHost сделает всё за вас.

Часто задаваемые вопросы

Совместимость

Minecraft: Java Edition

26.1.x1.21.x

Платформы

Поддерживаемые окружения

Клиент и сервер

Зависимости

Ссылки

Создатели

Детали

Лицензия:
Опубликован:5 месяцев назад
Обновлён:5 месяцев назад
Главная