boiscljo / SBA

An addon to ScreamingSandals bedwars plugin to hypixelify it!
GNU General Public License v3.0
19 stars 14 forks source link

fix: hologram synchronization issues with latest SBW changes #27

Closed Misat11 closed 9 months ago

Misat11 commented 9 months ago

Latest SBW snapshots of 0.2.30 introduced a new logic of counting max spawned resources and added a method for it. SBW also added a new field to ItemSpawner which can be used to alter the spawner interval during the game. This PR changes RotatingGenerator to use these new methods and fields to fix synchronization issues which can occur with the latest SBW snapshot.