1.0.0
Compatibility
Changes
Better Command - Enhance Your Minecraft Experience
Better Command is a powerful utility mod for Minecraft Fabric designed to make server administration and gameplay easier, smoother, and more efficient. Whether you are a server admin looking for better control or a player wanting useful survival/creative shortcuts, this mod has everything you need.
๐ Main Features
- โก Essential Shortcuts: Quick commands for common tasks like changing gamemodes or healing.
- ๐ ๏ธ World Administration: Simple commands to control time, weather, and more.
- ๐ก๏ธ Player Utilities: Toggle God Mode, Fly Mode, and repair your items on the go.
- ๐ Teleportation Multi-tool: Teleport to the highest block, the bedrock, or return to your last location with ease.
- ๐งบ Inventory Management: Clear your inventory or peek into others' with administrative commands.
- ๐จ Portable Crafting: Open a crafting table anywhereโno block required!
- ๐ฎ Fun & Chaos: Special commands like lightning strikes, launches, and controlled explosions.
๐ Complete Command List
๐ Gamemode Commands
/gms: Switch to Survival mode./gmc: Switch to Creative mode./gma: Switch to Adventure mode./gmsp: Simulate Spectator mode.
๐ ๏ธ Player Utility
/feed: Instantly restore hunger./heal: Instantly restore health./fly: Toggle flight in any gamemode./god: Toggle invincibility./hat: Put any held item on your head!/repair: Repair the item in your hand./repairall: Repair your entire inventory./suicide: For when there's no other way out.
๐ Teleportation
/top: Teleport to the highest safe block at your location./bottom: Teleport to the lowest safe block (bedrock level)./tp <player>: Standard teleportation./tphere <player>: Bring a player to you./back: Return to your previous location (or place of death)./spawn: Quickly return to the world spawn.
๐ฒ World Control
/day//night: Quickly change the time of day./sun//rain//thunder: Control the weather./time <value>: Fine-tune the world time.
๐ Inventory & Support
/craft: Open a portable crafting table instantly./enderchest: Open your Ender Chest from anywhere./clearinv: Wipe your inventory (use with caution!)./invsee <player>: View and edit another player's inventory (Admin only).
๐จ Movement & Speed
/speed <0-10>: Set your walking speed./flyspeed <0-10>: Set your flying speed.
๐ฅ Fun Commands
/lightning: Strike lightning at your target block./launch: Launch yourself (or others) into the sky./explode: Create a non-destructive explosion for effects./burn: Set yourself on fire (safely, of course).
๐ ๏ธ Installation
- Ensure you have Minecraft Fabric installed.
- Download the Better Command JAR file.
- Place the JAR file in your
modsfolder. - Launch the game and enjoy!
Developed by: theodenegamer12
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:pyTjlzVu:eJRYkYlA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pyTjlzVu:eJRYkYlA"
}

