1.0.0
Compatibility
Changes
🎮 FastCommand Mod English Description
Mod Name
FastCommand Carpet | FCC
Version
1.0.0
Minecraft Version
1.20.1 (Fabric)
License
MIT License
Features
FastCommand is a lightweight command enhancement mod for Minecraft, designed to empower players with the following features without requiring admin privileges:
- Teleport Freedom 🚀:Send teleport requests via
/tpa <username>, and let the target player accept with/yor decline with/n. - Carpet Commands Access 🔧:Allow regular players to use Carpet mod commands (e.g.,
/log,/tick).
This mod is built upon the foundation created by gnembon, the author of Carpet.
Key Advantages
- Zero Permission Required 🚀:No OP needed for key commands.
- Optimized Performance ⚡:Built for Fabric with minimal overhead.
- Open-Source Flexibility 🛠️:Fully open-source for customization.
- Broad Compatibility 🧩:Works seamlessly with Fabric API and popular mods.
Use Cases
- Multiplayer servers (e.g., survival, mini-games).
- Single-player quality-of-life improvements.
Quick Tutorial 📚
Installation
Prerequisites:
- Install Fabric Loader 0.16.10 or higher.
- Download and install Fabric API 0.92.3+ and Carpet Mod 1.4.112+.
To install FastCommand:
- Place
FastCommand-1.0.0.jarin the game'smodsfolder. - Start the game and verify that the mod is loaded (Main Menu → Mods list).
Command Usage
-
Send Teleport Request:
/tpa <target_player>
Example:/tpa Steve -
Respond to Request:Target player types
/yto accept or/nto decline. -
Use Carpet Commands:
Example commands (no OP required):复制代码/log mobcaps # View mob spawn caps/tick rate 20 # Adjust game tick speed
FAQ 🤔
Q:Commands are not working?
A:Ensure Carpet Mod is installed correctly and restart the server.
Q:Position offset after teleportation?
A:The target player needs to be in a safe position (not inside a block).
Open-Source Statement 📜
FastCommand is licensed under the MIT License, allowing you to freely view, modify, and distribute the code on the GitHub repository. Pull Requests and Issues are welcome!
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:1koCuhrk:JQJb2yKd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1koCuhrk:JQJb2yKd"
}

