NoniDOTio / SMPtweaks

Add several improvements to survival minecraft in order to enhance multiplayer experience
https://noni.io
8 stars 2 forks source link

Spawn Rates tweak working when disabled. #6

Closed VonSparq closed 2 years ago

VonSparq commented 2 years ago

I have encountered an issue with the spawn rates tweak, it works even though it is set to false. I came across it while diagnosing why my server has no phantoms, turns out default configuration for the plugin is to set their spawn rates to 0 and the tweak is active even when it is disabled in the config.

spawn_rates:
  enabled: false
  mobs:
    - type: CREEPER
      multiplier: 0.7
    - type: PHANTOM
      multiplier: 0

Yet no phantoms are spawning, changing the multiplier to 1 while enabled is still false turns their spawns back on.

NoniDOTio commented 2 years ago

Thank your for reporting this potential bug. I might have an oopsie in my logic somewhere. I will look into it and fix it asap!