+ Added: Lands -> Delete spawners when player gets untrusted (Lands version 5.15.2+ required)
- Fixed: Issue with silktouch
- Fixed: Error at spawner resume call
Butcher Option
+ Added: Butcher option
To prevent your players from toggling this option, just add "enabled: false" to the corresponding item in your gui file.
# Default settings. These only apply to new spawner creations.
# Available: BUTCHER
default-settings_list: []
No AI Options
+ Added: More no-ai options
# Should spawned entities from a upgradeable spawner have AI?
# If set to false, these entities will not move or do pathfinding.
# This helps to improve server performance.
# NOTE: This setting requires server reload / restart.
no-ai:
enabled_4: true
# Should entities still be able to get pushed around by water or other entities?
water-pushing: true
+ Added: Cache holo status and only update if any required change happens
Region Members
- Fixed: If allow-region-members enabled, they could remove the spawner
- Fixed: Load at chunk load event
- Fixed: Error at removing pathfinding goals for entities on chunk load
- Fixed: Minor issue with level calc for Lands
Paper NoAI
+ Added: NoAI: On paper the mobs now still can be pushed around by water etc.
+ Added: {cost} placeholder for spawner item in player_list menu
+ Added: Option to allow region members open spawner menus
# Supports: Lands (https://www.spigotmc.org/resources/53313), SuperiorSkyblock2, BentoBox
# Allow players, which are trusted in the region where the
# farm is located in, to break blocks, place blocks and
# interact, if they're allowed to do so in the region?
allow-region-members: true
GUI Items - Hotfix
- Fixed: GUI click dropping items
CMI Holograms
+ Added: Auto correct invalid spawn intervals from levels.yml
- Fixed: CMI holograms
Limiter Task - 1.17
- Fixed: Wrong interval for spawner limiter task
- Minor performance improvements
Limiter Task - 1.17
- Fixed: Spawner limiter task on 1.17
Minecraft 1.17 and Java 16
+ Added: Support for Spigot and Paper 1.17
Java 16 is supported too. You can still use lower Java versions without any issues (however Spigot, Paper 1.17 requires Java 16).
Configuration
- Removed: Outdated entity from entities.yml: PIG_ZOMBIE
- Fixed: Not able to set empty lists in config
The complete config file update mechanisms have been recoded. It aims to fix multiple minor issues which
could have been annoying sometimes. Please report any issues to via pm or Discord.
SQL MetaData
- Fixed: Potential issue with database metadata / looking for farm id at startup