-
-
Notifications
You must be signed in to change notification settings - Fork 0
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.
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.
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 |
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.
- 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 removewhile looking at it.
| 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.
Titles and sizes only, in menus.yml:
SPAWNER-MENUS:
PANEL-MENU:
TITLE: '&8Spawners'
SIZE: 54
WORLD-LIST-MENU:
TITLE: '&8Spawners Panel'
SIZE: 27The panel's item layout is generated rather than configured, and it always shows 45 spawners per
page, so leave PANEL-MENU.SIZE at 54.
- Commands — every admin sub-command
-
Permissions — what
admin.spawnergrants - menus.yml — the configurable parts
Repository · Releases · Issues · Discord · MIT License
Getting started
Reference
Configuration
Features
Operations
Development