Tags
Creators
Details
1.2.0
Compatibility
Changes
New Features:
⏰ Custom Time Control
Adjustable day/night duration (1 min – 1 hr) By default, the game runs with 10 minutes of day and 10 minutes of night. With this update, you can configure it however you want — for example: 10 minutes of day ☀️ and 5 minutes of night 🌙.
🕐 Realistic On-Screen Clock
Automatically adjusts speed with 12h/24h display format. Players can toggle the clock on or off at any time.


Commands:
📟 Show your personal clock /unitysleep clock show
🙈 Hide your personal clock /unitysleep clock hide
Recommendations:
If you already had it installed, delete the config.yml file so the new configuration can be generated.
If you're an admin and want to change the time, don’t use the default game commands. Use the new ones below:
Time Control Commands:
🌅 /unitysleep time forceday Forces day for at least 30 seconds.
🌙 /unitysleep time forcenight Forces night for at least 30 seconds.
⏸️ /unitysleep time pause Pauses the time.
▶️ /unitysleep time resume Resumes the time.
🔔 Don't forget:
Enable the worlds you want this to apply to. You can synchronize time across all worlds. By default, custom time control is disabled.
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:CyzFtVJo:Yl1rf1JF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CyzFtVJo:Yl1rf1JF"
}

