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
Item Save
- Fixed: Potential issue with 3rd party plugins unable to deserialize saved spawner item
Hologram visibility Option
- Fixed: NEARBY_ENTITIES and PLAYER_RANGE have wrong order at /spawner give
+ Added: Option to only show holograms if the spawner is paused: only-paused
Spawner give Command - Parameters
- Added: /spawner give [amount] [levels...] command
Purchased Entities
- Fixed: Spawner did not save purchased entities to the item itself
Loadbefore
- Fixed: Missing loadbefore entries in plugin.yml
Limiter Task
- Fixed: Error at spawner limiter task
Minor - Limiter Task
- Improved: Error handling at limiter task
- Fixed: Period amount not ending
- Fixed: Minor issues with holograms
Holograms and Entities
- Changed: Allow breaking of spawners if silktouch fails, but only drop item if silktouch is correct
silk:
enchantment: '&cWarning: You can''t mine this spawner without the silktouch enchantement on your pickaxe. &7You won''t receive this spawner.'
permission: '&cWarning: You''re not allowed to mine this spawner with silktouch. &7You won''t receive this spawner. &8Permission: uspawners.silktouch'
- Added: Save purchased entity types for each spawner
Each spawner can have it's own purchased spawners types. So players can regulary change the entity type.
- Added: Holograms (optional)
normal:
- '&eEntity: {entity}'
- 'Interval: {interval}'
- 'Spawns per period: {period}'
- 'Nearby entities: {nearby}'
- 'Player distance: {distance}'
paused:
chunk:
- '&cSpawner paused:'
- 'Too many entities in the'
- 'area of this spawner.'
- ' '
- 'Max. entities: {max}'
period:
- '&cSpawner paused:'
- 'Spawned maximum amount of {max} entities'
- 'in the current period of {period}.'
- ' '
- 'It will be active again in: {reset}'
- 'You can upgrade the period'
- 'spawn amount in the menu.'
- Fixed: Teleportation cost returned 0 in some cases.
- Fixed: No teleportation delay
Max Entity per Period
- Fixed: Issue with period amount
Worlds Wildcard
+ Added Wildcard support for worlds
- Fixed: Silktouch not dropping item
- Fixed: Levels duplicated on converted spawners
Default Entity Type
- Added: No longer enforce entity PIG to be a type /Spawner get
- Fixed: Change saver not executing in some cases