Description
GlymeraSpawner
Two glowing glass spawner blocks plus a full set of Minecraft-style spawn eggs — one colored egg for every creature in Hytale.
Don't miss my other exciting projects — take a look at GlymeraCraft's Profile Discord: https://discord.gg/s5NRFWfxgy
- A Mob Spawner that periodically spawns the loaded creature, showing it as a spinning miniature inside the glass.
- An Item Spawner that instead farms the loaded creature's loot straight into its own inventory.
- 179 spawn eggs, one per creature, plus a craftable Mystery Egg that gives a random one.
Both blocks are craftable, and every recipe can be turned on or off in the config.
Mob Spawner block
A glowing white-glass cube that works just like a Minecraft spawner:
- Holds a creature (default: Chicken) and shows it as a slowly spinning, auto-scaled miniature inside the glass, wrapped in a magical aura.
- Load it with any spawn egg — click the spawner with an egg and it switches to that creature (the egg is consumed, the miniature updates).
- Spawns the real creature nearby while a player is in range — Minecraft-style: only near players, on an interval, at a random spot within a radius.
- Keeps its creature when broken — the dropped spawner remembers what it held; place it again to restore it.
- Restart-safe and persistent.
Item Spawner block (purple glass)
Looks identical to the Mob Spawner, but with purple glowing glass so you can tell them apart — and it has a hidden talent: it's a real container.
- Holds a creature the same way (load it with a spawn egg, the miniature updates).
- Instead of spawning creatures, every interval it rolls that creature's real loot table and drops the result into its own 27-slot inventory. The loot comes straight from Hytale's own drop tables, rolled with the game's own loot logic — so a cow yields beef and hide, a sheep yields wool, and so on.
- Produces whenever its chunk is loaded — you don't have to stand next to it.
- Right-click it empty-handed to open its inventory and collect the goods.
- When the inventory is full it pauses, and resumes automatically once you take something out.
- Breaking it keeps the loaded creature and returns whatever was stored inside.
Note: about 20 creatures (some bosses, merchants and a few predators) have no natural drops in Hytale, so an Item Spawner loaded with one of those will simply stay empty.
Spawn Eggs
- One egg per creature (179), each tinted a unique color and named after its creature.
- Left-click an egg to spawn that creature; the egg is consumed.
- Find them in the creative menu under Utility, or use the give command.
Mystery Spawn Egg
- A craftable golden egg that instantly becomes a random spawn egg — one of all 179, each equally likely. A fun gamble (you might even roll a dragon).
Protection
Spawners are owned by whoever places them. Only the owner and server OPs can break a spawner, change its creature with a spawn egg, or open an Item Spawner's inventory — everyone else is blocked (they can't even mine it). Your spawners and their stored loot are safe from other players, anywhere on the map.
Recipes
All recipes are crafted at the Alchemybench and can each be individually enabled or disabled in the config. A disabled recipe still appears at the bench, but crafting it is blocked (admins can still hand the items out with the give commands).
| Item | Recipe |
|---|---|
| Mob Spawner | 10× Greater Essence of Life + 10× Fire Essence |
| Item Spawner | 10× Greater Essence of Life + 10× Ice Essence |
| Mystery Spawn Egg | 8× Greater Essence of Life + 10× Void Essence + 10× Water Essence |
Configuration
Everything is configurable in mods/de.glymera_GlymeraSpawner/config.json and applied live with /gsp reload (no restart):
| Option | Default | Meaning |
|---|---|---|
spawnIntervalSeconds |
180 | Seconds between spawns (Mob Spawner) and between item deposits (Item Spawner) |
spawnRadius |
10 | Spawn area radius (blocks) |
activationRadius |
16 | A player must be this close for the Mob Spawner to work |
showMiniMob |
true | Show the spinning miniature inside the block |
displayFit |
0.4 | Miniature size (fraction of the block) |
displayParticle |
Aura_Sphere | Particle effect around the miniature (none to disable) |
displayParticleScale |
0.23 | Particle size |
displayParticleY |
0.25 | Particle height inside the block |
recipeMobSpawnerEnabled |
true | Allow crafting the Mob Spawner |
recipeItemSpawnerEnabled |
true | Allow crafting the Item Spawner |
recipeMysteryEggEnabled |
true | Allow crafting the Mystery Egg |
Commands
/gsp give— give yourself a Mob Spawner (OP)/gsp giveitem— give yourself an Item Spawner (OP)/gsp reload— reload the config (OP)/gsp count— number of placed spawners/gse give <name>— give yourself a spawn egg (OP)/gse all— give one of every egg (OP)/gse spawn <name>— spawn a creature directly (OP)/gse count— number of eggs
Installation
Drop the JAR into your server's mods/ folder and start the server. Config and spawner data are stored in mods/de.glymera_GlymeraSpawner/.





