1.3.3
Updated to 1.10.2
Fixed java.lang.NullPointerException error spam
1.3.2
If all players in a world (in survival / adventure mode) are sleeping, the time will be set to morning like normal.
1.3.1
Updated to 1.9.2 (bukkit-1.9.2-R0.1-SNAPSHOT.jar)
1.3
MAJOR UPDATE!
CustomTime can now be used in multiple worlds (for example if you are using Multiverse-Core worlds).
The config.yml now has a section called "worlds" which will have children nodes with the world names.
CustomTime will be active on NO worlds BY DEFAULT! CustomTime will only work on worlds defined in the config.yml. When you use the /ct [day | night] set x command, if the world is not in the config, it will be added, and then CustomTime will work on that world.
There is a new world: argument in the /ct [day | night] set command. You can use this to specify a world. If you don't use this argument, it will act on the player's current world.
This argument is required to be used when you are using CustomTime from the console.
The tickdelay config setting was removed. It is now calculated by the plugin.
1.2.2
CustomTime will no longer completely stop time at 12000 (18:00 or 6:00 PM) in-game time.
Fixed time possibly speeding up on reload (don't know if this happens, but just a precaution)
1.2.1
The plugin now makes use of the 'doDaylightCycle' gamerule. (Must be false at all times). This means that the moon will no longer spin backwards if you make night last longer! (If someone tries to set the gamerule to true, the plugin will automatically set it back to false)
1.2.0
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
1.1.1
Now only compatible with Java 7 or newer.
Added command /ct [day/night] set [seconds]s
Added command /ct [day/night] set [hours]h
/ct day or /ct night now return the approximate number of seconds, minutes, and hours that day/night lasts, instead of just minutes.
Added a plugin description (when using /version CustomTime)
1.1.0
Updated to use bukkit-1.8.7-R0.1-SNAPSHOT
Added an "m" parameter to the /ct day set and /ct night set commands. Using this allows you to set the exact amount of minutes day or night will last. Example: /ct day set 8m will make day last 8 minutes. /ct night set 60m will make night last an hour (60 minutes).
If you type /ct and add a string of text that is an unknown command (like typing /ct hello), the plugin will now display an error to you instead of nothing.
Added command examples to the /ct help command.
1.0.2
- Fixed version number
1.0.1
- Fixed a permission bug
- Multipliers can only be positive numbers