GetSpawners

Quick rating

GetSpawners

No reviews yet

Move mob spawners in survival with Silk Touch. Give yourself any type of spawner with just one command.

Farming & Agriculture
QoL & Tweaks
Mod Loaders
Fabric
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
GNU Affero General Public License v3.0 or later
Latest Version
getspawners-1.1.5.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

GetSpawners

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.

✨ Features

  • Mine and move spawners.
  • Spawner item keeps its mob type.
  • /gs give gives working spawners with a selected type.
  • /gs set retunes the spawner stack in your active slot to a selected type.
  • /gs types lists all available types.
  • Optional LuckPerms integration (config toggle).
  • Optional Mod Menu + Cloth Config integration for an in-game config screen on the client.

⚙️ Configuration

Config path: `config/getspawners.json`

Option:

  • `useLuckPerms` (default: `false`)
  • `noSilkTouchSpawners` (default: `false`)
  • `allowEveryoneGiveCommand` (default: `false`)
  • `allowEveryoneTypesCommand` (default: `false`)
  • `allowEveryoneSetCommand` (default: `false`)

If Mod Menu and Cloth Config are installed on the client, these settings can also be edited through an in-game config screen.

Behavior:

  • `useLuckPerms=false`: Everyone can mine/place spawners with Silk Touch.
  • `noSilkTouchSpawners=false`: Without Silk Touch, spawners break with normal vanilla behavior (destroyed + XP).
  • `noSilkTouchSpawners=true`: Bypass the Silk Touch requirement for everyone.
  • `allowEveryoneGiveCommand=true`: Everyone can use `/gs give` when LuckPerms is disabled or unavailable.
  • `allowEveryoneTypesCommand=true`: Everyone can use `/gs types` when LuckPerms is disabled or unavailable.
  • `allowEveryoneSetCommand=true`: Everyone can use `/gs set` when LuckPerms is disabled or unavailable.
  • `useLuckPerms=true`: Permission nodes are checked with LuckPerms.
    • `getspawners.nosilk` controls the Silk Touch bypass.
    • `getspawners.give` controls `/gs give`.
    • `getspawners.types` controls `/gs types`.
    • `getspawners.set` controls `/gs set`

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
}

🎮 Commands

Main command aliases:

  • /getspawners
  • /gs

Subcommands:

  • /gs give <player> <type> [amount]
  • /gs set <type>
  • /gs types
  • /gs reload

Notes:

  • `amount` defaults to `1`
  • max `amount` is `64`
  • `type` includes all mobs with a spawn egg

🔨 Server-side

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.

🔄 LuckPerms permissions

🌍 LuckPerms quick start

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:

🏜️ Test Server 

Feel free to join my Minecraft server to test my mods: play.swordfishbe.eu

GetSpawners - The Mob Spawner Mining Mod

GetSpawners

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.


✨ Features

  • Mine and move spawners.
  • Spawner item keeps its mob type.
  • /gs give gives working spawners with a selected type.
  • /gs set retunes the spawner stack in your active slot to a selected type.
  • /gs types lists all available types.
  • Optional LuckPerms integration (config toggle).
  • Optional Mod Menu + Cloth Config integration for an in-game config screen on the client.

⚙️ Configuration

Config path:

  • config/getspawners.json

Options:

  • useLuckPerms (default: false)
  • noSilkTouchSpawners (default: false)
  • allowEveryoneGiveCommand (default: false)
  • allowEveryoneTypesCommand (default: false)
  • allowEveryoneSetCommand (default: false)

If you install Mod Menu and Cloth Config API on the client, GetSpawners exposes a full config screen in-game.

Behavior:

  • useLuckPerms=false: Everyone can mine/place spawners with Silk Touch.
  • noSilkTouchSpawners=false: Without Silk Touch, spawners break with normal vanilla behavior (destroyed + XP).
  • noSilkTouchSpawners=true: Bypass the Silk Touch requirement for everyone.
  • allowEveryoneGiveCommand=true: Everyone can use /gs give when LuckPerms is disabled or unavailable.
  • allowEveryoneTypesCommand=true: Everyone can use /gs types when LuckPerms is disabled or unavailable.
  • allowEveryoneSetCommand=true: Everyone can use /gs set when LuckPerms is disabled or unavailable.
  • useLuckPerms=true: Permission nodes are checked with LuckPerms.
    • getspawners.nosilk controls the Silk Touch bypass.
    • getspawners.give controls /gs give.
    • getspawners.types controls /gs types.
    • getspawners.set controls /gs set.
    • If LuckPerms is not installed, GetSpawners automatically falls back to the non-LuckPerms config behavior and logs a warning.

Example config:

{
  // 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
}

🎮 Commands

Main command aliases:

  • /getspawners
  • /gs

Subcommands:

  • /gs give <player> <type> [amount]
  • /gs set <type>
  • /gs types
  • /gs reload

Notes:

  • amount defaults to 1
  • max amount is 64
  • type includes all mobs with a spawn egg

🔨 Server-side

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.


🔄 LuckPerms permissions

Node Description
getspawners.give Access to /gs give
getspawners.mine Mine and place spawners
getspawners.nosilk Bypass Silk Touch requirement
getspawners.set Access to /gs set
getspawners.types Access to /gs types
getspawners.reload Access to /gs reload

🌍 LuckPerms quick start

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:


🏜️ Test Server

Feel free to join my Minecraft server to test my mods: play.swordfishbe.eu

Screenshots

Gallery

  • GetSpawners
    GetSpawners Ever wanted to place a spawner where you want it?
  • GetSpawners
    GetSpawners Ever wanted to mine a silverfish spawner?
  • GetSpawners
    GetSpawners Ever wanted to mine a mob spawner?
  • GetSpawners
    GetSpawners The Mob Spawner Mining Mod
  • GetSpawner
    GetSpawner Ever wanted to place a spawner where you want it?
  • GetSpawner
    GetSpawner Ever wanted to mine a mob spawner?
  • GetSpawner
    GetSpawner Ever wanted to mine a silverfish spawner?
  • GetSpawners: Give command
    GetSpawners: Give command GetSpawners: Give command. Full video: https://youtu.be/gPgMWV3op20
  • GetSpawners: Spawner Mining
    GetSpawners: Spawner Mining GetSpawners: Spawner Mining. Full video: https://youtu.be/EY4k45bP398

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~9,000
Total Downloads
CurseForge
~6,000
Modrinth
~2,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works