A lightweight, high-performance, cross-platform Minecraft command enhancement mod, providing simple, safe, and easy-to-use commands for players and server administrators.
| Command | Permission Level | Platform | Description |
|---|---|---|---|
| `/fly [on | off]` | OP 2 | Both |
/heal [targets] |
OP 2 | Both | Heal players to full health and hunger |
/spawn [targets] |
All Players | Both | Teleport to world spawn |
/rtp |
All Players | Both | Random teleport to safe location (Y > 64, not lava/void) |
/tpa <player> |
All Players | Both | Request teleport to a player |
/tpaccept |
All Players | Both | Accept latest TPA request |
/tpdeny |
All Players | Both | Deny latest TPA request |
/invsee <player> |
OP 2 | Both | View others' inventory (read-only) |
/enderchest <player> |
OP 2 | Both | View others' ender chest (read-only) |
/gm <mode> |
OP 2 | Both | Quick game mode switch (s/c/a/sp) |
/back |
All Players | Both | Return to previous position (before death/TP) |
/ping |
All Players | Both | Show current latency (ms) |
- OP 2: Default administrator permission (single-player OP is sufficient)
- All Players: No OP required, safe for personal use
- Fabric (Minecraft 1.21.1+)
- NeoForge (Minecraft 1.21.1+)
- Install Fabric Loader for Minecraft 1.21.1
- Install Fabric API for 1.21.1
- Download and place the More-Essential-Commands Fabric jar in your
modsfolder
- Install NeoForge for Minecraft 1.21.1
- Download and place the More-Essential-Commands NeoForge jar in your
modsfolder
- Java 17 or higher
- Gradle 8.8 or higher
# Clone the repository
git clone https://github.com/mbi-team/More-Essential-Commands.git
cd More-Essential-Commands
# Build for all platforms
./gradlew build
# Build for specific platforms
./gradlew :fabric:build
./gradlew :neoforge:buildThe built jars will be located in:
- Fabric:
fabric/build/libs/ - NeoForge:
neoforge/build/libs/
More-Essential-Commands/
├── common/ # Shared core code
├── fabric/ # Fabric-specific code
├── neoforge/ # NeoForge-specific code
├── build.gradle.kts # Main build script
├── settings.gradle.kts # Project settings
└── gradle.properties # Project properties
Contributions are welcome! Please feel free to submit issues, feature requests, or pull requests.
This project is licensed under the GNU Lesser General Public License v3.0 or later - see the LICENSE file for details.
- MBI Team - Main development