Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 5 days ago
Updated last week
SSAddon SpawnerLimiter
SSAddon (SmartSpawner Addon) that limits spawner placement per chunk based on spawner stacks, with Folia support!
Requirements
- Minecraft: 1.21.4+
- Server: Paper or Folia
- Java: 21+
- SmartSpawner: 1.5.7.1+
Installation
- Install SmartSpawner plugin
- Download SSASpawnerLimiter
- Place the
.jarfile in yourpluginsfolder - Restart the server
- Configure settings in
plugins/SSASpawnerLimiter/config.yml
Commands
| Command | Description | Aliases |
|---|---|---|
/ssaspawnerlimiter reload |
Reload plugin configuration | /ssalimiter reload |
/ssaspawnerlimiter info |
Check spawner count in current chunk | /ssalimiter info |
/ssaspawnerlimiter check <player> |
Check spawner limit for a specific player | /ssalimiter check <player> |
/ssaspawnerlimiter stats |
View plugin statistics | /ssalimiter stats |
Permissions
| Permission | Description | Default |
|---|---|---|
ssaspawnerlimiter.bypass |
Bypass spawner chunk limit | false |
ssaspawnerlimiter.command.use |
Base permission for all commands | op |
ssaspawnerlimiter.command.reload |
Use reload command | op |
ssaspawnerlimiter.command.info |
Use info command | op |
ssaspawnerlimiter.command.check |
Use check command | op |
ssaspawnerlimiter.command.stats |
Use stats command | op |
How It Works
SSASpawnerLimiter counts spawner stacks instead of just spawner blocks:
- 1 spawner block with 64 stacks = 64 count
- 1 spawner block with 6 stacks = 6 count
- Total in chunk: 70 count
This ensures fair limiting based on actual spawner capacity, not just physical blocks.
Database
The plugin uses SQLite to store spawner chunk data. You can view and manage the database using:
SQLite Viewer - A free online tool to view and edit SQLite databases
Database location: plugins/SSASpawnerLimiter/spawner_limits.db
License
This project is licensed under the CC-BY-NC-SA-4.0 License - see the LICENSE file for details.



