#28 Able to create reusable net without Eye

Closed
opened 4 years ago by Malcyon · 2 comments
Malcyon commented 4 years ago

log:https://pastebin.com/SdvBfweu

Feel free to contact me for more info

log:https://pastebin.com/SdvBfweu Feel free to contact me for more info
Malcyon commented 4 years ago
Poster

[11:04:05] [Server thread/INFO]: [SafariNet] Enabling SafariNet v1.14.10-SNAPSHOT

[11:04:06] [Server thread/INFO]: [SafariNet] Using v1_14_R1

[11:04:06] [Server thread/INFO]: [SafariNet] GriefPrevention found and using it.

[11:04:06] [Server thread/INFO]: [SafariNet] MythicMobs found and using it.

[11:04:06] [Server thread/INFO]: [SafariNet DEBUG] Attempting to load recipes for Reusable egg

[11:04:06] [Server thread/INFO]: [SafariNet DEBUG] [1.14 Reusable] Location of Material a

[11:04:06] [Server thread/INFO]: [SafariNet DEBUG] [1.14 Reusable] Material to be used: STRING

[11:04:06] [Server thread/INFO]: [SafariNet DEBUG] [1.14 Reusable] Succesfully added STRING at a

[11:04:06] [Server thread/INFO]: [SafariNet DEBUG] Attempting to load recipes for Reusable egg

[11:04:06] [Server thread/INFO]: [SafariNet DEBUG] [1.14 Reusable] Location of Material b

[11:04:06] [Server thread/INFO]: [SafariNet DEBUG] [1.14 Reusable] Material to be used: EYE_OF_ENDER

[11:04:06] [Server thread/WARN]: java.lang.IllegalArgumentException: Cannot have null choice

[11:04:06] [Server thread/WARN]: at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122)

[11:04:06] [Server thread/WARN]: at org.bukkit.inventory.RecipeChoice$MaterialChoice.(RecipeChoice.java:68)

[11:04:06] [Server thread/WARN]: at org.bukkit.inventory.ShapedRecipe.setIngredient(ShapedRecipe.java:135)

[11:04:06] [Server thread/WARN]: at org.bukkit.inventory.ShapedRecipe.setIngredient(ShapedRecipe.java:113)

[11:04:06] [Server thread/WARN]: at de.Linus122.SafariNet.version.v1_14_R1.SafariNetFactoryWrapper.loadRecipes(SafariNetFactoryWrapper.java:75)

[11:04:06] [Server thread/WARN]: at de.Linus122.SafariNet.Main.onEnable(Main.java:169)

[11:04:06] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)

[11:04:06] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)

[11:04:06] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)

[11:04:06] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)

[11:04:06] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)

[11:04:06] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)

[11:04:06] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)

[11:04:06] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)

[11:04:06] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)

[11:04:06] [Server thread/INFO]: [SafariNet] Found an issue loading the Reusable recipe. Enable debug mode, restart the server and send a debug message

[11:04:06] [Server thread/INFO]: [SafariNet DEBUG] Attempting to load recipes for singleuse egg

[11:04:06] [Server thread/INFO]: [SafariNet DEBUG] [1.14 Singleuse] Location of Material a

[11:04:06] [Server thread/INFO]: [SafariNet DEBUG] [1.14 Singleuse] Material to be used: STRING

[11:04:06] [Server thread/INFO]: [SafariNet DEBUG] [1.14 Singleuse] Succesfully added STRING at a

[11:04:06] [Server thread/INFO]: [SafariNet DEBUG] Attempting to load recipes for singleuse egg

[11:04:06] [Server thread/INFO]: [SafariNet DEBUG] [1.14 Singleuse] Location of Material b

[11:04:06] [Server thread/INFO]: [SafariNet DEBUG] [1.14 Singleuse] Material to be used: ENDER_PEARL

[11:04:06] [Server thread/INFO]: [SafariNet DEBUG] [1.14 Singleuse] Succesfully added ENDER_PEARL at b

[11:04:05] [Server thread/INFO]: [SafariNet] Enabling SafariNet v1.14.10-SNAPSHOT [11:04:06] [Server thread/INFO]: [SafariNet] Using v1_14_R1 [11:04:06] [Server thread/INFO]: [SafariNet] GriefPrevention found and using it. [11:04:06] [Server thread/INFO]: [SafariNet] MythicMobs found and using it. [11:04:06] [Server thread/INFO]: [SafariNet DEBUG] Attempting to load recipes for Reusable egg [11:04:06] [Server thread/INFO]: [SafariNet DEBUG] [1.14 Reusable] Location of Material a [11:04:06] [Server thread/INFO]: [SafariNet DEBUG] [1.14 Reusable] Material to be used: STRING [11:04:06] [Server thread/INFO]: [SafariNet DEBUG] [1.14 Reusable] Succesfully added STRING at a [11:04:06] [Server thread/INFO]: [SafariNet DEBUG] Attempting to load recipes for Reusable egg [11:04:06] [Server thread/INFO]: [SafariNet DEBUG] [1.14 Reusable] Location of Material b [11:04:06] [Server thread/INFO]: [SafariNet DEBUG] [1.14 Reusable] Material to be used: EYE_OF_ENDER [11:04:06] [Server thread/WARN]: java.lang.IllegalArgumentException: Cannot have null choice [11:04:06] [Server thread/WARN]: at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) [11:04:06] [Server thread/WARN]: at org.bukkit.inventory.RecipeChoice$MaterialChoice.<init>(RecipeChoice.java:68) [11:04:06] [Server thread/WARN]: at org.bukkit.inventory.ShapedRecipe.setIngredient(ShapedRecipe.java:135) [11:04:06] [Server thread/WARN]: at org.bukkit.inventory.ShapedRecipe.setIngredient(ShapedRecipe.java:113) [11:04:06] [Server thread/WARN]: at de.Linus122.SafariNet.version.v1_14_R1.SafariNetFactoryWrapper.loadRecipes(SafariNetFactoryWrapper.java:75) [11:04:06] [Server thread/WARN]: at de.Linus122.SafariNet.Main.onEnable(Main.java:169) [11:04:06] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [11:04:06] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [11:04:06] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [11:04:06] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461) [11:04:06] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375) [11:04:06] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449) [11:04:06] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266) [11:04:06] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775) [11:04:06] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source) [11:04:06] [Server thread/INFO]: [SafariNet] Found an issue loading the Reusable recipe. Enable debug mode, restart the server and send a debug message [11:04:06] [Server thread/INFO]: [SafariNet DEBUG] Attempting to load recipes for singleuse egg [11:04:06] [Server thread/INFO]: [SafariNet DEBUG] [1.14 Singleuse] Location of Material a [11:04:06] [Server thread/INFO]: [SafariNet DEBUG] [1.14 Singleuse] Material to be used: STRING [11:04:06] [Server thread/INFO]: [SafariNet DEBUG] [1.14 Singleuse] Succesfully added STRING at a [11:04:06] [Server thread/INFO]: [SafariNet DEBUG] Attempting to load recipes for singleuse egg [11:04:06] [Server thread/INFO]: [SafariNet DEBUG] [1.14 Singleuse] Location of Material b [11:04:06] [Server thread/INFO]: [SafariNet DEBUG] [1.14 Singleuse] Material to be used: ENDER_PEARL [11:04:06] [Server thread/INFO]: [SafariNet DEBUG] [1.14 Singleuse] Succesfully added ENDER_PEARL at b
Malcyon commented 4 years ago
Poster

Actually, this is the same as #25

Actually, this is the same as #25
Sign in to join this conversation.
Loading...
Cancel
Save
There is no content yet.