promotional bannermobile promotional banner

Gamemode Detector

Client-side Fabric mod that notifies you when players switch gamemode, shows how long they've been in it, and logs each player's switch history via /checkgamemode and /gamemodelog.
Back to Files

Gamemode Detector 1.5

File nameGamemodeDetector-1.5.jar
Uploader
horotonhearshorotonhears
Uploaded
Aug 7, 2026
Downloads
4
Size
37.1 KB
Mod Loaders
Fabric
File ID
8595737
Type
R
Release
Supported game versions
  • 26.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:minecraft-gamemode-detector-1643327:8595737"

Learn more about Curse Maven

What's new

Gamemode Detector 1.5 - Minecraft 26.2 Update

Ported to Minecraft 26.2 (Fabric)

  • Updated for MC 26.2's unobfuscated jar format (no more Mojang mappings step).
  • Fixed all API changes: Fabric API command helpers, key binding registration, GameProfile accessors, chat message methods, and Cloth Config's screen API.
  • Corrected mod dependency metadata so the game shows a clean "missing dependency" screen instead of crashing if Fabric API or Cloth Config aren't installed.

New: gamemode-switch duration tracking

  • Switch alerts now show how long the player was in their previous gamemode before switching.
  • /checkgamemode [player] now shows the player's current gamemode and how long they've been in it, live.

New: /gamemodelog command

  • /gamemodelog [player] lists a player's recent gamemode switches (oldest to newest) - who, when, and how long each mode lasted.
  • /gamemodelog help lists all available commands.
  • History length per player is configurable (default: 10 switches remembered).

Config

  • All messages (switch alert, first-seen alert, /checkgamemode status, /gamemodelog history lines) are now separately customizable templates with placeholders: %player%, %gamemode%, %previous%, %duration%, %time%.

Credits

  • Authors updated, with source link back to the original project by Withicality.

This mod has no related projects