Links
Tags
Creators
Details
1.1.0
Compatibility
Required content
Changes
cmd-confirm
Minecraft Fabric Mod. Requests confirmation, when using commands.
Cmds-file is located at "/config/cmd-confirm/cmds.txt". Commands "/kill", "/kill @p" and "kill @e" are pre defined as example. Delete them, if you don't need them.
Use command "/ccconfig" to add and remove commands ingame.
Minecraft version 1.21.4
Fabric-API: 0.112.0+1.21.4
Changelog:
v1.1.0
- changed commands
/ccconfigadded/cccreloadremoved
- ConfigScreen added, to add and remove commands via gui
- Mod Menu support to access ConfigScreen without command
- ConfirmationScreen changed
- added texture behind confirmation-message
- set button text using translation keys
- button width is smaller now
- filename set to cmds.txt
- auto import from last version
v1.0.1
- config file is now located in
.minecraft/config/cmd-config/config.txt - command
/cccreloadis now lowercase
v1.0.0
Added basic functionality.
- create, read and load config file
- "/cccreload"-command to reload config ingame
- opens screen to request confirmation, when command on list wants to be executed
- shows command on confirmation screen
- go back to ChatScreen, when abort execution
Optional dependencies
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:c5VRfEYd:9DujFPJh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:c5VRfEYd:9DujFPJh"
}

