Перейти к содержимому
Mineforgian

MobsToEggs

A mob catcher where you throw chicken eggs at mobs for a chance to catch them!

Загрузки
24K
Подписчики
72
Обновлён
14 января 2026 г.
Лицензия
All-Rights-Reserved

Опубликован 12 июня 2023 г.

MobsToEggs Logo

Mobs To Eggs gives your server a catchy new feature with players able to catch mobs by throwing a custom projectile (catch capsule) at them. Mobs To Eggs allows for your players to get spawn eggs legitimately.

You can define a catch chance to make it easy or difficult to catch a mobs depending on what you want on your server.

Don’t want players to be able to catch a certain mob? Just toggle the mob off in the config or give players permissions for all mobs except the one.

MobsToEggs is a plugin that works on Paper based servers (Paper and Paper forks)

FEATURES:

  • Catch mobs and give players spawn eggs.
  • Turn mob catching on and off per mob.
  • Change the projectile that catches the mob (snowball, egg, ender pearl, etc)
  • Define the catch chance for each mob.
  • Set an item or money cost for catching mobs.
  • Works right out of the box.
  • Customizable messages.
  • All Minecraft mobs are supported!
  • Supports Enderman catching.
  • Supports catching mobs with no vanilla spawn egg (boss mobs, golems, giants).
  • Allow or deny spawner changing.
  • Particles and sounds when mobs are caught or failed to be caught.
  • Give the mob catching capsule a custom name and/or lore.
  • Save mob data to spawn eggs with a toggle to turn on/off.
  • Options to punch or throw the catch capsule in order to catch the mob.
  • Custom Model Data support for both catch capsule and mob spawn eggs.
  • Support for WorldGuard regions and per world catching.
  • Support for HEX color codes.
  • Support for MiniMessages.

USAGE:

Throw the catch capsule projectile defined in the config at the mob you want to catch, and it will have a chance to be encapsulated into the mob egg.

Chicken egg being thrown at a cow

