Custom Daytime
Control Minecraft’s day and night lengths and fast-forward the night smoothly while players sleep for a more immersive experience.
Custom Daytime
Custom Daytime Plugin
Customize Minecraft's day/night cycle and experience smoother nights with this lightweight plugin/mod!
> [!IMPORTANT] > Since Old `config.yml` files are not compatible and will not work., the configuration file was changed from `config.yml` to `config.conf`. > Old `config.yml` files are not compatible and will not work. > The configuration format has also changed, so the old structure/syntax must be migrated manually.
Features
- minutes Set the duration of Minecraft's day and night in minutes via the config. Accepts decimal values for more precise timings (e.g., `0.5` for 30 seconds).
- smoothly accelerate Instead of instantly skipping the night, time will smoothly accelerate when enough players sleep. This feature can be disabled in config.
- Easy-to-Use Config All values are adjustable in the `config.conf` file. All values are configured for each world separately. Custom Daytime supports multiple worlds. Copy the `"minecraft:overworld"` block, paste it at the end of the config, rename it to the target world key, and edit the values. ```hocon "minecraft:overworld" {
Length of the daytime cycle in minutes
Default: 10.0
dayLength=10.0
Length of the nighttime cycle in minutes
Default: 10.0
nightLength=10.0
Enable or disable night acceleration when enough players sleep
False: use vanilla sleep-to-skip-night mechanic
Default: true
accelerationEnabled=true
Multiplier for night acceleration during sleep
Example: nightLength=10.0 (= 600 seconds) and AccelerationMultiplier=100.0 -> Acceleration lasts 6 seconds
Default: 100.0
AccelerationMultiplier=100.0 }
License
This project is licensed under the GNU General Public License v3.0. You are free to use, modify, and distribute the project, but any derivative works must also be licensed under the same terms.