Compatibility
Minecraft: Java Edition
1.21.8
Platforms
Supported environments
Creators
Details
Licensed GPL-3.0-only
Published 4 weeks ago
Updated last month
NoCC - No Command Confirm
NoCC is a lightweight Fabric mod that removes or customizes Minecraft’s “Command Confirm” dialog for clickable text components with attached commands.
Perfect for mapmakers, server owners, and players who want faster interactions without losing server-side security.
✨ Features
- Skip the confirm screen entirely, or only for certain commands.
- Multiple confirm modes:
OFF
— No confirm dialogs.VANILLA
— Mojang’s default behavior.DANGEROUS_ONLY
— Only confirm high-risk commands.SAFE_LIST_ONLY
— Only confirm commands not in the safe list.
- Regex-based rules for bypass and confirm patterns.
- Full client-side configuration (when allowed) in the game’s options menu.
Coming soon...
- Data-driven via datapack:
- Server owners can define confirm mode and patterns in
data/<namespace>/nocc_config/settings.json
. - Option to lock settings so players can’t override them.
- Server owners can define confirm mode and patterns in
Disclaimer
This mod does not grant any additional permissions, bypass server restrictions, or alter which commands a player can execute. All commands must still be permitted by the server’s permission system. NoCC only affects client-side confirmation dialogs and respects datapack/server settings when present (coming soon).