# "Duplicate recipe ignored" error

If you get an error similar to this, please update your Paper or Spigot to LATEST version. If it's 1.14.4 version doesn't mean it's updated, you have to download the very latest version of it.

```
Server thread/ERROR Error occurred while enabling ItemsAdder v1.1.27 (Is it up to date?)
java.lang.IllegalStateException: Duplicate recipe ignored with ID itemsadder:philosopher_stone
at net.minecraft.server.v1_14_R1.CraftingManager.addRecipe(CraftingManager.java:72) ~[minecraft_server.jar:git-Spigot-9de398a-9c887d4]
at org.bukkit.craftbukkit.v1_14_R1.inventory.CraftShapedRecipe.addToCraftingManager(CraftShapedRecipe.java:59) ~[minecraft_server.jar:git-Spigot-9de398a-9c887d4]
at org.bukkit.craftbukkit.v1_14_R1.CraftServer.addRecipe(CraftServer.java:1102) ~[minecraft_server.jar:git-Spigot-9de398a-9c887d4]
at org.bukkit.Bukkit.addRecipe(Bukkit.java:639) ~[minecraft_server.jar:git-Spigot-9de398a-9c887d4]
at dev.lone.itemsadder.d.e.a.c.a(Unknown Source) ~[?:?]
at dev.lone.itemsadder.d.d.b.b(Unknown Source) ~[?:?]
at dev.lone.itemsadder.d.d.b.aY(Unknown Source) ~[?:?]
at dev.lone.itemsadder.d.d.b.c(Unknown Source) ~[?:?]
at dev.lone.itemsadder.d.a.reload(Unknown Source) ~[?:?]
at dev.lone.itemsadder.d.a.(Unknown Source) ~[?:?]
at dev.lone.itemsadder.Main.bh(Unknown Source) ~[?:?]
at dev.lone.itemsadder.Main.onEnable(Unknown Source) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[minecraft_server.jar:git-Spigot-9de398a-9c887d4]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [minecraft_server.jar:git-Spigot-9de398a-9c887d4]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [minecraft_server.jar:git-Spigot-9de398a-9c887d4]
at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461) [minecraft_server.jar:git-Spigot-9de398a-9c887d4]
at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375) [minecraft_server.jar:git-Spigot-9de398a-9c887d4]
at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449) [minecraft_server.jar:git-Spigot-9de398a-9c887d4]
at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:258) [minecraft_server.jar:git-Spigot-9de398a-9c887d4]
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://itemsadder.devs.beer/japanese/old/old-guides/duplicate-recipe-ignored-error.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
