HomeJavaModsNeoMobs
NeoMobs
banner_description.png

With this plugin, you can create craftable spawn eggs and spawners for ANY mob that has a spawn egg. You can configure how much XP or money it takes to craft one. This plugin uses Vault for the money feature. All of the mobs can be configured in the "NeoMobs/mobs" directory. Each mob type has its own configuration. If there is a mob you want to create a craftable spawn egg or spawner for that isn't located in the "NeoMobs/mobs" directory, create a new file and name it the name of whatever mob you want to use. Example: "horse.yml", "bat.yml", "wither_skeleton.yml". Then, copy the content from a file that does exist, and paste it in to the file you just created. Then, configure!

"chicken.yml"
Code (YAML):
egg:
  enabled
: true
  cost
:
    xp
: 5
    money
: 0
  name
: "&aChicken Spawn Egg"
  lore
:
   - "&7Right click to spawn a chicken"
  permissions
:
   - neomobs.craft.chicken
    - neomobs.craft.*
  recipe
:
   - "EGG,EGG,EGG"
    - "EGG,COOKED_CHICKEN,EGG"
    - "EGG,EGG,EGG"
spawner
:
  enabled
: true
  cost
:
    xp
: 5
    money
: 0
  name
: "&aChicken Spawner"
  lore
:
   - "&7Right click to place a chicken spawner"
  permissions
:
   - neomobs.craft.chicken
    - neomobs.craft.*
  recipe
:
   - "IRON_BARS,IRON_BARS,IRON_BARS"
    - "IRON_BARS,CHICKEN_SPAWN_EGG,IRON_BARS"
    - "IRON_BARS,IRON_BARS,IRON_BARS"
The config is largely self-explanatory, make sure the recipe uses the materials from the Spigot material enum. If a player has any of the permissions listed in the permissions section, they will be able to craft the egg/spawner. Leave it blank if you do not want to require a permission.

banner_commands.png

/nm reload
- Use this command after you change the recipe for an egg/spawner
- Permission: neomobs.reload

/nm recipe <egg/spawner> <type>
- Shows the recipe and cost of an egg/spawner in a GUI
- Permission: neomobs.recipe
upload_2026-4-14_20-43-25.png

banner_support.png

If you encounter any issues, need help, or want to suggest a feature, join the Discord server.

Please consider leaving a review if you enjoy this plugin.

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

NeoMobs is a free Minecraft Java mod. Compatible with Minecraft 1.13, 1.14, 1.15, 1.16 and newer. Downloaded 45 times (via Spigot). Download it and open it directly in the game.

Explore more