CustomTime-1.2.0.jar
Details
-
FilenameCustomTime-1.2.0.jar
-
Uploaded by
-
UploadedJun 15, 2015
-
Size9.28 KB
-
Downloads342
-
MD54758cacfd4c8b07da6b9381d3651ff92
Supported Bukkit Versions
- 1.8.1
Changelog
-
Fixed time stopping completely if multiplier was less than 1
-
Added command
/ct [day/night] set [days]d
-
Switched format for config file. The old way is still readable and the plugin will automatically convert your old config.yml
- If you make night last longer or infinite, the moon will spin backwards, like this:
- If you make day/night last longer, there will be VERY small inaccuracies in the internal tick delay. For example if I set day to last 3 hours, the multiplier will be
0.055555555555555555555
. Internally the tick delay would be calculated to18.000000000000000000000000000002
but will be rounded to18
. Again, a VERY small inaccuracy.
There is not really anything that can be done for either of these bugs