Night bonus not working
I can't get night bonus working not sure if I am doing something wrong.


  "NightBonus": {
    "broadcastEnabledBonus": true,
    "enableNightBonus": true,
    "logEnabledBonusConsole": true,
    "PointsPerHitAtNight": {
      "A": 60,
      "M": 60,
      "S": 60,
      "WC": 60
    },
    "ResourcePerLevelMultiplierAtNight": {
      "A": 3,
      "M": 3,
      "S": 3,
      "WC": 3
    }​
Do you have any plugin that skips night ? you wont get night rewards if players are voting to go back to daylight.
I do not have the skip night plugin on the server at this time

Any news on this? I have a plugin to skip night, but I'm testing the plugin with no users, and i'm not skipping night, and still doesn't work.

Merged post

Even with the skip night plugin unloaded. Still doesn't work the night bonus. Any proposed fix?

Merged post

Update: By reading the code i realized that this plugins actually works well with time of day plugin https://umod.org/plugins/time-of-day, if you have a plugin to skip the night as I had, the z levels plugin get the hours with a vanilla API that I think is really slow to update the time, that's why it wasn't working on my server, so, in order to make it work, do not user a skip night plugin because is not supported, only use vanilla time or time of day plugin.