Skip to content

Admin Panel

BeestoXd edited this page Aug 15, 2026 · 1 revision

Admin Panel

A browsable index of every managed spawner on the server, with one-click teleport.

/spawner

or

/spawner panel

Requires ultimatevirtualspawner.admin.spawner, and must be run by a player.

World list

The first screen lists every world that contains at least one managed spawner, with a count. Worlds are sorted overworld, nether, end, then the rest alphabetically, and named in plain language — world shows as Overworld, world_nether as Nether, world_the_end as The End. Any other world uses its own name, prettified.

Icons follow the world environment: grass block, netherrack, end stone.

Click a world to browse it.

Spawner list

45 spawners per page. Each entry shows:

Zombie Spawner x250
  Owner: Steve
  World: Overworld
  Coords: 128, 63, -344
  Stored Loot: 41,320

  Click to teleport to this spawner

The icon is the type's ICON_MATERIAL.

Bottom row:

Slot Item
45 Compass Current page and total spawner count for this world
46 Previous Page
52 Next Page
53 Back — oak door Return to the world list

Teleporting

Click a spawner entry to teleport to it. On Folia this goes through the asynchronous teleport API, so it works across regions. If the target world is not loaded you get That spawner's world is not currently loaded.

On arrival:

Teleported to the spawner at 128, 63, -344 in world.

What it is good for

  • Finding an abandoned farm — sort visually by stack size and stored loot.
  • Investigating a report — jump straight to the spawner a player is asking about.
  • Auditing your economy — the stored-loot number per spawner shows who is actually running big farms.
  • Cleanup — teleport in, then /spawner remove while looking at it.

Related admin actions

Task Command
Inspect a spawner in detail /spawner info while looking at it
Delete a spawner and its loot /spawner remove while looking at it
Give spawner items /spawner give <player> <type> [amount]
Count spawners server-wide /spawner version, or the %uvs_total% placeholder

Admins bypass every ownership check, so you can open, sell from and break any spawner you teleport to. That is the same node — treat admin.spawner as full control, not read-only.

Customising

Titles and sizes only, in menus.yml:

SPAWNER-MENUS:
  PANEL-MENU:
    TITLE: '&8Spawners'
    SIZE: 54
  WORLD-LIST-MENU:
    TITLE: '&8Spawners Panel'
    SIZE: 27

The panel's item layout is generated rather than configured, and it always shows 45 spawners per page, so leave PANEL-MENU.SIZE at 54.

See also

Clone this wiki locally