Spawner Types
SmartSpawner introduces three distinct spawner types you can give to players.
Smart Spawner
The main spawner type. Generates drops and XP from a mob without actually spawning it. Fully stackable and GUI-controlled.
- Right-click to open the spawner GUI
- No mobs are ever spawned. Zero mob lag.
- Supports stacking up to your configured limit
- Stores drops in internal paged storage
Item Spawner
Generates raw items such as diamonds, emeralds, and netherite ingots instead of mob drops. The spinning mob preview inside is replaced with a floating item model.
- Configured in
item_spawners_settings.yml - Uses the same GUI and stacking system as Smart Spawners
- Give one with
/ss give item_spawner <player> <MATERIAL>
Vanilla Spawner
A normal Minecraft spawner given through the plugin command. It spawns actual mobs with standard behavior.
- No GUI or stacking
- Give one with
/ss give vanilla_spawner <player> <type> - Useful for hybrid setups
