Added a schedule modes. Now you can change how dragon will spawn. By a cooldown or by days.
The respawn config on your config.yml should be like this. Please update or reset it.
Code (Text):
#Enable the respawn of the dragon
respawn:
enable: true
#Change chedule mode, between cooldown and custom
schedule:
mode: cooldown
cooldown:
time: 86400 # In seconds: 86400 = 1 Day
custom:
friday:
time: 20:00:00
#saturday:
#time: 21:00:00
* Changed the way abount how te plugin read the respawn location, You must setup it again.
* Fixed a issue about nullpointerexception at EntityDeathEvent