Spigot plugin that allows you to customize how long each day / night is
Find a file
TurtleException d21555fbee Create README.md
2024-08-31 12:39:04 +02:00
.github Create README.md 2024-08-31 12:39:04 +02:00
src/main Fix time calculation 2024-08-29 16:32:36 +02:00
LICENSE Create LICENSE 2024-08-29 14:19:30 +02:00
pom.xml Create config.yml 2024-08-29 15:31:50 +02:00
README.md Create README.md 2024-08-31 12:39:04 +02:00

version-shield license-shield build-shield

CustomDaylightCycle

This simple spigot plugin allows you to customize how long each day / night should be for each world.

Configuration

The factor for the time each day / night should be sped up or slowed down by can be configured via the config.yml file in the plugin directory. A default config with all existing worlds will be created on first launch.

worlds:
  world:
    day: 0.5
    night: 2.0

This example configuration would modify the daylight cycle in the default world so that each day would last twice as long and each night would pass in half the time it would normally take.