(alt: https://imgur.com/Tk7LKFO)

REQUIREMENTS:

  • A permission plugin (only if using permissions).
  • Vault (only if using economy features).
  • NBTAPI (for saving some entity data).
  • Any economy plugin that works with Vault (only if using economy features).

COMMANDS:

/mte | Show plugin information (No permission needed)

/mte help | Display the plugin help menu (No permission needed)

/mte reload | Reload plugin config file (mobstoeggs.*)

/mte give | Give a specified amount of mob catching capsules to the selected player (mobstoeggs.give)

/mte bulkupdate <chance|money|item> | Update the mobs.yml file to change either catch-chance, money-cost, or item-cost values for all mobs (mobstoeggs.*)

PERMISSIONS:

A list of all plugin permission nodes can be found on the wiki here.

By default permissions are enabled and you will need to use a permissions plugin to handle these. You can turn off all mobstoeggs permission checks in the config.yml if you do not want to use a permission plugin.

CONFIG:

You can find the plugin configs on our wiki here. The plugin will automatically generate the required config files when you first load the plugin. All config files are fully commented so you know what each value does.

VIDEOS:

Spoiler

English tutorial - thanks to Zabunko:

Spanish tutorial - thanks to Ajneb97:

Ченджлог

1.7.22Релиз1.21.9, 1.21.10, 1.21.11 · 14 января 2026 г.

UPDATED:

  • Fixed force cancelling PlayerInteractEvent for other plugins.
  • Fixed Horse, Mule, Donkey, Skeleton Horse and Zombie Horse health not saving correctly.
  • Added support to save Horse, Mule, Donkey, Skeleton Horse and Zombie Horse speed and jump strength data (with data tags speed & jumpstrength in the mobs.yml).
1.7.21Релиз1.21.9, 1.21.10, 1.21.11 · 22 декабря 2025 г.

UPDATED:

  • Added support for Nautilus, Zombie Nautilus, Parched and Camel Husk (MC 1.21.11).
  • Fixed bug with capsule breaking if item name was empty, but item lore was present.
  • Added support for Item Models on the capsule and mob spawn eggs.
  • Fixed message format when a command was not used correctly.
  • Fixed mobs spawned in water or lava not having any data-tags applied.
  • Fixed mob spawn eggs not being placed in shelf blocks.

MobsToEggs on Minecraft version 1.21.4 or lower will no longer receive support.

1.7.20Релиз1.21.8, 1.21.9, 1.21.10 · 9 ноября 2025 г.

UPDATED:

  • Fixed issue with MythicMobs getting null mob type.
  • Updated support for 1.21.10.
  • Added copper golem.
  • Added copper golem Data Tags

1.21.4 is supported, but manual editing of the plugin.yml is now required

1.7.19Релиз1.21.6, 1.21.7, 1.21.8 · 9 августа 2025 г.

UPDATED:

  • Fixed issue with custom model data on 1.21.4.
  • Added the option to use the old custom model data for 1.21.4 (will be removed at some point and is only to be used if you have issues with the strings and floats).
    • To use the old Int format add a new line under custommodeldata called old-cmd. Add your custom model data value to BOTH old-cmd and floats.

For example:

custommodeldata:
  strings: []
  floats: ["1234567"]
  old-cmd: 1234567

The default download version is now 1.21.5+. To use 1.21.4, download the version from below.

1.7.18Релиз1.21.6, 1.21.7, 1.21.8 · 30 июля 2025 г.

UPDATED:

  • Fixed visual fire data-tag throwing an error when used on 1.21.4.
  • Added floats custom model data to capsule and entity eggs.
1.7.17Релиз1.21.5, 1.21.6, 1.21.7 · 11 июля 2025 г.

UPDATED:

  • Fixed support for Custom Model Data on capsule and spawn eggs (now entered as a string).
  • Added Custom Model Data capsule validity check (like name and lore checks).
  • Changed "item-cost" check to allow both 'none' or an empty value to disable per mob.
  • Reworked how sounds are handled through the plugin (hopefully fixing any previous issues some people were having).
  • Updated MobsToEggs spawn egg spawn cancelling when clicking on blocks that have an interact option (like a check or furnace).
  • Made edits to default config.yml wording to add more clarity.
  • Fixed inventory holding entities not having inventory/items held/armor saved.
  • Fixed potion effects not being saved to entities.
  • Added 1.21.6+ support with happy ghast (new data-tag for happy ghasts).
  • Changed capsule "item" value to support being empty.
  • Fixed extra '}' added at the end of the plugin update message in console.
  • Updated to Kotlin 2.2.0.
  • Updated internal dependancies.
  • Changed MobsToEggs spawn egg spawning to better mimic a vanilla spawn egg.
  • Fixed spawners not changing the spawner type if the spawn egg item is not a mob spawn egg.
  • Added an auto config updater to auto update default sound values in the config.yml (values updated in 1.7.16).
  • Fixed bug with mob egg material value throwing an error if the material name wasn't uppercase.
  • Fixed cat variants throwing an error if another plugin/datapack added new variants.

This version only supports Paper and Paper forks.

1.21.5+ support can be found in the files below or by manual plugin changes.

1.7.16Релиз1.21.4, 1.21.5 · 14 июня 2025 г.

UPDATED:

  • Migrated plugin update checker to check Modrinth API instead of Spigot API.

All future MobsToEggs versions will no longer support Spigot API. To continue using MobsToEggs, you must use Paper API

1.7.16Релиз1.21.4, 1.21.5 · 14 июня 2025 г.

UPDATED:

  • Migrated to Paper API (Spigot is no longer supported beyond 1.7.16).
  • Fixed issue with sounds not playing/throwing an error.
    • You will need to update your config.yml to include the updated sounds format shown here (remove the 'minecraft:' part)
  • Fixed 1.21.5 mob variants throwing an error when using Paper.
  • Migrated plugin update checker to check Modrinth API instead of Spigot API.
  • Added support for MiniMessage message formats.

Комментарии

Загружаем…