Links
Tags
Creators
Details
Licensed MIT
Published last year
Updated 7 months ago
All versions
1.0.0
Release
1.0.0last year 5,750
Compatibility
Minecraft: Java Edition
1.21.3–1.21.8
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
Initial release of Insomnia Notifier!
Features
- Adds a custom purple status effect "Insomnia" that appears when the player hasn't lied in a bed for >3 Minecraft days.
- Works in both singleplayer and multiplayer environments
- Client-side only - no server installation required
- Persists sleep tracking data in a local file:
- Located in
.minecraft/cache/insomnia-tracker/ - Uses JSON format for data storage
- Survives game restarts
- Separate tracking per world/server
- Automatically creates and manages data files
- Located in
- Tracks time since last rest accurately across:
- Regular sleep
- Death events
- World/server changes
- Respawn events
- Dimension changes
- Only shows the effect in dimensions where beds work (like the Overworld)
- Follows vanilla Minecraft phantom spawn rules:
- Appears after 72000 ticks (60 minutes) without sleep
- Updates in real-time
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| insomnia-notifier-1.0.0-sources.jar | Unknown | 24.94 KiB |
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:zXjYdXLX:5mPqMkUO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zXjYdXLX:5mPqMkUO"
}

