Skip to content
BeestoXd edited this page Aug 15, 2026 · 2 revisions

UltimateVirtualSpawner

Virtual mob spawners for Minecraft servers.

A managed spawner never spawns a real mob. Every cycle it rolls its drop table and deposits the result straight into its own virtual storage, so a 100,000-stack spawner farm costs the server nothing in entities.

Vanilla spawner                       Managed spawner
───────────────                       ───────────────
spawns 4 mobs        every cycle      rolls the drop table
mobs wander, tick    ─────────────>   items land in virtual storage
player kills them                     player opens the GUI and collects
= entity lag                          = 0 entities, 0 lag

Start here

If you want to… Read
Install the plugin on your server Installation
Try it out in five minutes Getting Started
Understand what happens each cycle How It Works
Look up a command Commands
Look up a permission node Permissions
Change a setting Configuration
Add your own spawner type Spawner Types
Fix something that is broken Troubleshooting

What it does

  • Stackable spawners — up to MAX_STACK_PER_BLOCK spawners in a single block. Sneak-place to place a whole item stack, sneak-break to take out up to 64 at once, /spawner split to break a stack item apart.
  • Virtual storage — a real, clickable container GUI per spawner. Left-click, right-click and shift-click behave the way they do in a vanilla chest, plus shift-right to toggle a filter.
  • Drop filters — per-spawner, per-drop toggles, with enable-all and disable-all shortcuts.
  • XP generation — spawners accumulate XP alongside items; players claim it from the main menu.
  • Built-in economy — balances stored in this plugin's own database, with /balance, /baltop, /pay and /eco. No economy plugin required; optionally published to Vault so other plugins share the same money.
  • Selling — sell stored loot for money, with a confirmation screen showing the payout and per-permission sell multipliers.
  • Hopper extraction — optionally pull stored loot into a hopper placed under the spawner.
  • Anti-ESP — spawners outside a player's reveal radius (or behind blocks) are sent as camouflage blocks, so X-ray clients cannot map other players' farms.
  • Admin panel — browse every managed spawner per world and teleport to it.
  • Folia-native — all world access goes through the region scheduler; no main-thread assumptions.

Supported servers

Software Minecraft range
Paper / Spigot / Bukkit 1.21.1026.2
Folia 1.21.1126.2

Requires Java 21+. See Compatibility for the version gate and its escape hatches.

Links

Clone this wiki locally