This plugin allow you to control the Day duration and the Night duration as you like. By example, you can have a day of 10 minutes and a night of 1 minute. There is no flickering with the sun moving like in other plugins (ex. : myworlds) with the help of the 1.6 new gamerule. This is AWESOME for Role play servers.
BREAK THE TIME !
| Command | What it does | |
|---|---|---|
| /shoukydays add <worldName> [Day ratio] [Night ratio] | Add to the world a custom DayNight cycle | |
| /shoukydays remove <worldName> | Remove the custom DayNight cycle from the world | |
| /shoukydays set<worldName> [Day ratio] [Night ratio] | Modify a existing custom DayNight cycle |
| Ratio | Value | |
|---|---|---|
| 2:1 | The time will go 2 times faster | |
| 20:1 | The time will go 20 times faster | |
| 1:10 | The time will go 10 times slower | |
| 1:100 | The time will go 100 times slower |
I do not recommend to put a really fast ratio (more than 20:1), since it needs to send a packet every tick to sync the player with the server time.
For any bug or performance issue, simply post a comment here.
<<color red>>Current bug I'll correct in the next days : you'll need to create a config file before launching the server with the plugin.
Here is a default one :
worlds: world: dayTick: 20.0 nightTick: 20.0 currentTick: 0.0 oldGameRule: false
<</color>>**

