Skip to content
OfficialRell edited this page Feb 19, 2026 · 4 revisions

About:

SpawnerLegacy is a premium plugin that allows server owners to add custom spawners to their servers.

Features:

  • spawner upgrades:
    • range - distance of how far a player must be for the spawner to start spawning
    • delay - time between each spawner summoning
    • amount - amount of entities the spawner summons at once
    • nearby - limit of entities near the spawner for it to not spawn
    • xp - experience point multiplier when a mob is killed
    • drops - item drop multiplier when a mob is killed
  • empty spawner:
    • lets players insert and remove from an empty spawner to change its type
  • holograms:
    • regular holograms display spawner type and the stack size
    • countdown holograms display the time until the next entity summoning
    • warning holograms display a warning when the spawner is unable to spawn
  • spawn conditions:
    • all spawner spawn conditions can be modified in the requirements.yml file
  • spawner stacking:
    • allow spawners to be stacked
  • spawner switching:
    • enables player to toggle spawners on and off at any time
  • charges:
    • when enabled players have to purchase charges for a spawner to summon entities
  • spawnable entities:
    • define a limit for a spawner of how many entities it can summon until the spawner is destroyed
  • chunk limit:
    • limit the maximum amount of entities a chunk can have until the spawner stop spawning
  • spawner shops:
    • buy shop - allow players to purchase spawners
    • sell shop - allow players to sell their spawners

Files

  • configuration.yml - contains all main settings
  • language.yml - contains all plugin texts
  • prices.yml - contains settings for prices and defined items
  • requirements.yml - define and modify spawner spawn conditions
  • shop.yml - contains settings for buy and sell shops (/spawnershop)
  • layouts.yml - contains settings for GUI layout and item lore order
  • tools.yml - define custom tools (crowbar)
  • modifiers.yml - define custom spawner modifiers that players can apply to spawners in-game
  • crafting.yml - define custom spawner crafting recipes that player can craft (/spawnercraft)
  • metadata.yml - define spawner metadata to spawn custom entities (currently only for items)

Clone this wiki locally