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.
/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
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.