Bloodmoon Advanced |Custom mobs|Items|Life cycles|events

MC Plugin Bloodmoon Advanced |Custom mobs|Items|Life cycles|events 4.5.7
Add a bloodmoon event with custom mobs , bosses and much more

Today's update is going to be an updated that many people like due to it's past. I had to face the fact that the bossbars were frequently not showing up and as a result, people were not aware that a bloodmoon was running. However I couldn't find what was causing it. So I did what every developer should do when things are getting though, I went back to the drawing board and reworked the bossbar mechanics from scratch. This time I tested in many different scenario's and it all seems to work fine now.

So here are today's updates:

  • Reworked bossbar mechinics which should fix all issues previously reported
  • Added 2 new config options to configure when bloodmoon is considered possibly to start.

NOTE: you will receive an alert that your config file is not up to date. You can either manually add the missing properties and change the "version" property in the config to 3.5 OR backup and your config, and restart the server to let the plugin generate the updated config.

Newly added config properties:
Code:
#configure the amount of ticks when the plugin considers it night or day
time:
  night-start: 12500
  night-end: 23500
Top Bottom