Commander
⚪ Last updated 2024⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
🖼️ Gallery (2 images)
🔍 Analysis
- 👍 0.2% endorsement rate
- 🏆 #7 of 8 bta-babric mods in this game by downloads
📋 About This Mod
*This mod uses a modified version of Fabric (Babric) and is designed only for* Better than Adventure!*, a heavily modified version of* Minecraft *b1.7.3!* For more information, join the Discord server provided on this project's page. # Commander **Commander** adds (https://github.com/Mojang/brigadier) to *(https://bta.miraheze.org/Main_Page)*. !(https://github.com/Pedro270707/commander-bta/assets/89267077/b6877ec9-e8e5-4b38-a508-beb123965329)
Ever wanted to make an alias for those really long commands you have to type out constantly? Want to give players a simple one word command to warp somewhere? Want to create advanced scripts that run when you type a command? Want to clean up the server chat a bit? Commander can do all that for you! Commander is a find-replace plugin for commands and chat. It uses regular expressions to search player commands, player chat, or even console commands and replaces any matches with specified replacements! It even supports back references! Commander is also a scripting language ( Coming Soon! ) which allows a single command to fire off a set of commands, with if statements and while loops and function calls! Oh my! How it works Commander examines player commands and server commands before proper processing of the commands even begins. It will use a list of regular expressions provided in the configuration folder and attempt to match the regex to the whole command. If it matches, it will replace the command with the specified replacement, be it a single command or a script! For chat, it will attempt to find the regex in the chat somewhere, and replace the matched words with the specified replacement. Commander will even check if the word it found is in all caps, and, if it is, make the replacement in all caps as well! It also supports Command Words, which will fire off a command or script when the regex matches a word in the chat! A Note about Permissions Commander does not use permissions when matching, and there are no plans to make it use permissions. Commander simply finds and replaces the command regardless of permission status. There are also no permissions to bypass replacement - it will replace for all players regardless of permission status. If you wish to deny access to a command, you must deny access to the replacement. Note also: Players will not see the replacement command, they will only know what they entered worked or did not work. Commander, however, does have support for Bukkit's built-in permissions in script ( Coming Soon! ). If you want to deny your players access to a command which fires off a script, you can put an if statement that checks if the current player has the proper permission! Example Configuration When you start up the plugin for the first time, Commander will place 3 text files in its data folder along with the config.yml. There is one file for each replacement context: player commands, player chat, and console commands. The following is the default player command file: / cmode / == gamemode $ p 1 / smode / == gamemode $ p 0 / promote (. ) / == pex promote $ 1 / demote (. ) / == pex demote $ 1 The format is as follows: /find regex/ == replacement The find regex is denoted by forward slashes (/). The replacement comes after the double equals arrow (== ). Java regular expressions are fully supported (minus the escaping the backslash malarkey) and a guide to java regexes can be found here . In the replacement string,
📊 Mod Details
- Game
- Minecraft Mods
- Author
- Pedro270707
- Version
- 1.4.0
- Downloads
- 1,258
- Endorsements
- 3
- Category
- bta-babric
- Created
- 3/26/2024
- Updated
- 4/15/2024
- Game Versions
- b1.7.3
- Tags
- game-mechanics, library, utility
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does Commander support?
The author lists b1.7.3. Other versions may work but are untested by the author.
What is the latest version of Commander?
Version 1.4.0, published 2024-04-15 with 1,258 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await

