MobEggs
Small plugin that allows you to catch (all “catchable”) mobs in a monster egg. This requires you to have an egg in the inventory and click with 5 redstone on the mob you would like to catch. The activation item (redstone by default) can be changed along with the amount needed.
Requires
This plugin requires MSU-Core!
Download
You can find both files here.
Github
You can view the source code here.
1 Like
Your download link is broken (empty)
Well that’s a huge derp
, fixed now
Hey i like your plugin, it’s a fun addition to the server.
I have been using this plugin without any problems with “spongevanilla-1.8-3.1.0-BETA-157.jar”
However now that i have updated to the (currently) newest spongevanilla “spongevanilla-1.8.9-3.1.0-BETA-175.jar” I start to get errors from your utility plugin “MiscServerUtilsCore-0.0.1.jar”
Meaby it’s time for an update?
note: sorry for bad formatting, good luck 
[Server thread/ERROR] [Sponge]: Could not pass GameConstructionEvent$Impl to Plugin{id=MSU|Core, name=Miscellaneous Server Utilities Core, version=@VERSION@, source=mods/MiscServerUtilsCore-0.0.1.jar}
java.lang.NoSuchMethodError: org.spongepowered.api.event.game.state.GameConstructionEvent.getGame()Lorg/spongepowered/api/Game;
at big_xplosion.msu.core.MSUCore.onConstruction(MSUCore.java:22) ~[MSUCore.class:?]
at org.spongepowered.common.event.listener.GameConstructionEventListener_MSUCore_onConstruction7.handle(Unknown Source) ~[?:?]
at org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:86) ~[RegisteredListener.class:1.8.9-3.1.0-BETA-175]
at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:258) [SpongeEventManager.class:1.8.9-3.1.0-BETA-175]
at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:269) [SpongeEventManager.class:1.8.9-3.1.0-BETA-175]
at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:273) [SpongeEventManager.class:1.8.9-3.1.0-BETA-175]
at org.spongepowered.common.SpongeImpl.postState(SpongeImpl.java:191) [SpongeImpl.class:1.8.9-3.1.0-BETA-175]
at org.spongepowered.server.SpongeVanilla.preInitialize(SpongeVanilla.java:102) [SpongeVanilla.class:1.8.9-3.1.0-BETA-175]
at net.minecraft.server.dedicated.DedicatedServer.onServerLoad(SourceFile:62) [ko.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(SourceFile:98) [ko.class:?]
at net.minecraft.server.MinecraftServer.run(SourceFile:421) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_65]
It looks like the plugin hasn’t been updated for the 3.0.0 API. One of the larger changes was the removal of GameEvent
, which this plugin is still using.
Sorry for the late reply (been pretty busy with school…) I’ll update the plugin later this afternoon 