HorseUpdateRecipe
This plugin is very simple but very helpful, it add couple of new recipes which help players in game. As you should know by now new version of minecraft came out 1.6.1 which adds some great features to the game like horses, donkeys and other items but unfortunately some of them are unable to be crafted and we have to look for them in the game. I think that's not right and that's why I made this plugin, it adds those crafting recipes and it makes game so much easier and better to play because you can craft those items by using those recipes:
Saddle :

Nametag :

Diamond horse armor :

Gold horse armor :

Iron horse armor :

Horse spawn egg :

Permissions:
Crafting a saddle:
Permission: hur.craft.saddle
default: false
Crafting diamond horse armor:
Permission: hur.craft.diamondhorsearmor
default: false
Crafting gold horse armor:
Permission: hur.craft.goldhorsearmor
default: false
Crafting iron horse armor:
Permission: hur.craft.ironhorsearmor
default: false
Crafting name tag:
Permission: hur.craft.nametag
default: false
Crafting horse spawn egg:
Permission: hur.craft.horseegg
default: false
-
View User Profile
-
Send Message
Posted Dec 19, 2014please update for 1.8
-
View User Profile
-
Send Message
Posted Jul 10, 2014If you want a similar plugin that is still in active development, try this one:
HorseRecipes
-
View User Profile
-
Send Message
Posted May 17, 2014Please update for bukkit 1.7.9
-
View User Profile
-
Send Message
Posted May 4, 2014I still have this error, and still no respons at all.
-
View User Profile
-
Send Message
Posted Apr 19, 2014spigot 1.7.9
[19:36:38 ERROR]: Could not pass event CraftItemEvent to HorseUpdateRecepies v1.4 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) [spigot179.jar:git-Spigot-1438] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigot179.jar:git-Spigot-1438] at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30) [spigot179.jar:git-Spigot-1438] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot179.jar:git-Spigot-1438] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot179.jar:git-Spigot-1438] at net.minecraft.server.v1_7_R3.PlayerConnection.a(PlayerConnection.java:1403) [spigot179.jar:git-Spigot-1438] at net.minecraft.server.v1_7_R3.PacketPlayInWindowClick.a(SourceFile:32) [spigot179.jar:git-Spigot-1438] at net.minecraft.server.v1_7_R3.PacketPlayInWindowClick.handle(SourceFile:10) [spigot179.jar:git-Spigot-1438] at net.minecraft.server.v1_7_R3.NetworkManager.a(NetworkManager.java:176) [spigot179.jar:git-Spigot-1438] at net.minecraft.server.v1_7_R3.ServerConnection.c(ServerConnection.java:77) [spigot179.jar:git-Spigot-1438] at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:713) [spigot179.jar:git-Spigot-1438] at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:283) [spigot179.jar:git-Spigot-1438] at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:576) [spigot179.jar:git-Spigot-1438] at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:482) [spigot179.jar:git-Spigot-1438] at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [spigot179.jar:git-Spigot-1438] Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(Unknown Source) [?:?] at java.util.ArrayList.get(Unknown Source) [?:?] at me.kamillozz7k.hur.main.PrepareItemCraftEvent(main.java:98) [?:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [?:1.7.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [?:1.7.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [?:1.7.0_51] at java.lang.reflect.Method.invoke(Unknown Source) [?:1.7.0_51] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) [spigot179.jar:git-Spigot-1438] ... 14 more
-
View User Profile
-
Send Message
Posted Mar 26, 2014hi all it´s the same for me. i suppose it´s cursed by the newer bukkit versions. so please update the plugin i never will play without it : )
greetings ventusanima
-
View User Profile
-
Send Message
Posted Feb 24, 2014Error:
24.02 04:37:00 [Server] INFO ... 13 more 24.02 04:37:00 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:318) [craftbukkit-1.7.2.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 24.02 04:37:00 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:606) [?:1.7.0_45] 24.02 04:37:00 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [?:1.7.0_45] 24.02 04:37:00 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [?:1.7.0_45] 24.02 04:37:00 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [?:1.7.0_45] 24.02 04:37:00 [Server] INFO at me.kamillozz7k.hur.main.PrepareItemCraftEvent(main.java:98) [?:?] 24.02 04:37:00 [Server] INFO at java.util.ArrayList.get(ArrayList.java:411) [?:1.7.0_45] 24.02 04:37:00 [Server] INFO at java.util.ArrayList.rangeCheck(ArrayList.java:635) [?:1.7.0_45] 24.02 04:37:00 [Server] INFO Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 24.02 04:37:00 [Server] INFO at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit-1.7.2.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 24.02 04:37:00 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [craftbukkit-1.7.2.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 24.02 04:37:00 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [craftbukkit-1.7.2.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 24.02 04:37:00 [Server] INFO at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [craftbukkit-1.7.2.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 24.02 04:37:00 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655) [craftbukkit-1.7.2.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 24.02 04:37:00 [Server] INFO at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [craftbukkit-1.7.2.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 24.02 04:37:00 [Server] INFO at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146) [craftbukkit-1.7.2.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 24.02 04:37:00 [Server] INFO at net.minecraft.server.v1_7_R1.PacketPlayInWindowClick.handle(SourceFile:10) [craftbukkit-1.7.2.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 24.02 04:37:00 [Server] INFO at net.minecraft.server.v1_7_R1.PacketPlayInWindowClick.a(SourceFile:32) [craftbukkit-1.7.2.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 24.02 04:37:00 [Server] INFO at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:1361) [craftbukkit-1.7.2.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 24.02 04:37:00 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:471) [craftbukkit-1.7.2.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 24.02 04:37:00 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:486) [craftbukkit-1.7.2.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 24.02 04:37:00 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [craftbukkit-1.7.2.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 24.02 04:37:00 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) [craftbukkit-1.7.2.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 24.02 04:37:00 [Server] INFO org.bukkit.event.EventException 24.02 04:37:00 [Server] ERROR Could not pass event CraftItemEvent to HorseUpdateRecepies v1.4
-
View User Profile
-
Send Message
Posted Oct 1, 2013Thanks for 1,000 downloads!
-
View User Profile
-
Send Message
Posted Sep 12, 2013Kamil is busy now, but he send me a message about that, He's doing that plugin on Java 6, and you propably use java 7. That's the problem
-
View User Profile
-
Send Message
Posted Sep 11, 2013I'm not sure how or why this happens but i noticed the following error in the console:
[SEVERE] Could not pass event CraftItemEvent to HorseUpdateRecepies v1.3
org.bukkit.event.EventException
Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
Complete error: http://dev.bukkit.org/paste/8493/
I'm running CraftBukkit 1.6.2-R1.0 under Java 7 @ x64
-
View User Profile
-
Send Message
Posted Sep 10, 2013I've added horse spawn egg recipe ;) and I've updated the plugin to the newest bukkit version.
-
View User Profile
-
Send Message
Posted Jul 31, 2013@Anibaal Why would you want a Lead recipe added? it's part of Core/Vanilla! and only needs 4 string and 1 slime ball.
Learn how to use google ;)
-
View User Profile
-
Send Message
Posted Jul 20, 2013considering horse armor lasts forever, can you make it possible to require blocks of material, instead of ingots/single diamond? It would be a nice middle ground to your solution vs having to go find them in mine shafts.
-
View User Profile
-
Send Message
Posted Jul 18, 2013@MayorMike
hahah go and get craftable spawnegg
-
View User Profile
-
Send Message
Posted Jul 16, 2013HorseUpdateRecipe-v1.2 tested and confirmed working on CraftBukkit 1.6.2-R0.1 Build #2814 without any errors.
Thanks for making this plugin Kamil. My users are really loving it :)
-
View User Profile
-
Send Message
Posted Jul 11, 2013@epiccoolguy
Haha guess what! You can't craft Spawn eggs.
-
View User Profile
-
Send Message
Posted Jul 9, 2013I NEED THE RECIPIES FOR A HORSE SPAWN EGG!!!!!
-
View User Profile
-
Send Message
Posted Jul 8, 2013Please add the Lead and the Hay Bale = wheat recipes please :) Thanks
-
View User Profile
-
Send Message
Posted Jul 7, 2013If you don't want to wait for plugin to be approved I think you will be able to download it from here http://dev.bukkit.org/media/files/717/92/HorseUpdateRecipe-v1.2.jar
-
View User Profile
-
Send Message
Posted Jul 7, 2013@xXGiusXx what version of minecraft server do you have?
@M3DDLER in new update 1.2 it will work allright i've checked it and I've changed it so if you want a group to be able to craft it you will have to give them permissions to do it. if they don't have it they won't be able to craft it ;)