A client-side Fabric mod that allows you to use backslash () to escape commands in chat.
- Type
\/commandto send/commandas a regular chat message - Works on all servers without requiring server-side installation
- Supports Minecraft versions 1.14.4 to 1.21.4
Simply prefix any command with a backslash to send it as regular text:
\/lolsends "/lol" in chat\/tp Player 0 0 0sends "/tp Player 0 0 0" as text
# Build for current active version
./gradlew build
# Build for specific version
./gradlew :1.21.4:build
# Build all versions
./gradlew chiseledBuild- Install Fabric Loader
- Download the mod JAR for your Minecraft version
- Place it in your .minecraft/mods folder
- Launch Minecraft with the Fabric profile
MIT License