A Minecraft Mod for Management
A Minecraft Mod for Management.
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.
Track events that are useful for admins or your friends.
All the notification messages are configurable.
Get and share detailed player information:
Play Note Block Studio (.nbs) songs to players in-game.
Chat with Large Language Models directly in-game with markdown syntax highlighting.
Build custom automation with an in-game node-based flowchart engine. Create, edit, and execute logic flows without restarting the server.
.flow filesAll commands start with /f and require OP permissions unless otherwise noted.
/f - Display mod version information/f reload - Reload configuration file/f options - View or change mod settingsBroadcast 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 formattingCustom 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 MarkdownPlayer 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 handExamples:
/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 locationConfigure 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 historyGet 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 areaShare 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 itemPlace .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)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 flowEdit 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 undoSave 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 filesTrigger 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)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 endpointHint: Use Tab to auto complete the command.