PerfectSpawner
Configurable mob spawners with custom cage models, holograms, stacking, and a full admin UI. Place, configure, and manage spawners with ease.
| Version | 1.5 |
|---|---|
| Platform | Hytale Server Plugin |
| Java | 21 |
| Dependencies | None |
Installation
- Download
PerfectSpawner-1.5.jar - Place it in your server's
UserData/Mods/folder - Start the server
- Give yourself a spawner:
/give Bear_Grizzly_Spawner
Spawner Types
Each spawner comes with a custom cage model matching the mob. Works with all vanilla Hytale mobs including:
- Animals: Bear (Grizzly, Polar), Boar, Deer, Wolf, Fox, Rabbit, Chicken, Cow, Sheep, Horse, Antelope, Bison
- Hostile: Skeleton, Zombie, Goblin, Spider, Trork
- Special: Dragon, Golem, Kweebec
Admin UI
Open with /spawner. The UI provides:
- Paginated list of all placed spawners with ID, type, position, world
- Click to select and configure individual spawners
- Spawner type editor: change mob type, spawn settings
- Global settings: default radius, count, interval
- Real-time status messages
Configuration
Each spawner can be configured individually:
| Setting | Description | Default |
|---|---|---|
| Spawn Radius | How far from the spawner mobs spawn | 5 blocks |
| Spawn Count | How many mobs per spawn cycle | 2 |
| Spawn Interval | Time between spawn cycles | 30 seconds |
| Max Mobs | Maximum alive mobs from this spawner | 8 |
| Activation Range | Player must be within this range | 32 blocks |
Holograms
Each spawner displays a hologram above it showing the mob name and current status. Holograms update in real-time.
Stacking
Multiple spawners of the same type can be stacked at one location to increase spawn rate.
Commands
| Command | Description |
|---|---|
/spawner | Open the admin spawner management UI |
/give [MobName]_Spawner | Give yourself a spawner |
Performance
- Event-driven: spawners only tick when a player is nearby
- Distance-based activation: inactive spawners use zero resources
- Efficient hologram updates: only refreshed when data changes
- Stacking reduces entity count vs. placing multiple spawners
FAQ
Mobs aren't spawning
Make sure you're within the activation range (default 32 blocks). Check the hologram for status.
Can I create custom mob types?
PerfectSpawner works with all vanilla Hytale mobs. Custom mob support depends on your other mods.