CustomTime-1.3.3.jar
Details
-
FilenameCustomTime-1.3.3.jar
-
Uploaded by
-
UploadedSep 1, 2016
-
Size13.12 KB
-
Downloads5,210
-
MD56f2918f84153f36447ec24ffb45b6564
Supported Bukkit Versions
- 1.10
Changelog
Updated to 1.10.2
Fixed java.lang.NullPointerException error spam
- 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.
As of 1.2.2, day will have 1 extra tick over night, but that is still very small.
There is not really anything that can be done for this bug