Home›Java›Mods›SSAddon SpawnerLimiter
SSAddon SpawnerLimiter
ModsJava

SSAddon SpawnerLimiter

by NighterDev · on Modrinth

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.5–26.1.2 · Folia⬇ Download for 1.21.1–1.21.4 · Folia⬇ Download for 1.21.5–26.1.2 · Paper⬇ Download for 1.21.2–1.21.4 · Paper⬇ Download for 1.21.5–26.1.2 · Purpur⬇ Download for 1.21.2–1.21.4 · Purpur
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

SSAddon SpawnerLimiter

SSAddon (SmartSpawner Addon) that limits spawner placement per chunk and per player based on spawner stacks, with Folia support!

Minecraft Paper Java

How It Works

SSASpawnerLimiter provides two independent limit systems:

Chunk-Based Limit

{948DB322-3CD5-4420-A4E7-C63D9DB89547}

Limits spawner stacks per chunk to prevent chunk overloading:

Per-Player Limit

{0E84EBA1-B007-4303-B85C-83019086C482}

Limits total spawner stacks a player can place globally:

Both systems can be enabled/disabled independently in config.yml:

enable_chunk_limit: true      # Enable chunk-based limiting
enable_player_limit: true     # Enable per-player limiting

Stack Counting Example

This ensures fair limiting based on actual spawner capacity, not just physical blocks.

Installation

  1. Install SmartSpawner plugin
  2. Download SSASpawnerLimiter
  3. Place the .jar file in your plugins folder
  4. Restart the server
  5. 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 player's chunk /ssalimiter check <player>
/ssaspawnerlimiter checkplayer <player> Check player's global spawner count /ssalimiter checkplayer <player>
/ssaspawnerlimiter stats View plugin statistics /ssalimiter stats

Permissions

Bypass Permissions

Permission Description Default
ssaspawnerlimiter.bypass Bypass spawner chunk limit false
ssaspawnerlimiter.perplayer.bypass Bypass per-player spawner limit (unlimited) false

Per-Player Limit Tiers

You can create custom limit tiers using the permission pattern: ssaspawnerlimiter.perplayer.<number>

Examples:

Note: Players with multiple tier permissions will get the highest value. Default limit is configured in config.yml as max_spawners_per_player.

Command Permissions

Permission Description Default
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.checkplayer Use checkplayer command op
ssaspawnerlimiter.command.stats Use stats command op

Database

The plugin uses SQLite to store spawner data in two tables:

SQLite Viewer - Free online tool to view and edit SQLite databases

Database location: plugins/SSASpawnerLimiter/spawner_limits.db

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more