fmod

A Minecraft Mod for Management

by
51 Downloads
fabricforgemanagement
Rent Server with this Mod

About this Mod

F Minecraft Mod

A Minecraft Mod for Management.

Note

This is a server-side mod that works even if clients don't have it installed.

All features are disabled by default and can be configured using commands or the config file.

Features

Notifications

Track events that are useful for admins or your friends.

  • Entity count warnings when threshold exceeded
  • Automatic entity density analysis
  • Player death coordinates
  • Boss, named entity, and killer mob deaths
  • Detect AFK status
  • Projectile hit messages with distance and HP
  • Boss fight information
  • Fast travel detection
  • Teleportation notifications
  • Biome change notifications
  • Sleep time reminders

All the notification messages are configurable.

Player Information Commands

Get and share detailed player information:

  • Coordinates and distance
  • Health, hunger, saturation, xp
  • Inventory contents (with hover details)
  • Current items held
  • travel statistics

Note Block Song Player

Play Note Block Studio (.nbs) songs to players in-game.

  • Play songs to specific players or all online players
  • Control playback speed and position
  • Show/hide progress in action bar
  • Pause, resume, and stop playback

GPT Integration

Chat with Large Language Models directly in-game with markdown syntax highlighting.

  • OpenAI-compatible API support
  • Conversation history management
  • System prompts and temperature control
  • Code block syntax highlighting for multiple programming languages

Flow System (alpha)

Build custom automation with an in-game node-based flowchart engine. Create, edit, and execute logic flows without restarting the server.

  • Event triggers (player actions, entity events, scheduled tasks, etc.)
  • Arithmetic, conditional, and data manipulation nodes
  • Save and load flows as .flow files

Usage Guide

All commands start with /f and require OP permissions unless otherwise noted.

Basic Commands

  • /f - Display mod version information
  • /f reload - Reload configuration file
  • /f options - View or change mod settings

Say Command

Broadcast messages to all players with rich text formatting and dynamic placeholders (no OP required):

/f say <message>

Formatting Codes:

Use Minecraft color codes with & prefix:

  • &0-&f - Colors
  • &l - Bold, &o - Italic, &n - Underline, &m - Strikethrough, &k - Obfuscated
  • &r - Reset formatting

Custom Styles:

  • ${color:RRGGBB} - Apply hex color (e.g., ${color:FF5733})
  • ${link:url} - Create clickable URL link
  • ${copy:text} - Create click-to-copy text
  • ${hint:text} - Add hover tooltip
  • ${suggest:command} - Suggest command on click
  • ${markdown} - Parse content as Markdown

Player Placeholders:

  • ${player} - Player display name
  • ${health}, ${hp} - Current health
  • ${maxhealth}, ${maxhp} - Maximum health
  • ${level} - Experience level
  • ${hunger} - Hunger level
  • ${saturation} - Saturation level
  • ${x}, ${y}, ${z} - Player coordinates
  • ${pitch}, ${yaw} - Player rotation
  • ${biome} - Current biome
  • ${coord} - Formatted coordinates
  • ${mainhand}, ${offhand} - Item in hand

Examples:

  • /f say &aHello &b${player}&a! Your HP is ${hp}/${maxhp}
  • /f say ${color:FF5733}Warning! ${player} is at ${coord}
  • /f say Check this out: ${link:https://modrinth.com}${hint:Click to open}Click here!
  • /f say ${suggest:/tp @s yourName}${hint:Click to suggest teleport}Click to teleport to my location

GPT Commands

Configure the GPT server URL and API key in the config first.

  • /f gpt new <message> - Start a new conversation
  • /f gpt reply <message> - Reply in current conversation
  • /f gpt regenerate - Regenerate last response
  • /f gpt edit <index> <text> - Edit a previous message
  • /f gpt history [page] - View conversation history

Information Commands

Get information about other players:

  • /f get coord <player> - Get player coordinates
  • /f get distance <player> - Get distance to player
  • /f get health <player> - Get player health
  • /f get status <player> - Get comprehensive status
  • /f get inventory <player> - View player inventory
  • /f get item <player> - See held item
  • /f get crowd [number] [radius] - Find most crowded entity area

Share your own information (no OP required):

  • /f share coord - Share your coordinates
  • /f share distance - Share distance to others
  • /f share health - Share your health
  • /f share status - Share comprehensive status
  • /f share inventory - Share your inventory
  • /f share item - Share held item

Note Block Song Commands

Place .nbs files in config/fminecraftmod/ folder, then:

  • /f song play <players> <song> - Play a song
  • /f song get <players> - Check playback status
  • /f song cancel <players> - Stop playback
  • /f song seek <players> <time> - Jump to specific time (seconds)
  • /f song speed <players> <multiplier> - Set playback speed (e.g., 1.5)

Flow Commands (alpha)

Create and manage custom automation flows:

  • /f flow create <name> <event_type> <first_node_name> - Create new flow
  • /f flow list - List all flows
  • /f flow enable <name> [true|false] - Enable/disable flow
  • /f flow rename <old> <new> - Rename flow
  • /f flow copy <source> <target> - Copy flow
  • /f flow delete <name> - Delete flow

Edit flows:

  • /f flow edit <flow> new <node_type> <node_name> - Add node
  • /f flow edit <flow> remove <node_name> - Remove node
  • /f flow edit <flow> rename <old> <new> - Rename node
  • /f flow edit <flow> const <node> <input_index> <value> - Set constant input
  • /f flow edit <flow> reference <node> <input> <source> <output> - Connect nodes
  • /f flow edit <flow> disconnect <node> <input> - Disconnect input
  • /f flow edit <flow> next <node> <branch> <target> - Set next node
  • /f flow edit <flow> final <node> <branch> - Mark as final node
  • /f flow edit <flow> undo - Undo last edit
  • /f flow edit <flow> redo - Redo last undo

Save and load flows:

  • /f flow save <name> - Save to file (config/fminecraftmod/)
  • /f flow save * - Save all flows
  • /f flow load <filename> - Load from file
  • /f flow load * - Load all .flow files

Trigger and execution:

  • /f flow history [page] - View execution history
  • /f flow log <index> - View detailed execution log
  • /f trigger <trigger_name> [args] - Execute trigger node (no OP required)

Configuration Examples

Enable features using /f options:

  • /f options serverTranslation [true|false] - Server-side translations
  • /f options entityDeathMessage [location] - Entity death messages
  • /f options passiveDeathMessage [location] - Passive entity deaths
  • /f options hostileDeathMessage [location] - Hostile entity deaths
  • /f options playerDeathCoordLocation [location] - Player death coordinates
  • /f options gptUrl [url] - GPT API endpoint
  • etc.

Hint: Use Tab to auto complete the command.

Available Versions

fminecraftmod v0.3alpha
MC 1.20.1forge
February 15, 2026
fminecraftmod v0.3beta
MC 1.20.1fabric
February 15, 2026

How to Install fmod on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set fabric Loader

In the panel under "Egg", select the fabric loader and matching Minecraft version (1.20.1).

3

Install Mod

Open the mod browser in the dashboard and search for "fmod". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

fabricforge

Minecraft Versions

1.20.1

Server-side

Required

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

fmod server crashes on startup – what to do?

Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.20.1). You can switch loaders with one click in the panel.

Is fmod compatible with fabric and forge?

fmod officially supports fabric, forge for Minecraft 1.20.1. Note: Forge and Fabric mods are NOT cross-compatible – pick one loader and stick with it. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with fmod – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if fmod consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install fmod with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
MIT License
Server-side
Required

Supported Versions

1.20.1