Skip to content

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 30 Apr 01:48
· 5 commits to 1.21+ since this release
dc4bcd7

Smart Spawner - Version 1.3.1

New Features

  • Added back support for spawner item in EconomyShopGUI
    • Players can now can use spawners in shop as SmartSpawner
  • Added option to directly add spawner items to player inventory when breaking spawners
    # Whether to directly add spawner items to player inventory instead of dropping them on the ground
    direct_to_inventory: false
    
  • Implemented configurable ghost spawner management options
    ghost_spawners:
      # Remove ghost spawners when server starts up
      # Only checks spawners in loaded chunks
      remove_on_startup: true
    
      # Remove ghost spawners when players approach them
      # This checks when players enter spawner range
      remove_on_approach: false
    

Bug Fixes

  • Fixed storage GUI bug where items weren't properly removed when selling through shop plugins
  • Improved ghost spawner removal by preventing checks in unloaded chunks

Performance Improvements

  • Optimized ghost spawner detection system for better server performance

Imported from Modrinth (published: 4/29/2025)