Melius Commands: Custom Command Creation for Minecraft Fabric Servers

Download Melius Commands to create custom commands on your Minecraft Fabric server. Manage permissions, JSON configs, and debug tools without heavy plugins.

Download MeliusCommands for Minecraft 26.1, 1.21.11-snapshot, 1.21.11, 1.21.9, 1.21.8, 1.21.6-snapshot

Original name: MeliusCommands

Minecraft: 1.20.1, 1.20.2, 1.20.3, 1.20.5-Snapshot, 1.21, 1.21.1, 1.21.11, 1.21.11-snapshot, 1.21.2-Snapshot, 1.21.4, 1.21.5, 1.21.6-snapshot, 1.21.8, 1.21.9, 26.1

Loaders: Fabric

FileVersionLoaderSize
MeliusCommands-2.0.2+1.20.1.jar1.20.1Fabric270 КБDownload
MeliusCommands-2.0.1+1.20.1.jar1.20.1Fabric270 КБDownload
custom-commands-1.0.0+1.20.1.jar1.20.2Fabric71 КБDownload
custom-commands-1.0.0+1.20.3.jar1.20.3Fabric76 КБDownload
custom-commands-1.1.0+1.20.4.jar1.20.5-SnapshotFabric76 КБDownload
melius-commands-2.1.0+1.21.1.jar1.21Fabric358 КБDownload
melius-commands-2.1.3+1.21.1.jar1.21Fabric358 КБDownload
melius-commands-2.1.1+1.21.1.jar1.21Fabric358 КБDownload
melius-commands-1.1.0+1.21.jar1.21Fabric77 КБDownload
MeliusCommands-2.0.0+beta.1+1.21.1.jar1.21Fabric344 КБDownload
MeliusCommands-2.0.1+1.21.1.jar1.21.1Fabric346 КБDownload
MeliusCommands-2.0.0+beta.2+1.21.1.jar1.21.1Fabric345 КБDownload
melius-commands-2.1.3+1.21.11.jar1.21.11Fabric395 КБDownload
melius-commands-2.1.2+1.21.11.jar1.21.11Fabric395 КБDownload
melius-commands-2.1.1+1.21.11-rc2.jar1.21.11-snapshotFabric392 КБDownload
MeliusCommands-2.0.0+1.21.2-rc2.jar1.21.2-SnapshotFabric347 КБDownload
melius-commands-2.1.3+1.21.4.jar1.21.4Fabric363 КБDownload
melius-commands-2.1.0+1.21.4.jar1.21.4Fabric364 КБDownload
melius-commands-2.1.1+1.21.4.jar1.21.4Fabric364 КБDownload
MeliusCommands-2.0.1+1.21.4.jar1.21.4Fabric351 КБDownload
melius-commands-2.1.1+1.21.5.jar1.21.5Fabric382 КБDownload
melius-commands-2.1.3+1.21.5.jar1.21.5Fabric381 КБDownload
melius-commands-2.1.0+1.21.5.jar1.21.5Fabric382 КБDownload
MeliusCommands-2.0.1+1.21.5-rc1.jar1.21.5Fabric364 КБDownload
MeliusCommands-2.0.1+1.21.6-rc1.jar1.21.6-snapshotFabric373 КБDownload
melius-commands-2.1.1+1.21.8.jar1.21.8Fabric387 КБDownload
melius-commands-2.1.0+1.21.6.jar1.21.8Fabric384 КБDownload
melius-commands-2.1.3+1.21.8.jar1.21.8Fabric387 КБDownload
melius-commands-2.1.1+1.21.9.jar1.21.9Fabric389 КБDownload
melius-commands-2.1.0+1.21.9.jar1.21.9Fabric389 КБDownload
melius-commands-2.1.3+1.21.10.jar1.21.9Fabric392 КБDownload
melius-commands-2.1.3+26.1.jar26.1Fabric377 КБDownload

Melius Commands: Custom Server Commands via JSON on Fabric

Managing a high-performance Minecraft server often requires balancing flexibility with stability. For administrators running on the Fabric loader, Melius Commands: Custom Server Commands via JSON on Fabric offers a streamlined solution to extend command functionality without relying on heavy plugin frameworks or complex Java development. This tool allows server owners to define, override, and modify command trees directly through configuration files, ensuring a lightweight yet powerful administrative experience.

Core Functionality and Benefits

The primary advantage of this modification is its ability to manipulate the Brigadier command tree using simple JSON structures. Unlike traditional approaches that might require recompiling code or installing bulky server-side plugins, this mod operates entirely through configuration files located in the ./config/melius-commands/commands directory. It enables the creation of custom root commands, aliases, and complex execution chains while maintaining full compatibility with existing vanilla and modded commands.

Administrators can set specific access requirements, redirect inputs to different command nodes, and utilize placeholders for dynamic data such as player names or coordinates. Because it is a server-side mod, clients do not need to install anything, making it ideal for public servers where minimizing client-side requirements is crucial.

Supported Versions and Compatibility

This mod is designed specifically for the Fabric ecosystem. When you download Melius Commands: Custom Server Commands via JSON on Fabric, ensure your server is running a compatible version of the Fabric Loader. It supports a wide range of modern Minecraft versions, typically aligning with the latest stable releases used in most modpacks. Always verify the specific version compatibility listed on the distribution page before adding it to your production environment to prevent startup crashes.

Installation and Configuration Guide

Setting up Melius Commands: Custom Server Commands via JSON on Fabric for Minecraft is a straightforward process that fits easily into any standard server deployment workflow.

  • Install the Fabric Loader for your target Minecraft version.
  • Place the mod JAR file into the server's mods folder.
  • Start the server once to generate the default configuration directories.
  • Navigate to config/melius-commands/commands to create your custom JSON files.
  • Use the /reload command in-game to apply changes instantly without restarting the server.

Understanding how to install these configurations correctly is vital for avoiding syntax errors. Each command node must begin with a literal root. From there, you can define arguments, set execution conditions, and establish redirects. The mod supports detailed execution objects where you can specify whether a command runs silently, acts as the console, or executes with a specific operator level ranging from 0 to 4.

Advanced Modifiers and Debugging

For fine-tuning existing commands, the mod provides a modifiers system located in ./config/melius-commands/modifiers. This feature allows you to alter behavior based on node paths or the actual string input by the player. You can apply strict matching, prefix-based matching, or regular expressions to control how commands are intercepted. Additionally, the requirement_modifier field lets you hide specific command branches from players who do not meet certain criteria, enhancing security without removing functionality.

Debugging complex command trees is simplified with built-in tools. If a player encounters a generic error message, enabling debug mode via /melius-commands debug-command-exceptions will output detailed diagnostics to the server console. This helps identify JSON syntax issues, incorrect argument types, or conflicts with other mods. Furthermore, the mod includes specialized placeholders for cooldown tracking, allowing for sophisticated rate-limiting mechanics within your custom scripts.

Conclusion

Integrating Melius Commands: Custom Server Commands via JSON on Fabric into your server setup provides a robust method for customizing gameplay mechanics while maintaining system stability. By leveraging JSON-based configuration, server administrators can rapidly prototype and deploy new features without the overhead of traditional plugin architectures. Whether you need simple aliases or intricate conditional logic, this mod delivers a reliable foundation for managing command interactions on any Fabric-based world. Start with basic literal nodes, test your placeholders, and gradually expand your command tree to create a unique server experience.