Upgradeable Spawners ⭕ Spawner Levels Plugin ✅ Entity Stacking, Butcher - 26.x Support

MC Plugin Upgradeable Spawners ⭕ Spawner Levels Plugin ✅ Entity Stacking, Butcher - 26.x Support 4.18.0
Spawner Upgrades, Limits, Entity Stacking, Butcher, Entity Shop

- Fixed: Entity type name not applied in main menu from entities.yml
- Fixed: [#2089] Unknown message for teleportation progress
- Fixed: Incompatibility with executable items
+ Improved: Evaluation of spawn location when no-conditions enabled
+ Improved: Spawner saving procedure
This change is experimental. I'm not able to test compatibility with all 3rd party plugins that exist.

+ Improved: Spawn event handling
Entities are no longer spawned pre spawn, no need to .remove it if cancelled
+ Added: API: getSpawner
+ Improved: Compatibility with entity stacking plugins
- Fixed: Minor issue with no-conditions leaving one spawn in edge cases
+ Changed: Adjust spawn height for spawn task
- Fixed: Error at filtering player
- Fixed: Spawn in block when spawn task enabled
- Fixed: logging option toggle
- Fixed: Pagination error
Please don't worry about when this plugin will add 1.19 support. It's designed to run just fine on new versions. An update with version specific additions will be posted once 1.19 is released.

+ Added: Option to disable api event logging

Code:
logging:
# Should UpgradeableSpawners log cancellations of events. This happens if 3rd party plugins cancel these events.
# By having this option enabled, you can always check if a 3rd party plugin cancelled a spawn for example.
api-events: false
Top Bottom