HomeJavaModsCommandMT
CommandMT
ModsJava

CommandMT

A lightweight and modern custom command manager. Create aliases, scripts, and text responses on the fly using .mt files!

⬇ Download on Modrinth

⚡ CommandMT

A powerful, lightweight, and modern custom command manager for Minecraft servers.

Part of the MT Studio ecosystem


📖 About the Plugin

CommandMT is a modern, optimized alternative to outdated command managers (such as MyCommand). The plugin allows you to create custom commands, aliases, action chains, and text responses on the fly using a user-friendly .mt file format.

No server restarts or manual entries in plugin.yml are required—CommandMT dynamically injects commands directly into the server core, ensuring full tab-completion support.

✨ Key Features

🚀 Installation

  1. Download the latest version of CommandMT.jar. 2. Place the file in your server's plugins/ folder.
  2. Start or restart the server.
  3. Navigate to plugins/CommandMT/command/, examine the examples (example_ru.mt), and create your own unique commands!

🛠️ Configuration Examples

You can create an unlimited number of .mt files to organize your logic.

# Example of a text command
discord_command:
command: /discord
type: TEXT
aliases:
- /ds
text:
- "&9Our Discord: &f[https://discord.gg/yourlink](https://discord.gg/yourlink)"

# Example of granting a bonus (via console)
free_bonus:
command: /bonus
type: CONSOLE_COMMAND
runcmd:
- "give $player diamond 1"
- "tell $player &aYou received a diamond!"

# Example of an alias (shortcut)
creative_mode:
command: /gmc
type: ALIAS
alias-to: "gamemode creative"# CommandMT
Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more