Перейти к содержимому
Mineforgian

SSAddon SpawnerLimiter

SmartSpawner Addon allows you to set spawner placement limits per chunk and per player.

Загрузки
321
Подписчики
4
Обновлён
10 июня 2026 г.
Лицензия
CC-BY-NC-SA-4.0

Опубликован 18 ноября 2025 г.

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:

  • 1 spawner block with 64 stacks = 64 count
  • 1 spawner block with 6 stacks = 6 count
  • Total in chunk: 70 count
  • Default: 100 spawners per chunk

Per-Player Limit

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

Limits total spawner stacks a player can place globally:

  • Tracks all spawners placed by each player across the entire server
  • Default: 1000 spawners per player
  • Can be increased via permission nodes (1500, 2000, 5000, etc.)
  • Bypass permission for unlimited spawners

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

  • Player places 1 spawner with stack size 10 → Adds 10 to both chunk and player count
  • Player breaks that spawner → Removes 10 from both counts
  • Player stacks spawner from 10 to 20 → Adds 10 more to both counts
  • Counts never go below 0 (zero-floor protection)

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:

  • ssaspawnerlimiter.perplayer.1500 → Allows 1500 spawners globally
  • ssaspawnerlimiter.perplayer.2000 → Allows 2000 spawners globally
  • ssaspawnerlimiter.perplayer.5000 → Allows 5000 spawners globally
  • ssaspawnerlimiter.perplayer.10000 → Allows 10000 spawners globally
  • Any number you want!

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:

  • spawner_chunks - Chunk spawner counts
  • player_spawners - Per-player spawner counts

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

Database location: plugins/SSASpawnerLimiter/spawner_limits.db

Ченджлог

1.0.4Релиз26.1, 26.1.1, 26.1.2 · 10 июня 2026 г.

Changes

  • Java 25 Compatibility: Upgraded the plugin to require Java 25, matching the latest SmartSpawner API requirements.
  • Unified Message Styling: Completely redesigned the message formats and colors to perfectly match SmartSpawner, providing a seamless and consistent experience for players and administrators.
  • License Update: Transitioned to the GNU General Public License v3.0 (GPLv3) to align with SmartSpawner's open-source standards.

Requirements

  • Minecraft Version: 1.21.5+
  • Server Software: Paper, Folia, or compatible forks
  • Java Version: 25 or higher
  • Dependency: SmartSpawner 1.6.6 or higher
1.0.3Релиз26.1, 26.1.1, 26.1.2 · 25 мая 2026 г.

What's New

  • Added support for server version 26.1.x.
  • Improved plugin stability when handling spawner limit data.
  • Improved memory usage by clearing player cache data when players leave the server.
1.0.2Релиз1.21.9, 1.21.10, 1.21.11 · 22 декабря 2025 г.
  • update: add per-player spawner limit functionality and related commands
1.0.1Релиз1.21.8, 1.21.9, 1.21.10 · 18 ноября 2025 г.
  • Added Modrinth project ID to the update checker for automatic update checks
1.0.0Релиз1.21.8, 1.21.9, 1.21.10 · 18 ноября 2025 г.
  • Initial project release

Комментарии

Загружаем…