Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for Nighter

Enhances spawner use with GUI that generates mob drops and experience without spawning entity

Report SmartSpawner?

Release
1.3.9

Nighter released SmartSpawner version 1.3.9 on July 16, 2025

SmartSpawner - Version 1.3.9

Major Improvements

Item Drop System Overhaul

  • Improved drop item logic - Items from spawner storage now drop where the player is looking, mimicking vanilla Minecraft item drop behavior for a more intuitive experience

Performance Enhancements

  • Optimized GUI inventory checks - Now uses Paper's getHolder(false) method for faster, more efficient performance
  • Fixed spawner scaling issues - Resolved problems with EXP and slot inventory not scaling correctly after destacking by 1

Bug Fixes & Integrations

Plugin Integration Fixes

  • ShopGUI+ integration fix - Resolved listeners stacking every time /shop reload is used and properly unregister during cleanup
  • ESGUI/ESGUI-Premium integration - Fixed spawners not detecting shop plugin properly
  • MinePlots integration - Added support for MinePlots plugin compatibility

Item & Display Fixes

  • Tipped arrow improvements - Fixed display names and tooltip information now correctly shows duration and amplifier details
  • Item support expansion - Added support for all items from version 1.20 through the latest 1.21.7 to be configured as spawner drops

New Features

Developer API

  • Added EXPClaimEvent - New event for developers to hook into EXP claiming functionality (addresses Issue #82)

Version Support

  • Minecraft 1.21.7 compatibility - Full support for the latest Minecraft version 1.21.7

Configuration Updates

Mob Drops Configuration

Updated Mob Configurations

Due to tipped arrow improvements, the following mob configurations have been updated:

STRAY mob configuration:

STRAY:
  experience: 5
  loot:
    BONE:
      amount: 0-2
      chance: 100.0
    ARROW:
      amount: 0-2
      chance: 100.0
    BOW:
      amount: 1-1
      chance: 8.5
      durability: 1-384
    TIPPED_ARROW:
      amount: 0-2
      chance: 50.0
      potion_effect:
        type: SLOWNESS
        extended: false
        upgraded: false

BOGGED mob configuration:

BOGGED:
  experience: 5
  loot:
    BONE:
      amount: 0-2
      chance: 100.0
    ARROW:
      amount: 0-2
      chance: 100.0
    BOW:
      amount: 1-1
      chance: 8.5
      durability: 1-384
    TIPPED_ARROW:
      amount: 0-2
      chance: 50.0
      potion_effect:
        type: POISON
        extended: false
        upgraded: false

⚠️ Important Configuration Update Instructions

To ensure compatibility with the tipped arrow improvements and other changes, please update your mob_drops.yml configuration file:

Option 1 - View Online: Check the complete default configuration at:

Option 2 - Auto-Regenerate: Delete your existing mob_drops.yml file and restart the server. The plugin will automatically regenerate the default configuration file with all the latest changes.


For support and bug reports, please visit our GitHub repository or Discord server.

Information

Published onJuly 16, 2025
Downloads0

Platforms

Paper Paper (1.20-1.21.7)