Skip to content

Commands Reference

All commands can be used with these aliases:

  • /ss
  • /spawner
  • /smartspawner
CommandDescriptionPermission
/ss reloadReload plugin configurationsmartspawner.reload
/ss give <player> <type> <amount>Give spawners to playersmartspawner.give
/ss giveVanillaSpawner <player> <type> <amount>Give vanilla spawners to playersmartspawner.give
/ss listOpen admin spawner managementsmartspawner.list
/ss hologramToggle hologram displaysmartspawner.hologram
Terminal window
/ss give <player> <type> <amount>

Give smart spawners to players.

About SmartSpawners:

  • GUI Interface: Right-click to open an intuitive graphical interface
  • No Mob Spawning: Generates drops and experience without spawning actual entities
  • Stackable: Multiple spawners can be stacked in a single block for increased efficiency
  • Performance Optimized: Reduces server lag by eliminating entity spawning

Parameters:

  • <player> - Target player (use @p for nearest)
  • <type> - Entity type (zombie, skeleton, blaze, etc.)
  • <amount> - Quantity (1-6400)

Examples:

Terminal window
/ss give Steve zombie 5
/ss give @p blaze 1
/ss give PlayerName skeleton 10

Supported Types:

  • All vanilla Minecraft entities
Terminal window
/ss giveVanillaSpawner <player> <type> <amount>

Give vanilla spawners to players.

About Vanilla Spawners:

  • Traditional Behavior: Functions exactly like standard Minecraft spawners
  • Entity Spawning: Spawns actual mobs that can move, attack, and interact
  • No Stacking: Each spawner operates independently and cannot be combined
  • No GUI: Standard Minecraft spawner mechanics without additional interface

Parameters:

  • <player> - Target player (use @p for nearest)
  • <type> - Entity type (zombie, skeleton, blaze, etc.)
  • <amount> - Quantity (1-6400)

Examples:

Terminal window
/ss giveVanillaSpawner Steve zombie 5
/ss giveVanillaSpawner @p blaze 1
/ss giveVanillaSpawner PlayerName skeleton 10

Administrative interface for spawner management.

Features:

  • View all server spawners
  • Teleport to locations
  • Filter by world/status
  • Real-time statistics

Reload all configuration files without server restart.

Reloads:

  • Main configuration (config.yml)
  • Mob drops (mob_drops.yml)
  • Item prices (item_prices.yml)
  • Language files
  • Hook integrations