%time% placeholder flickering when clicking sell/claim exp on the info button in the spawner menuA powerful new logging system to track all spawner activities and player interactions:
Core Features:
What Gets Logged:
Log Output Examples
Human-Readable: (.log)
[2025-10-12 18:30:45] Spawner placed | Player: Steve | Location: world (100, 64, 200) | Entity: ZOMBIE | quantity=1
[2025-10-12 18:31:20] Command executed by player | Player: Admin | command=give full_command=/ss give Steve zombie 5
[2025-10-12 18:32:10] All items taken from storage | Player: Steve | items_taken=64 items_left=0
JSON: (.json)
{"timestamp":"2025-10-12 18:30:45","event_type":"SPAWNER_PLACE","player":"Steve","player_uuid":"069a79f4-44e9-4726-a5be-fca90e38aaf5","location":{"world":"world","x":100,"y":64,"z":200},"entity_type":"ZOMBIE","metadata":{"quantity":1}}
{"timestamp":"2025-10-12 18:31:20","event_type":"COMMAND_EXECUTE_PLAYER","player":"Admin","player_uuid":"069a79f4-44e9-4726-a5be-fca90e38aaf6","metadata":{"command":"give","full_command":"/ss give Steve zombie 5"}}
{"timestamp":"2025-10-12 18:32:10","event_type":"SPAWNER_ITEM_TAKE_ALL","player":"Steve","player_uuid":"069a79f4-44e9-4726-a5be-fca90e38aaf5","location":{"world":"world","x":100,"y":64,"z":200},"entity_type":"ZOMBIE","metadata":{"items_taken":64,"items_left":0}}
Discord Webhook Features:
!1
!2
!3
and more...
Two new percentage-based placeholders are now available for hologram customization:
%percentage_storage%% - Displays storage capacity as a percentage (e.g., 75.5%)%percentage_exp%% - Displays experience capacity as a percentage (e.g., 50.0%)/ss clear holograms
smartspawner.command.clear/ss clear ghost_spawners
smartspawner.command.clearAll command permissions now use a consistent .command prefix:
smartspawner.command.use - Main command access (replaces smartspawner.admin)smartspawner.command.reload - Reload configurationsmartspawner.command.give - Give spawners to playerssmartspawner.command.list - Access spawner list adminsmartspawner.command.hologram - Toggle hologramssmartspawner.command.prices - View spawner pricessmartspawner.command.clear - Clear holograms and ghost spawnersThis update includes significant performance optimizations:
These changes should result in smoother gameplay, especially on servers with many spawners.
Important: If you're upgrading from an older version, please review the permission changes and update your permission plugin accordingly. The new logging system is enabled by default but can be disabled in the configuration.

A GUI-based spawner plugin that generates items and experience without spawning mobs