Skip to content

SmartSpawner 1.5.9

Choose a tag to compare

@github-actions github-actions released this 17 Feb 02:01
· 200 commits to main since this release

Bug Fixes

MinePlots Integration

  • Fixed critical bug where non-plot members could access Spawners GUI and take stacked spawners without proper permissions

GUI & Configuration

  • Fixed issue preventing material changes in GUI configuration files
  • Resolved sell glitch where items weren't properly removed from spawner storage GUI for Bedrock mobile players
  • Fixed async race condition when rapidly clicking sell button, which caused money duplication exploits

Storage GUI Improvements

  • Removed Q and CTRL+Q drop item actions to further prevent item duplication exploits
  • Overhauled click system with anti-spam protection and vanilla-like right/left click anh shift click behaviors

New Features

Enhanced Selling System

  • Added confirmation GUI before selling items for safer transactions

GUI Configuration

  • New option to skip main GUI and directly access spawner storage GUI for streamlined gameplay
  • New "Sell & Exp" button in storage GUI - collect experience and sell items simultaneously

Hologram Customization

  • Added transparent background option for cleaner hologram displays

Stacker GUI - Bulk Actions

  • Add All and Remove All buttons for mass stacking operations
  • Significantly improved server performance by batching operations instead of processing individual clicks

Database Storage System (New)

Multiple Storage Modes

  • YAML - Traditional file-based storage (default)
  • SQLite - Local database for better performance on single servers
  • MariaDB/MySQL - High-performance storage with connection pooling for multi-server networks

Cross-Server Management (MariaDB)

  • View and manage spawners across all connected servers from one interface
  • Server selection menu in /smartspawner list when multi-server sync is enabled
  • Each server identified by custom configurable name

Automatic Migration

  • Seamless data migration between storage modes (YAML → SQLite → MariaDB)
  • No manual data transfer required when upgrading