Tags
Creators
Details
Licensed GPL-3.0-only
Published 11 months ago
Updated 3 days ago
All versions
1.0-SNAPSHOT
Beta
No Command Confirm 1.0-SNAPSHOTlast year 306
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.8
Platform
Fabric
Supported environments
Client-side
Client and server
Changes
- Adds 4 modes to command parsing, accessible through Options > Online... > Command Confirmations
- off: commands never show the pop up
- dangerous_only: pop up shows for potentially dangerous commands
- allow_safe_only: pop up shows for anything that isn't explicitly allowed
- vanilla: uses the default vanilla parser and checks
- config file (config/no-command-confirm.json) includes additional options, including the ability to add or remove patterns
- confirmPatterns: patterns that require confirmation when set to dangerous_only
- bypassPatterns: patterns that do not require confirmation when set to allow_safe_only
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:cygPPnN1:7Kvz60Ss"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cygPPnN1:7Kvz60Ss"
}

