Ever wanted to move a mob spawner? With GetSpawners, you can now pick up and move monster spawners.
When a player mines a spawner with a Silk Touch pickaxe, the spawner drops as an item and keeps its mob type.
With this mod, you can give yourself a spawner containing any mob that has a spawn egg in Minecraft using a simple command.
Config path: `config/getspawners.json`
Option:
If Mod Menu and Cloth Config are installed on the client, these settings can also be edited through an in-game config screen.
Behavior:
If LuckPerms is not installed, GetSpawners automatically falls back to the non-LuckPerms config behavior and logs a warning.
Example config:
json
{
// When true, GetSpawners checks LuckPerms permission nodes if LuckPerms is installed.
// If false, GetSpawners uses the config-based behavior instead.
"useLuckPerms": false,
// When true, everyone can bypass the Silk Touch requirement and still collect spawners.
// When false, mining a spawner without Silk Touch uses normal vanilla behavior.
"noSilkTouchSpawners": false,
// When true and LuckPerms is disabled or unavailable, everyone can use /gs give.
// When false, /gs give stays OP-only in config mode.
"allowEveryoneGiveCommand": false,
// When true and LuckPerms is disabled or unavailable, everyone can use /gs types.
// When false, /gs types stays OP-only in config mode.
"allowEveryoneTypesCommand": false,
// When true and LuckPerms is disabled or unavailable, everyone can use /gs set.
// When false, /gs set stays OP-only in config mode.
"allowEveryoneSetCommand": false
}
Main command aliases:
Subcommands:
Notes:
This mod runs fully server-side. Clients do not need to install the mod.
Also works in single-player (without LuckPerms support).
Without active LuckPerms permission checks, `/gs give`, `/gs types`, and `/gs set` are OP-only unless their config toggles are enabled.

If `useLuckPerms` is enabled, assign nodes like this:
/lp user <player> permission set getspawners.mine true
/lp user <player> permission set getspawners.types true
/lp user <player> permission set getspawners.give true
/lp user <player> permission set getspawners.set true
/lp user <player> permission set getspawners.nosilk true
/lp user <player> permission set getspawners.reload true
LuckPerms docs:
Feel free to join my Minecraft server to test my mods: play.swordfishbe.eu