Skip to content

Commands

All SmartSpawner commands share three aliases. Use whichever you prefer:

/ss/spawner/smartspawner

Click any command or permission to copy it to your clipboard.

TIP

All commands require smartspawner.command.use as a base permission, plus the specific node shown for each command. See the Permissions page for the full list.

Give Commands

/ss give spawner <player> <type> [amount]
Permission:smartspawner.command.give
Give Smart Spawners to a player.
  • <player>: Target player or selector (@p, @a, etc.)
  • <type>: Entity type (e.g. zombie, skeleton, blaze)
  • [amount]: Optional quantity 1–6400, default: 1
/ss give vanilla_spawner <player> <type> [amount]
Permission:smartspawner.command.give
Give vanilla Minecraft spawners to a player. No GUI, no stacking. Works exactly like a default spawner block placed from creative mode.
/ss give item_spawner <player> <item_type> [amount]
Permission:smartspawner.command.give
Give Item Spawners to a player.
  • <item_type>: Material name (e.g. DIAMOND, EMERALD, NETHERITE_INGOT)

Admin Commands

/ss reload
Permission:smartspawner.command.reload
Reload all configuration files without restarting the server. Applies changes to config.yml, spawners_settings.yml, item_spawners_settings.yml, item_prices.yml, language files, and hook integrations.
/ss list
Permission:smartspawner.command.list
Open an admin GUI listing every spawner on the server. Supports teleporting to spawner locations, filtering by world, and (in MySQL mode) viewing spawners across multiple servers.
/ss hologram
Permission:smartspawner.command.hologram
Toggle hologram displays on or off for all spawners globally.
/ss prices
Permission:smartspawner.command.prices
Open a GUI showing sell prices for all items generated by spawners. Requires an active economy sell integration.
/ss near [radius]/ss near cancel
Permission:smartspawner.command.near
Scan for spawners within the given radius (default 50, max 200) and highlight them through walls using glowing BlockDisplay outlines.
  • Scan runs asynchronously with progress shown in a boss bar
  • Highlights are visible only to the player who ran the command
  • Auto-expire after 30 seconds; use /ss near cancel to remove them immediately
/ss set <property> <value> [world x y z]
Permission:smartspawner.command.set
Set a property on a spawner. Without coordinates, targets the spawner the player is currently looking at.
  • Properties: stack_size, range, delay
  • delay accepts raw ticks or time format: 25s, 1m, 1h
/ss language/ss language <locale>
Permission:smartspawner.command.language
View or change the active language. Tab-completes locale names from the language/ folder.
/ss gui_layout/ss gui_layout <layout>
Permission:smartspawner.command.gui_layout
View or change the active GUI layout. Tab-completes layout names from the gui_layouts/ folder.
/ss clear holograms/ss clear ghost_spawners
Permission:smartspawner.command.clear
  • holograms: Remove all SmartSpawner hologram entities from the server. Use this to clean up stuck or glitched holograms after a crash or chunk issue.
  • ghost_spawners: Detect and remove database entries for spawners that no longer have a physical block at their stored location.