Tags
Creators
Details
Licensed MIT
Published last year
Updated 10 months ago
All versions
1.4.1
Release
NoConsoleSpam 1.4.1 for 1.20.1last year 971
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Server-side
Singleplayer
Changes
1.4.1
Released: June 10, 2025
Major Changes
- Updated for compatibility with both Minecraft 1.20.1
- Updated Fabric Loader dependency to work across versions
- Updated mappings to support both 1.20.1
- Updated Loom version to 1.6.12
Technical Improvements
- Updated Java requirements to support both Java 17
- Enhanced error handling with robust null-safety checks
- Fixed issues with configuration loading in server environments
- Improved exception handling in SpamFilter class
- Added graceful fallback mechanisms for initialization failures
1.4
Released: May 15, 2025
Major Changes
- Enhanced exception logging system with source-specific organization
- Exceptions are now organized into subdirectories by their source (mod/plugin/class)
- Better identification of exception sources through stack trace analysis
- Supports all Java exception types (RunTime, IO, etc.) and Fabric/Minecraft specific exceptions
- More comprehensive exception information including cause and suppressed exceptions
- Expanded support for Java standard exceptions including reflection, network, security, concurrent, and more
New Configuration Options
- Added fine-grained control over exception logging:
organizeBySource: Controls whether exceptions are organized by source (default: true)captureRuntimeExceptions: Controls logging of RuntimeExceptions (default: true)captureIOExceptions: Controls logging of IOExceptions (default: true)captureFabricExceptions: Controls logging of Fabric-specific exceptions (default: true)captureMinecraftExceptions: Controls logging of Minecraft-specific exceptions (default: true)captureReflectionExceptions: Controls logging of reflection-related exceptions (default: true)captureSecurityExceptions: Controls logging of security-related exceptions (default: true)captureNetworkExceptions: Controls logging of network-related exceptions (default: true)captureDataExceptions: Controls logging of data-related exceptions (default: true)captureErrors: Controls logging of JVM errors (default: true)captureConcurrentExceptions: Controls logging of concurrent-related exceptions (default: true)
Technical Improvements
- Improved exception source detection using regex pattern matching
- Enhanced log file content with more contextual information
- Better directory structure management for exception logs
- Added logger name, thread name, and level to exception context for improved diagnosis
- More efficient management of log files across directories
- Categorization of exceptions into logical groups
- Robust error handling for exception-logging itself to prevent cascading failures
- Added support for many more package patterns commonly used in Minecraft mods
Other Changes
14:36 09/05/2025
- Updated version number in metadata and documentation
- Improved startup logging with detailed exception logging configuration information
- Code refactoring for better maintainability and readability
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:c4YY0EJn:wI09N20E"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:c4YY0EJn:wI09N20E"
}

