NLthijs48 / AreaShop

A Bukkit/Spigot (Minecraft server) plugin that facilitates renting and buying WorldGuard regions
GNU General Public License v3.0
55 stars 90 forks source link

Issure #269

Closed Tombraxis closed 7 years ago

Tombraxis commented 7 years ago

Current behavior

not working when writing sign and makign command

New behavior

Steps to reproduce (for bugs)

Your environment (for bugs)

1.7.10 server platform: KCauldron1647.201

LOG

for command: /as add rent ...

org.bukkit.command.CommandException: Unhandled exception executing command 'as' in plugin AreaShop v2.0.2

at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[PluginCommand.class:1.7.10-R0.1-SNAPSHOT]

at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) ~[SimpleCommandMap.class:1.7.10-R0.1-SNAPSHOT]

at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:717) ~[CraftServer.class:1.7.10-R0.1-SNAPSHOT]

at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:1317) [nh.class:?]

at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:1099) [nh.class:?]

at net.minecraft.network.play.client.C01PacketChatMessage.func_148833_a(C01PacketChatMessage.java:38) [ir.class:?]

at net.minecraft.network.play.client.C01PacketChatMessage.func_148833_a(C01PacketChatMessage.java:53) [ir.class:?]

at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:245) [ej.class:?]

at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:173) [nc.class:?]

at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:991) [MinecraftServer.class:?]

at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:431) [lt.class:?]

at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:809) [MinecraftServer.class:?]

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:669) [MinecraftServer.class:?]

at java.lang.Thread.run(Thread.java:722) [?:1.7.0]

Caused by: java.lang.NoClassDefFoundError: com/sk89q/worldguard/protection/managers/storage/StorageException

at nl.evolutioncoding.AreaShop.commands.AddCommand.execute(AddCommand.java:111) ~[?:?]

at nl.evolutioncoding.AreaShop.CommandManager.onCommand(CommandManager.java:121) ~[?:?]

at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[PluginCommand.class:1.7.10-R0.1-SNAPSHOT]

... 13 more

For Sign:

[01:58:34] [Server thread/ERROR]: Could not pass event SignChangeEvent to AreaShop v2.0.2

org.bukkit.event.EventException

at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:338) ~[JavaPluginLoader$1.class:1.7.10-R0.1-SNAPSHOT]

at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[RegisteredListener.class:1.7.10-R0.1-SNAPSHOT]

at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [SimplePluginManager.class:1.7.10-R0.1-SNAPSHOT]

at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [SimplePluginManager.class:1.7.10-R0.1-SNAPSHOT]

at net.minecraft.network.NetHandlerPlayServer.func_147343_a(NetHandlerPlayServer.java:2294) [nh.class:?]

at net.minecraft.network.play.client.C12PacketUpdateSign.func_148833_a(SourceFile:48) [jn.class:?]

at net.minecraft.network.play.client.C12PacketUpdateSign.func_148833_a(SourceFile:9) [jn.class:?]

at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:245) [ej.class:?]

at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:173) [nc.class:?]

at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:991) [MinecraftServer.class:?]

at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:431) [lt.class:?]

at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:809) [MinecraftServer.class:?]

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:669) [MinecraftServer.class:?]

at java.lang.Thread.run(Thread.java:722) [?:1.7.0]

Caused by: java.lang.NoClassDefFoundError: com/sk89q/worldguard/protection/managers/storage/StorageException

at nl.evolutioncoding.AreaShop.SignChangeListener.onSignChange(SignChangeListener.java:116) ~[?:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0]

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0]

at java.lang.reflect.Method.invoke(Method.java:601) ~[?:1.7.0]

at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:334) ~[JavaPluginLoader$1.class:1.7.10-R0.1-SNAPSHOT]

... 13 more

Tip: i use plotshop aswell maybe it is conflictual ?

NLthijs48 commented 7 years ago

This is caused by a mismatch of your WorldGuard and AreaShop version, simply updating to the latest AreaShop should fix the issue. The latest AreaShop does still support 1.7.9+ so that should work without problems.

Let me know if that works or if you encountered another problem.

Tombraxis commented 7 years ago

the first time i added the plugin it was the latest 1.7.9 version and the plugin folder wasn't creating when starting the server. Il so choose to implement an earlier version an the file created itself but now that i reimplemented the latest, whenever i do a command of areashop it says "/AreaShop or /AS and nothing happen even in the console when i write the command or on a sign

NLthijs48 commented 7 years ago

What this means is that the plugin did not start correctly, so you need to check the log file to see what went wrong. The console (like the Multicraft console) does not show everything because often it is going too quickly for it, so checking the /logs/latest.log file is necessary (assuming that KCauldron has the same log location as Spigot). If you can send me the log file I can tell you what is going wrong.

Tombraxis commented 7 years ago

`[15:37:09] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker [15:37:09] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker [15:37:09] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker [15:37:09] [main/INFO]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loading [15:37:10] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0, running on Linux:amd64:3.16.0-4-amd64, installed at /opt/jdk1.7.0/jre [15:37:10] [main/INFO]: [pw.prok.imagine.ImagineLoadingPlugin::26]: Loading plugin initialized! [15:37:13] [main/INFO]: Core initializing...stand back! I'm going to try MAGIC! [15:37:14] [main/WARN]: The following coremods do not have a @MCVersion annotation. They may cause problems if this is not the correct version of Minecraft for them. [15:37:14] [main/WARN]: Missing @MCVersion: am2.preloader.AM2PreloaderContainer redgear.brewcraft.codechicken.DepLoader ivorius.ivtoolkit.IvToolkitLoadingPlugin redgear.core.asm.CoreLoadingPlugin
[15:37:14] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [15:37:14] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker [15:37:14] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [15:37:14] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [15:37:14] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [15:37:15] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [15:37:15] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [15:37:16] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [15:37:16] [main/ERROR]: A critical problem occurred registering the ASM transformer class am2.preloader.AccessTransformers java.lang.IllegalArgumentException: resource AM2_at.cfg not found. at com.google.common.base.Preconditions.checkArgument(Preconditions.java:148) ~[server-1.7.10.jar:?] at com.google.common.io.Resources.getResource(Resources.java:229) ~[server-1.7.10.jar:?] at cpw.mods.fml.common.asm.transformers.AccessTransformer.readMapFile(AccessTransformer.java:118) ~[KCauldron-1.7.10-1614.201.jar:1.7.10-R0.1-SNAPSHOT] at cpw.mods.fml.common.asm.transformers.AccessTransformer.(AccessTransformer.java:101) ~[KCauldron-1.7.10-1614.201.jar:1.7.10-R0.1-SNAPSHOT] at am2.preloader.AccessTransformers.(AccessTransformers.java:10) ~[AccessTransformers.class:?] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[?:1.7.0] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.7.0] at java.lang.reflect.Constructor.newInstance(Constructor.java:525) ~[?:1.7.0] at java.lang.Class.newInstance0(Class.java:372) ~[?:1.7.0] at java.lang.Class.newInstance(Class.java:325) ~[?:1.7.0] at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88) [launchwrapper-1.12.jar:?] at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:109) [KCauldron-1.7.10-1614.201.jar:1.7.10-R0.1-SNAPSHOT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0] at java.lang.reflect.Method.invoke(Method.java:601) ~[?:1.7.0] at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [KCauldron-1.7.10-1614.201.jar:1.7.10-R0.1-SNAPSHOT] at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [KCauldron-1.7.10-1614.201.jar:1.7.10-R0.1-SNAPSHOT] [15:37:17] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [15:37:17] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [15:37:17] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [15:37:17] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker [15:37:18] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [15:37:18] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker [15:37:18] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker [15:37:18] [main/INFO]: Core: Altering definition of net.minecraft.world.World, (obfuscated) [15:37:19] [main/INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer} [15:37:24] [Server thread/INFO]: Starting minecraft server version 1.7.10 [15:37:24] [Server thread/INFO]: Attempting early MinecraftForge initialization [15:37:24] [Server thread/INFO]: MinecraftForge v10.13.4.1614 Initialized [15:37:24] [Server thread/INFO]: Replaced 183 ore recipies [15:37:24] [Server thread/INFO]: Completed early MinecraftForge initialization [15:37:24] [Server thread/INFO]: Core initializing...stand back! I'm going to try MAGIC! [15:37:24] [Server thread/INFO]: Found 0 mods from the command line. Injecting into mod discoverer [15:37:24] [Server thread/INFO]: Searching /var/directory_serv/minecraft_8851/mods for mods [15:37:24] [Server thread/INFO]: Also searching /var/directory_serv/minecraft_8851/mods/1.7.10 for mods [15:37:25] [Server thread/WARN]: Mod betterstorage is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.9.2.107 [15:37:26] [Server thread/INFO]: Attempting to reparse the mod container Zipline-Mod-1.7.10.jar [15:37:26] [Server thread/INFO]: Forge Mod Loader has identified 40 mods to load [15:37:26] [Server thread/INFO]: Found mod(s) [redgear_core] containing declared API package buildcraft.api.tools (owned by BuildCraftAPI|core) without associated API reference [15:37:26] [Server thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine, AM2-Preloader, ivtoolkit, cuchaz.ships.core, arsmagica2, AgriCraft, AnimationAPI, asielib, betterstorage, BiblioCraft, redgear_brewcraft, customnpcs, Dynmap, gvc, GollumCoreLib, Growthcraft|Apples, Growthcraft, Growthcraft|Cellar, Growthcraft|Bamboo, Growthcraft|Bees, Growthcraft|Fishtrap, Growthcraft|Grapes, Growthcraft|Hops, Growthcraft|Milk, Growthcraft|Rice, hidenames, invisibleblockmod, MorePistons, moreplayermodels, cuchaz.cuchazinteractive, cuchaz.ships, statues, TallDoors, vending, yegamolchattels, zipline, redgear_core] at CLIENT [15:37:26] [Server thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine, AM2-Preloader, ivtoolkit, cuchaz.ships.core, arsmagica2, AgriCraft, AnimationAPI, asielib, betterstorage, BiblioCraft, redgear_brewcraft, customnpcs, Dynmap, gvc, GollumCoreLib, Growthcraft|Apples, Growthcraft, Growthcraft|Cellar, Growthcraft|Bamboo, Growthcraft|Bees, Growthcraft|Fishtrap, Growthcraft|Grapes, Growthcraft|Hops, Growthcraft|Milk, Growthcraft|Rice, hidenames, invisibleblockmod, MorePistons, moreplayermodels, cuchaz.cuchazinteractive, cuchaz.ships, statues, TallDoors, vending, yegamolchattels, zipline, redgear_core] at SERVER [15:37:27] [Server thread/INFO]: [Dynmap] Mod Support API available [15:37:28] [Server thread/INFO]: Processing ObjectHolder annotations [15:37:28] [Server thread/INFO]: Found 341 ObjectHolder annotations [15:37:28] [Server thread/INFO]: Identifying ItemStackHolder annotations [15:37:28] [Server thread/INFO]: Found 0 ItemStackHolder annotations [15:37:28] [Server thread/INFO]: Configured a dormant chunk cache size of 0 [15:37:29] [Server thread/INFO]: Extending potions array [15:37:29] [Server thread/INFO]: Injecting potions starting from index 32 [15:37:29] [Server thread/INFO]: Core: Altering definition of net.minecraft.potion.PotionEffect, (obfuscated) [15:37:29] [Server thread/INFO]: Potion Water Breathing is ID 24 [15:37:29] [Server thread/INFO]: Potion Flight is ID 25 [15:37:29] [Server thread/INFO]: Potion Feather Fall is ID 26 [15:37:29] [Server thread/INFO]: Potion Haste is ID 27 [15:37:29] [Server thread/INFO]: Potion True Sight is ID 28 [15:37:29] [Server thread/INFO]: Potion Regeneration is ID 29 [15:37:29] [Server thread/INFO]: Potion Magic Shield is ID 30 [15:37:29] [Server thread/INFO]: Potion Charmed is ID 31 [15:37:29] [Server thread/INFO]: Potion Frost Slow is ID 32 [15:37:29] [Server thread/INFO]: Potion Chrono Anchor is ID 33 [15:37:29] [Server thread/INFO]: Potion Mana Regen is ID 34 [15:37:29] [Server thread/INFO]: Potion Entangled is ID 35 [15:37:30] [Server thread/INFO]: Potion Watery Grave is ID 36 [15:37:30] [Server thread/INFO]: Potion Spell Reflect is ID 37 [15:37:30] [Server thread/INFO]: Potion Silence is ID 38 [15:37:30] [Server thread/INFO]: Potion Swift Swim is ID 39 [15:37:30] [Server thread/INFO]: Potion Agility is ID 40 [15:37:30] [Server thread/INFO]: Potion Leap is ID 41 [15:37:30] [Server thread/INFO]: Potion Mana Boost is ID 42 [15:37:30] [Server thread/INFO]: Potion Astral Distortion is ID 43 [15:37:30] [Server thread/INFO]: Potion Mana Shield is ID 44 [15:37:30] [Server thread/INFO]: Potion Fury is ID 45 [15:37:30] [Server thread/INFO]: Potion Scramble Synapses is ID 46 [15:37:30] [Server thread/INFO]: Potion Illuminated is ID 47 [15:37:30] [Server thread/INFO]: Potion Greater Mana Restoration is ID 48 [15:37:30] [Server thread/INFO]: Potion Epic Mana Restoration is ID 49 [15:37:30] [Server thread/INFO]: Potion Legendary Mana Restoration is ID 50 [15:37:30] [Server thread/INFO]: Potion Gravity Well is ID 51 [15:37:30] [Server thread/INFO]: Potion Levitation is ID 52 [15:37:30] [Server thread/INFO]: Potion Clarity is ID 53 [15:37:30] [Server thread/INFO]: Potion Shrunken is ID 54 [15:37:30] [Server thread/INFO]: Potion Burnout Redux is ID 55 [15:37:31] [Server thread/INFO]: Attempting to set enchantment magic_resist to ID 100 (configured currently as 100) [15:37:31] [Server thread/INFO]: Successfully registered enchanment! [15:37:31] [Server thread/INFO]: Attempting to set enchantment soulbound to ID 101 (configured currently as 101) [15:37:31] [Server thread/INFO]: Successfully registered enchanment! [15:37:31] [Server thread/INFO]: Registered imbuement: dr_phy [15:37:31] [Server thread/INFO]: Registered imbuement: dr_drn [15:37:31] [Server thread/INFO]: Registered imbuement: dr_fall [15:37:31] [Server thread/INFO]: Registered imbuement: dr_exp [15:37:31] [Server thread/INFO]: Registered imbuement: dr_fire [15:37:31] [Server thread/INFO]: Registered imbuement: dr_frst [15:37:31] [Server thread/INFO]: Registered imbuement: dr_mage [15:37:31] [Server thread/INFO]: Registered imbuement: dr_litn [15:37:31] [Server thread/INFO]: Registered imbuement: mn_reg [15:37:31] [Server thread/INFO]: Registered imbuement: bn_red [15:37:31] [Server thread/INFO]: Registered imbuement: soulbnd [15:37:31] [Server thread/INFO]: Registered imbuement: fl_lure [15:37:31] [Server thread/INFO]: Registered imbuement: mg_xp [15:37:31] [Server thread/INFO]: Registered imbuement: pp_ore [15:37:31] [Server thread/INFO]: Registered imbuement: mg_gog [15:37:31] [Server thread/INFO]: Registered imbuement: tc_nrv [15:37:31] [Server thread/INFO]: Registered imbuement: step_up [15:37:31] [Server thread/INFO]: Registered imbuement: run_spd [15:37:31] [Server thread/INFO]: Registered imbuement: dispel [15:37:31] [Server thread/INFO]: Registered imbuement: fallprot [15:37:31] [Server thread/INFO]: Registered imbuement: fireprot [15:37:31] [Server thread/INFO]: Registered imbuement: freedom [15:37:31] [Server thread/INFO]: Registered imbuement: healing [15:37:31] [Server thread/INFO]: Registered imbuement: hungerup [15:37:31] [Server thread/INFO]: Registered imbuement: highjump [15:37:31] [Server thread/INFO]: Registered imbuement: lifesave [15:37:31] [Server thread/INFO]: Registered imbuement: lightstep [15:37:31] [Server thread/INFO]: Registered imbuement: minespd [15:37:31] [Server thread/INFO]: Registered imbuement: recoil [15:37:31] [Server thread/INFO]: Registered imbuement: swimspd [15:37:31] [Server thread/INFO]: Registered imbuement: wtrbrth [15:37:31] [Server thread/INFO]: Registered imbuement: wtrwalk [15:37:31] [Server thread/INFO]: registering tile.agricraft:crops [15:37:31] [Server thread/INFO]: registering tile.agricraft:seedAnalyzer [15:37:31] [Server thread/INFO]: registering tile.agricraft:waterPad [15:37:31] [Server thread/INFO]: registering tile.agricraft:waterPadFull [15:37:31] [Server thread/INFO]: registering tile.agricraft:waterTank [15:37:31] [Server thread/INFO]: registering tile.agricraft:waterChannel [15:37:31] [Server thread/INFO]: registering tile.agricraft:waterChannelFull [15:37:31] [Server thread/INFO]: registering tile.agricraft:channelValve [15:37:31] [Server thread/INFO]: registering tile.agricraft:sprinkler [15:37:31] [Server thread/INFO]: registering tile.agricraft:seedStorage [15:37:31] [Server thread/INFO]: registering tile.agricraft:fence [15:37:31] [Server thread/INFO]: registering tile.agricraft:fenceGate [15:37:31] [Server thread/INFO]: registering tile.agricraft:grate [15:37:31] [Server thread/INFO]: registering tile.agricraft:cropPotato [15:37:31] [Server thread/INFO]: registering item.agricraft:seedPotato [15:37:31] [Server thread/INFO]: registering tile.agricraft:cropCarrot [15:37:31] [Server thread/INFO]: registering item.agricraft:seedCarrot [15:37:31] [Server thread/INFO]: registering tile.agricraft:cropSugarcane [15:37:31] [Server thread/INFO]: registering item.agricraft:seedSugarcane [15:37:31] [Server thread/INFO]: registering tile.agricraft:cropDandelion [15:37:31] [Server thread/INFO]: registering item.agricraft:seedDandelion [15:37:31] [Server thread/INFO]: registering tile.agricraft:cropPoppy [15:37:31] [Server thread/INFO]: registering item.agricraft:seedPoppy [15:37:31] [Server thread/INFO]: registering tile.agricraft:cropOrchid [15:37:31] [Server thread/INFO]: registering item.agricraft:seedOrchid [15:37:31] [Server thread/INFO]: registering tile.agricraft:cropAllium [15:37:31] [Server thread/INFO]: registering item.agricraft:seedAllium [15:37:31] [Server thread/INFO]: registering tile.agricraft:cropTulipRed [15:37:31] [Server thread/INFO]: registering item.agricraft:seedTulipRed [15:37:31] [Server thread/INFO]: registering tile.agricraft:cropTulipOrange [15:37:31] [Server thread/INFO]: registering item.agricraft:seedTulipOrange [15:37:31] [Server thread/INFO]: registering tile.agricraft:cropTulipWhite [15:37:31] [Server thread/INFO]: registering item.agricraft:seedTulipWhite [15:37:31] [Server thread/INFO]: registering tile.agricraft:cropTulipPink [15:37:31] [Server thread/INFO]: registering item.agricraft:seedTulipPink [15:37:31] [Server thread/INFO]: registering tile.agricraft:cropDaisy [15:37:31] [Server thread/INFO]: registering item.agricraft:seedDaisy [15:37:31] [Server thread/INFO]: registering tile.agricraft:cropCactus [15:37:31] [Server thread/INFO]: registering item.agricraft:seedCactus [15:37:31] [Server thread/INFO]: registering tile.agricraft:cropShroomRed [15:37:31] [Server thread/INFO]: registering item.agricraft:seedShroomRed [15:37:31] [Server thread/INFO]: registering tile.agricraft:cropShroomBrown [15:37:31] [Server thread/INFO]: registering item.agricraft:seedShroomBrown [15:37:31] [Server thread/INFO]: Crops registered [15:37:31] [Server thread/INFO]: registering item.agricraft:cropsItem [15:37:31] [Server thread/INFO]: registering item.agricraft:journal [15:37:31] [Server thread/INFO]: registering item.agricraft:magnifyingGlass [15:37:31] [Server thread/INFO]: registering item.agricraft:debugger [15:37:31] [Server thread/INFO]: registering item.agricraft:trowel [15:37:31] [Server thread/INFO]: registering item.agricraft:handRake [15:37:31] [Server thread/INFO]: registering item.agricraft:clipper [15:37:31] [Server thread/INFO]: registering item.agricraft:clipping [15:37:32] [Server thread/WARN]: [15:37:32][FINE][noppes.npcs.LogWriter:71] Tue Dec 27 15:37:32 CET 2016

[15:37:32] [Server thread/WARN]: [15:37:32][SEVERE][noppes.npcs.enchants.EnchantInterface:49] java.lang.IllegalArgumentException: Duplicate enchantment id! class noppes.npcs.enchants.EnchantDamage and class am2.enchantments.EnchantMagicResist Enchantment ID:100 at net.minecraft.enchantment.Enchantment.(Enchantment.java:53) at noppes.npcs.enchants.EnchantInterface.(EnchantInterface.java:24) at noppes.npcs.enchants.EnchantDamage.(EnchantDamage.java:9) at noppes.npcs.enchants.EnchantInterface.load(EnchantInterface.java:43) at noppes.npcs.CustomNpcs.load(CustomNpcs.java:173) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88) at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:320) at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:176) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:631) at java.lang.Thread.run(Thread.java:722)

[15:37:33] [Server thread/WARN]: [15:37:33][FINE][noppes.npcs.controllers.ScriptController:58] Script Engines Available:

[15:37:33] [Server thread/WARN]: [15:37:33][FINE][noppes.npcs.controllers.ScriptController:64] Scala: .scala

[15:37:33] [Server thread/WARN]: [15:37:33][FINE][noppes.npcs.controllers.ScriptController:64] ECMAScript: .js

[15:37:33] [Server thread/INFO]: Read config : GollumCoreLib//GollumCoreLib.cfg [15:37:33] [pool-2-thread-1/INFO]: Mod is up-to-date. [15:37:35] [Server thread/WARN]: Growthcraft|Cellar Resizing PotionTypes array from 255 to 1024 [15:37:36] [Server thread/WARN]: Severe error, please report this to the mod author:

[15:37:36] [Server thread/INFO]: Override Blocks field fieldName="field_150331_J" by BlockMorePistonsVanillaProxy [15:37:36] [Server thread/INFO]: Override registery block "minecraft:piston" by BlockMorePistonsVanillaProxy [15:37:36] [Server thread/INFO]: Override registery item "minecraft:piston" by ItemMorePistonsVanillaProxy

[15:37:36] [Server thread/WARN]: at com.gollum.core.tools.registry.ItemRegistry.overrideCraftings(ItemRegistry.java:169) [15:37:36] [Server thread/WARN]: at com.gollum.core.tools.registry.ItemRegistry.overrideRegistered(ItemRegistry.java:136) [15:37:36] [Server thread/WARN]: at com.gollum.morepistons.common.block.BlockMorePistonsVanillaProxy.register(BlockMorePistonsVanillaProxy.java:64) [15:37:36] [Server thread/WARN]: at com.gollum.core.tools.registry.BlockRegistry.registerAll(BlockRegistry.java:42) [15:37:36] [Server thread/WARN]: at com.gollum.core.common.mod.GollumMod.handler(GollumMod.java:223) [15:37:36] [Server thread/WARN]: at com.gollum.morepistons.ModMorePistons.handler(ModMorePistons.java:60) [15:37:36] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:37:36] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [15:37:36] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:37:36] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Method.java:601) [15:37:36] [Server thread/WARN]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [15:37:36] [Server thread/WARN]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) [15:37:36] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:37:36] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Method.java:601) [15:37:36] [Server thread/WARN]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:37:36] [Server thread/WARN]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:37:36] [Server thread/WARN]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:37:36] [Server thread/WARN]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:37:36] [Server thread/WARN]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:37:36] [Server thread/WARN]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [15:37:36] [Server thread/WARN]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [15:37:36] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:37:36] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [15:37:36] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:37:36] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Method.java:601) [15:37:36] [Server thread/WARN]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:37:36] [Server thread/WARN]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:37:36] [Server thread/WARN]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:37:36] [Server thread/WARN]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:37:36] [Server thread/WARN]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:37:36] [Server thread/WARN]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [15:37:36] [Server thread/WARN]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) [15:37:36] [Server thread/WARN]: at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88) [15:37:36] [Server thread/WARN]: at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:320) [15:37:36] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:176) [15:37:36] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:631) [15:37:36] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:722) [15:37:36] [Server thread/INFO]: Override Blocks field fieldName="field_150320_F" by BlockMorePistonsVanillaProxy [15:37:36] [Server thread/INFO]: Override registery block "minecraft:sticky_piston" by BlockMorePistonsVanillaProxy [15:37:36] [Server thread/INFO]: Override registery item "minecraft:sticky_piston" by ItemMorePistonsVanillaProxy

[15:37:36] [Server thread/WARN]: at com.gollum.core.tools.registry.ItemRegistry.overrideCraftings(ItemRegistry.java:169) [15:37:36] [Server thread/WARN]: at com.gollum.core.tools.registry.ItemRegistry.overrideRegistered(ItemRegistry.java:136) [15:37:36] [Server thread/WARN]: at com.gollum.morepistons.common.block.BlockMorePistonsVanillaProxy.register(BlockMorePistonsVanillaProxy.java:64) [15:37:36] [Server thread/WARN]: at com.gollum.core.tools.registry.BlockRegistry.registerAll(BlockRegistry.java:42) [15:37:36] [Server thread/WARN]: at com.gollum.core.common.mod.GollumMod.handler(GollumMod.java:223) [15:37:36] [Server thread/WARN]: at com.gollum.morepistons.ModMorePistons.handler(ModMorePistons.java:60) [15:37:36] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:37:36] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [15:37:36] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:37:36] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Method.java:601) [15:37:36] [Server thread/WARN]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [15:37:36] [Server thread/WARN]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) [15:37:36] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:37:36] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Method.java:601) [15:37:36] [Server thread/WARN]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:37:36] [Server thread/WARN]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:37:36] [Server thread/WARN]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:37:36] [Server thread/WARN]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:37:36] [Server thread/WARN]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:37:36] [Server thread/WARN]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [15:37:36] [Server thread/WARN]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [15:37:36] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:37:36] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [15:37:36] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:37:36] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Method.java:601) [15:37:36] [Server thread/WARN]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [15:37:36] [Server thread/WARN]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [15:37:36] [Server thread/WARN]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [15:37:36] [Server thread/WARN]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [15:37:36] [Server thread/WARN]: at com.google.common.eventbus.EventBus.post(EventBus.java:275) [15:37:36] [Server thread/WARN]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [15:37:36] [Server thread/WARN]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) [15:37:36] [Server thread/WARN]: at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88) [15:37:36] [Server thread/WARN]: at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:320) [15:37:36] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:176) [15:37:36] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:631) [15:37:36] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:722) [15:37:37] [Server thread/INFO]: Applying holder lookups [15:37:37] [Server thread/INFO]: Holder lookups applied [15:37:37] [Server thread/INFO]: Injecting itemstacks [15:37:37] [Server thread/INFO]: Itemstack injection complete [15:37:37] [Server thread/INFO]: Loading properties [15:37:37] [Server thread/INFO]: Default game type: SURVIVAL [15:37:37] [Server thread/INFO]: Core: Altering definition of net.minecraft.network.play.server.S1DPacketEntityEffect, (obfuscated) [15:37:38] [Server thread/INFO]: This server is running KCauldron version 1.7.10-R0.1-SNAPSHOT (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT) [15:37:39] [Server thread/INFO]: Server Ping Player Sample Count: 12 [15:37:39] [Server thread/INFO]: Using 32 threads for Netty based IO [15:37:39] [Server thread/INFO]: Generating keypair [15:37:39] [Server thread/INFO]: Starting Minecraft server on 195.154.47.8:10707 [15:37:39] [Server thread/WARN]: Redundant call to BiomeDictionary.registerAllBiomes ignored [15:37:39] [Server thread/WARN]: Unregistered spell part in skill trees: am2.spell.components.MeltArmor@4401f698 [15:37:39] [Server thread/WARN]: Unregistered spell part in skill trees: am2.spell.components.ScrambleSynapses@5ce49809 [15:37:39] [Server thread/WARN]: Unregistered spell part in skill trees: am2.spell.components.Nauseate@23b9a684 [15:37:39] [Server thread/INFO]: Initializing API Hooks... [15:37:40] [Server thread/INFO]: Finished API Initialization [15:37:40] [Server thread/INFO]: HN Event Handler started on side SERVER [15:37:40] [Server thread/INFO]: Injecting itemstacks [15:37:40] [Server thread/INFO]: Itemstack injection complete [15:37:41] [Server thread/WARN]: My potion, Frost Slow, at index 32 has been over-written by another potion, potion.invisiSight. You have a conflict in your configuration files. [15:37:41] [Server thread/WARN]: My potion, Mana Boost, at index 42 has been over-written by another potion, potion.brewcraft.creeper. You have a conflict in your configuration files. [15:37:41] [Server thread/WARN]: My potion, Astral Distortion, at index 43 has been over-written by another potion, potion.brewcraft.immunity. You have a conflict in your configuration files. [15:37:41] [Server thread/WARN]: My potion, Agility, at index 40 has been over-written by another potion, potion.brewcraft.angel. You have a conflict in your configuration files. [15:37:41] [Server thread/WARN]: My potion, Leap, at index 41 has been over-written by another potion, potion.brewcraft.flight. You have a conflict in your configuration files. [15:37:41] [Server thread/WARN]: My potion, Scramble Synapses, at index 46 has been over-written by another potion, potion.brewcraft.flame. You have a conflict in your configuration files. [15:37:41] [Server thread/WARN]: My potion, Illuminated, at index 47 has been over-written by another potion, potion.brewcraft.fireEater. You have a conflict in your configuration files. [15:37:41] [Server thread/WARN]: My potion, Mana Shield, at index 44 has been over-written by another potion, potion.brewcraft.frozen. You have a conflict in your configuration files. [15:37:41] [Server thread/WARN]: My potion, Fury, at index 45 has been over-written by another potion, potion.brewcraft.fireproof. You have a conflict in your configuration files. [15:37:41] [Server thread/WARN]: My potion, Legendary Mana Restoration, at index 50 has been over-written by another potion, potion.regeneration. You have a conflict in your configuration files. [15:37:41] [Server thread/WARN]: My potion, Epic Mana Restoration, at index 49 has been over-written by another potion, potion.wither. You have a conflict in your configuration files. [15:37:41] [Server thread/WARN]: My potion, Greater Mana Restoration, at index 48 has been over-written by another potion, potion.poison. You have a conflict in your configuration files. [15:37:41] [Server thread/INFO]: Registering soils to whitelist: [15:37:41] [Server thread/INFO]: Completed soil whitelist: [15:37:41] [Server thread/INFO]: - minecraft:sand:0 [15:37:41] [Server thread/INFO]: - minecraft:mycelium:0 [15:37:41] [Server thread/INFO]: registering tile.agricraft:cropAum [15:37:41] [Server thread/INFO]: registering item.agricraft:seedAum [15:37:41] [Server thread/INFO]: registering tile.agricraft:cropTarmaRoot [15:37:41] [Server thread/INFO]: registering item.agricraft:seedTarmaRoot [15:37:41] [Server thread/INFO]: registering tile.agricraft:cropCerublossom [15:37:41] [Server thread/INFO]: registering item.agricraft:seedCerublossom [15:37:41] [Server thread/INFO]: registering tile.agricraft:cropDesertNova [15:37:41] [Server thread/INFO]: registering item.agricraft:seedDesertNova [15:37:41] [Server thread/INFO]: registering tile.agricraft:cropWakebloom [15:37:41] [Server thread/INFO]: registering item.agricraft:seedWakebloom [15:37:41] [Server thread/INFO]: Registered AgriCraft:seedCarrot:0 as a drop from grass (weight: 10) [15:37:41] [Server thread/INFO]: Registered AgriCraft:seedPotato:0 as a drop from grass (weight: 10) [15:37:41] [Server thread/WARN]: There were issues trying to add recipe to Brewcraft Brewery block. Issues found are: Output Fluid is null. [15:37:41] [Server thread/WARN]: There were issues trying to add recipe to Brewcraft Brewery block. Issues found are: Output Fluid is null. [15:37:41] [Server thread/INFO]: Core: Altering definition of net.minecraft.network.play.server.S1EPacketRemoveEntityEffect, (obfuscated) [15:37:41] [Server thread/INFO]: Core: Altering definition of net.minecraft.network.NetHandlerPlayServer, (obfuscated) [15:37:42] [Server thread/INFO]: [Dynmap] Added 2 custom biome mappings [15:37:42] [Server thread/INFO]: [Dynmap] Using ops.txt for access control [15:37:42] [Server thread/INFO]: Hide Names 1.1.7 loaded! [15:37:42] [Server thread/INFO]: Unknown recipe class! jds.bibliocraft.BiblioSpecialRecipes Modder please refer to net.minecraftforge.oredict.RecipeSorter [15:37:42] [Server thread/INFO]: Unknown recipe class! com.InfinityRaider.AgriCraft.items.crafting.RecipeJournal Modder please refer to net.minecraftforge.oredict.RecipeSorter [15:37:42] [Server thread/INFO]: Unknown recipe class! com.InfinityRaider.AgriCraft.items.crafting.RecipeShapelessCustomWood Modder please refer to net.minecraftforge.oredict.RecipeSorter [15:37:42] [Server thread/INFO]: Unknown recipe class! growthcraft.api.core.item.recipes.ShapelessMultiRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter [15:37:42] [Server thread/INFO]: Forge Mod Loader has successfully loaded 40 mods [15:37:42] [Server thread/INFO]: Registered Mutations: [15:37:42] [Server thread/INFO]: - AgriCraft:seedSugarcane:0 = minecraft:wheat_seeds:0 + AgriCraft:seedCarrot:0 [15:37:42] [Server thread/INFO]: - AgriCraft:seedCactus:0 = AgriCraft:seedSugarcane:0 + AgriCraft:seedPoppy:0 [15:37:42] [Server thread/INFO]: - minecraft:pumpkin_seeds:0 = AgriCraft:seedPotato:0 + AgriCraft:seedCarrot:0 [15:37:42] [Server thread/INFO]: - minecraft:melon_seeds:0 = AgriCraft:seedCarrot:0 + minecraft:pumpkin_seeds:0 [15:37:42] [Server thread/INFO]: - AgriCraft:seedPoppy:0 = AgriCraft:seedSugarcane:0 + minecraft:pumpkin_seeds:0 [15:37:42] [Server thread/INFO]: - AgriCraft:seedDandelion:0 = AgriCraft:seedSugarcane:0 + minecraft:melon_seeds:0 [15:37:42] [Server thread/INFO]: - AgriCraft:seedOrchid:0 = AgriCraft:seedPoppy:0 + AgriCraft:seedDandelion:0 [15:37:42] [Server thread/INFO]: - AgriCraft:seedAllium:0 = AgriCraft:seedPoppy:0 + AgriCraft:seedOrchid:0 [15:37:42] [Server thread/INFO]: - AgriCraft:seedTulipRed:0 = AgriCraft:seedPoppy:0 + AgriCraft:seedAllium:0 [15:37:42] [Server thread/INFO]: - AgriCraft:seedTulipOrange:0 = AgriCraft:seedDaisy:0 + AgriCraft:seedOrchid:0 [15:37:42] [Server thread/INFO]: - AgriCraft:seedTulipWhite:0 = AgriCraft:seedDaisy:0 + AgriCraft:seedDandelion:0 [15:37:42] [Server thread/INFO]: - AgriCraft:seedTulipPink:0 = AgriCraft:seedAllium:0 + AgriCraft:seedDandelion:0 [15:37:42] [Server thread/INFO]: - AgriCraft:seedDaisy:0 = AgriCraft:seedDandelion:0 + AgriCraft:seedOrchid:0 [15:37:42] [Server thread/INFO]: - AgriCraft:seedShroomRed:0 = minecraft:nether_wart:0 + AgriCraft:seedPoppy:0 [15:37:42] [Server thread/INFO]: - AgriCraft:seedShroomBrown:0 = minecraft:nether_wart:0 + AgriCraft:seedPotato:0 [15:37:42] [Server thread/INFO]: Error when reading mutation: resulting stack is not correct. (line: AgriCraft:seedRedstodendron=AgriCraft:seedTulipRed+AgriCraft:seedDaisy) [15:37:42] [Server thread/INFO]: Error when reading mutation: resulting stack is not correct. (line: AgriCraft:seedLapender=AgriCraft:seedTulipPink+AgriCraft:seedOrchid) [15:37:42] [Server thread/INFO]: Error when reading mutation: resulting stack is not correct. (line: AgriCraft:seedFerranium=AgriCraft:seedLapender+AgriCraft:seedTulipWhite) [15:37:42] [Server thread/INFO]: Error when reading mutation: resulting stack is not correct. (line: AgriCraft:seedAurigold=AgriCraft:seedRedstodendron+AgriCraft:seedTulipOrange) [15:37:42] [Server thread/INFO]: Error when reading mutation: resulting stack is not correct. (line: AgriCraft:seedDiamahlia=AgriCraft:seedAurigold+AgriCraft:seedLapender) [15:37:42] [Server thread/INFO]: Error when reading mutation: resulting stack is not correct. (line: AgriCraft:seedEmeryllis=AgriCraft:seedFerranium+AgriCraft:seedRedstodendron) [15:37:42] [Server thread/INFO]: Error when reading mutation: resulting stack is not correct. (line: AgriCraft:seedNitorWart=minecraft:nether_wart+AgriCraft:seedTulipOrange) [15:37:42] [Server thread/INFO]: Error when reading mutation: resulting stack is not correct. (line: AgriCraft:seedQuartzanthemum=AgriCraft:seedNitorWart+AgriCraft:seedLapender) [15:37:43] [Server thread/WARN]: [15:37:43][FINE][noppes.npcs.controllers.LinkedNpcController:40] Loading Linked Npcs

[15:37:43] [Server thread/WARN]: [15:37:43][FINE][noppes.npcs.controllers.LinkedNpcController:61] Done loading Linked Npcs

[15:37:43] [Server thread/INFO]: Preparing level "imperiumfinal" [15:37:43] [Server thread/INFO]: Registered command debug with permission node vanilla.command.debug [15:37:43] [Server thread/INFO]: Registered command spreadplayers with permission node vanilla.command.spreadplayers [15:37:43] [Server thread/INFO]: Registered command playsound with permission node vanilla.command.playsound [15:37:43] [Server thread/INFO]: Registered command scoreboard with permission node vanilla.command.scoreboard [15:37:43] [Server thread/INFO]: Registered command achievement with permission node vanilla.command.achievement [15:37:43] [Server thread/INFO]: Registered command summon with permission node vanilla.command.summon [15:37:43] [Server thread/INFO]: Registered command setblock with permission node vanilla.command.setblock [15:37:43] [Server thread/INFO]: Registered command testforblock with permission node vanilla.command.testforblock [15:37:43] [Server thread/INFO]: Registered command tellraw with permission node vanilla.command.tellraw [15:37:43] [Server thread/INFO]: Registered command netstat with permission node vanilla.command.netstat [15:37:43] [Server thread/INFO]: Injecting existing block and item data into this server instance [15:37:43] [Server thread/INFO]: Applying holder lookups [15:37:43] [Server thread/INFO]: Holder lookups applied [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_BIBLIOPANELER with ID 165. [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_BIBLIOCLIPBOARD with ID 166. [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_BIBLIOTYPEWRITER with ID 167. [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_BIBLIOCLOCK with ID 168. [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_BIBLIOFLATPAINTING with ID 169. [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_BIBLIOSIMPLEPAINTING with ID 176. [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_BIBLIOMIDDLEPAINTING with ID 177. [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_BIBLIOFANCYPAINTING with ID 178. [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_BIBLIOBORDERLESSPAINTING with ID 179. [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_BIBLIOPAINTPRESS with ID 180. [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_BIBLIOSWORDPEDESTAL with ID 181. [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_BIBLIOFANCYSIGN with ID 182. [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_BIBLIOWORKBENCH with ID 183. [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_BIBLIOBELL with ID 184. [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_BIBLIOTHECA with ID 185. [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_BOOKCASEFILLED with ID 186. [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_BIBLIOPOTIONSHELF with ID 187. [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_BIBLIOSHELF with ID 188. [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_BIBLIORACK with ID 189. [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_BIBLIOCASE with ID 190. [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_BIBLIOLABEL with ID 191. [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_BIBLIODESK with ID 192. [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_BIBLIOTABLE with ID 193. [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_ARMOR_STAND with ID 194. [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_TYPESETTING_MACHINE with ID 195. [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_PRINTING_PRESS with ID 196. [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_BIBLIOLANTERN with ID 197. [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_BIBLIOIRONLANTERN with ID 198. [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_BIBLIOLAMP with ID 199. [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_BIBLIOIRONLAMP with ID 200. [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_BIBLIOSTUFFS with ID 201. [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_BIBLIOMAPFRAMES with ID 202. [15:37:43] [Server thread/INFO]: Injected new Forge block material BIBLIOCRAFT_BIBLIOSEATS with ID 203. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUSTOMNPCS_NPCREDSTONEBLOCK with ID 204. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUSTOMNPCS_NPCCARPENTYBENCH with ID 205. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUSTOMNPCS_NPCMAILBOX with ID 206. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUSTOMNPCS_NPCWAYPOINT with ID 207. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUSTOMNPCS_NPCBORDER with ID 208. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUSTOMNPCS_NPCBLOODBLOCK with ID 209. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUSTOMNPCS_NPCBANNER with ID 210. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUSTOMNPCS_NPCWALLBANNER with ID 211. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUSTOMNPCS_NPCTALLLAMP with ID 212. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUSTOMNPCS_NPCCHAIR with ID 213. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUSTOMNPCS_NPCCRATE with ID 214. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUSTOMNPCS_NPCWEAPONRACK with ID 215. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUSTOMNPCS_NPCCOUCHWOOL with ID 216. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUSTOMNPCS_NPCCOUCHWOOD with ID 217. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUSTOMNPCS_NPCTABLE with ID 218. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUSTOMNPCS_NPCSTOOL with ID 219. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUSTOMNPCS_NPCPLACEHOLDER with ID 220. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUSTOMNPCS_NPCBIGSIGN with ID 221. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUSTOMNPCS_NPCBARREL with ID 222. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUSTOMNPCS_NPCTOMBSTONE with ID 223. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUSTOMNPCS_NPCSHELF with ID 224. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUSTOMNPCS_NPCSIGN with ID 225. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUSTOMNPCS_NPCBEAM with ID 226. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUSTOMNPCS_NPCBOOK with ID 227. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUSTOMNPCS_NPCPEDESTAL with ID 228. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUSTOMNPCS_NPCCRYSTALBLOCK with ID 229. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUSTOMNPCS_NPCCAMPFIRE with ID 230. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUSTOMNPCS_NPCLAMP with ID 231. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUSTOMNPCS_NPCCANDLE with ID 232. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUSTOMNPCS_NPCCAMPFIREUNLIT with ID 233. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUSTOMNPCS_NPCLAMPUNLIT with ID 234. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUSTOMNPCS_NPCCANDLEUNLIT with ID 235. [15:37:43] [Server thread/INFO]: Injected new Forge block material YEGAMOLCHATTELS_TIKITORCH with ID 253. [15:37:43] [Server thread/INFO]: Injected new Forge block material YEGAMOLCHATTELS_STATUE with ID 254. [15:37:43] [Server thread/INFO]: Injected new Forge block material YEGAMOLCHATTELS_TREASUREPILE with ID 255. [15:37:43] [Server thread/INFO]: Injected new Forge block material YEGAMOLCHATTELS_GRANDFATHERCLOCK with ID 409. [15:37:43] [Server thread/INFO]: Injected new Forge block material YEGAMOLCHATTELS_WEAPONRACK with ID 410. [15:37:43] [Server thread/INFO]: Injected new Forge block material YEGAMOLCHATTELS_GRINDSTONE with ID 411. [15:37:43] [Server thread/INFO]: Injected new Forge block material YEGAMOLCHATTELS_GONG with ID 412. [15:37:43] [Server thread/INFO]: Injected new Forge block material YEGAMOLCHATTELS_PEDESTAL with ID 413. [15:37:43] [Server thread/INFO]: Injected new Forge block material YEGAMOLCHATTELS_YGCITEMSHELF with ID 414. [15:37:43] [Server thread/INFO]: Injected new Forge block material YEGAMOLCHATTELS_YGCSNOWGLOBE with ID 415. [15:37:43] [Server thread/INFO]: Injected new Forge block material YEGAMOLCHATTELS_PLANK_SAW with ID 416. [15:37:43] [Server thread/INFO]: Injected new Forge block material YEGAMOLCHATTELS_TABLE_PRESS with ID 423. [15:37:43] [Server thread/INFO]: Injected new Forge block material YEGAMOLCHATTELS_FLAX_PLANT with ID 424. [15:37:43] [Server thread/INFO]: Injected new Forge block material YEGAMOLCHATTELS_MICRO_BLOCK with ID 425. [15:37:43] [Server thread/INFO]: Injected new Forge block material YEGAMOLCHATTELS_LOOT_CHEST with ID 426. [15:37:43] [Server thread/INFO]: Injected new Forge block material ZIPLINE_ROPE with ID 427. [15:37:43] [Server thread/INFO]: Injected new Forge block material ZIPLINE_ROPEBRIDGE with ID 428. [15:37:43] [Server thread/INFO]: Injected new Forge block material ZIPLINE_CLOTHSHEET with ID 429. [15:37:43] [Server thread/INFO]: Injected new Forge block material ZIPLINE_LEATHERBLOCK with ID 430. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUCHAZSHIPS_BLOCKSHIP with ID 431. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUCHAZSHIPS_BLOCKAIRWALL with ID 432. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUCHAZSHIPS_BLOCKHELM with ID 433. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUCHAZSHIPS_BLOCKBERTH with ID 434. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUCHAZSHIPS_BLOCKAIRROOF with ID 435. [15:37:43] [Server thread/INFO]: Injected new Forge block material CUCHAZSHIPS_BLOCKPROJECTOR with ID 436. [15:37:43] [Server thread/INFO]: Injected new Forge block material TALLDOORS_DRAWBRIDGEWORKBENCH with ID 437. [15:37:43] [Server thread/INFO]: Injected new Forge block material TALLDOORS_ICONOSTONE with ID 438. [15:37:43] [Server thread/INFO]: Injected new Forge block material TALLDOORS_KEYREDSTONELOCK with ID 439. [15:37:43] [Server thread/INFO]: Injected new Forge block material TALLDOORS_MOSAIC with ID 440. [15:37:43] [Server thread/INFO]: Injected new Forge block material TALLDOORS_MOSAICGLASS with ID 441. [15:37:43] [Server thread/INFO]: Injected new Forge block material TALLDOORS_DOOR_WORKSHOP with ID 442. [15:37:43] [Server thread/INFO]: Injected new Forge block material TALLDOORS_DOOR_ASSEMBLY with ID 443. [15:37:43] [Server thread/INFO]: Injected new Forge block material TALLDOORS_FAKEBLOCK with ID 444. [15:37:43] [Server thread/INFO]: Injected new Forge block material TALLDOORS_LUIVITEORE with ID 445. [15:37:43] [Server thread/INFO]: Injected new Forge block material STATUES_STATUESSHOWCASE with ID 450. [15:37:43] [Server thread/INFO]: Injected new Forge block material STATUES_STATUESSTATUE with ID 451. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_FENCEGATE with ID 452. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_FENCE with ID 453. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_CROPORCHID with ID 454. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_CROPTULIPRED with ID 455. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_CROPDANDELION with ID 456. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_CROPS with ID 457. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_CHANNELVALVE with ID 458. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_SEEDANALYZER with ID 459. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_SEEDSTORAGE with ID 460. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_WATERPADFULL with ID 461. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_SPRINKLER with ID 462. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_GRATE with ID 465. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_CROPSHROOMRED with ID 466. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_CROPSHROOMBROWN with ID 469. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_CROPTULIPWHITE with ID 470. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_WATERCHANNEL with ID 471. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_WATERPAD with ID 472. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_CROPSUGARCANE with ID 473. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_WATERTANK with ID 474. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_WATERCHANNELFULL with ID 476. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_CROPPOTATO with ID 478. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_CROPCARROT with ID 479. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_CROPPOPPY with ID 480. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_CROPCACTUS with ID 481. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_CROPTULIPPINK with ID 482. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_CROPALLIUM with ID 485. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_CROPDAISY with ID 486. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_CROPTULIPORANGE with ID 487. [15:37:43] [Server thread/INFO]: Injected new Forge block material INVISIBLEBLOCKMOD_BLOCKINVISIBLESTAIRS with ID 496. [15:37:43] [Server thread/INFO]: Injected new Forge block material INVISIBLEBLOCKMOD_BLOCKINVISIBLESHIELD with ID 497. [15:37:43] [Server thread/INFO]: Injected new Forge block material INVISIBLEBLOCKMOD_BLOCKINVISIBLE with ID 498. [15:37:43] [Server thread/INFO]: Injected new Forge block material INVISIBLEBLOCKMOD_BLOCKINVISIBLEBUTTON with ID 499. [15:37:43] [Server thread/INFO]: Injected new Forge block material INVISIBLEBLOCKMOD_BLOCKINVISIBLESOLID with ID 500. [15:37:43] [Server thread/INFO]: Injected new Forge block material INVISIBLEBLOCKMOD_BLOCKINVISIBLEPRESSUREPLATE with ID 501. [15:37:43] [Server thread/INFO]: Injected new Forge block material INVISIBLEBLOCKMOD_BLOCKINVISIBLETRAPDOOR with ID 502. [15:37:43] [Server thread/INFO]: Injected new Forge block material INVISIBLEBLOCKMOD_BLOCKINVISIBLEBEDROCK with ID 503. [15:37:43] [Server thread/INFO]: Injected new Forge block material INVISIBLEBLOCKMOD_BLOCKINVISIBLETRAPPER with ID 504. [15:37:43] [Server thread/INFO]: Injected new Forge block material INVISIBLEBLOCKMOD_BLOCKINVISIBLEDOOR with ID 505. [15:37:43] [Server thread/INFO]: Injected new Forge block material INVISIBLEBLOCKMOD_BLOCKINVISIBLEFENCEGATE with ID 506. [15:37:43] [Server thread/INFO]: Injected new Forge block material INVISIBLEBLOCKMOD_BLOCKINVISIBLEFENCE with ID 507. [15:37:43] [Server thread/INFO]: Injected new Forge block material INVISIBLEBLOCKMOD_BLOCKINVISIBLELIGHT with ID 508. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFT_GRCROPEBLOCK with ID 509. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFT_GRCFENCEROPE with ID 510. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTAPPLES_GRCAPPLELEAVES with ID 511. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTBAMBOO_GRCBAMBOODOUBLESLAB with ID 512. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTBAMBOO_GRCBAMBOOBLOCK with ID 513. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTRICE_GRCPADDYFIELD with ID 514. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTBAMBOO_GRCBAMBOOSCAFFOLD with ID 515. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTBAMBOO_GRCBAMBOOWALL with ID 516. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTBAMBOO_GRCBAMBOOSTAIRS with ID 517. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTBEES_GRCBEEBOX with ID 518. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTBAMBOO_GRCBAMBOOFENCE with ID 519. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTBAMBOO_GRCBAMBOOSINGLESLAB with ID 520. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTCELLAR_GRCBREWKETTLE with ID 521. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTRICE_GRCRICEBLOCK with ID 522. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTAPPLES_GRCAPPLESAPLING with ID 523. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTBEES_GRCBEEHIVE with ID 524. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTHOPS_GRCHOPVINE with ID 525. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTBAMBOO_GRCBAMBOOSHOOT with ID 526. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTAPPLES_GRCAPPLEBLOCK with ID 527. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTCELLAR_GRCFERMENTBARREL with ID 528. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTBAMBOO_GRCBAMBOOLEAVES with ID 529. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTBAMBOO_GRCBAMBOOSTALK with ID 530. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTBAMBOO_GRCBAMBOODOOR with ID 531. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTCELLAR_GRCFRUITPRESS with ID 532. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTCELLAR_GRCFRUITPRESSER with ID 533. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTBAMBOO_GRCBAMBOOFENCEGATE with ID 534. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTFISHTRAP_GRCFISHTRAP with ID 535. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTMILK_GRCMILKTHISTLE with ID 536. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTMILK_GRCMILKCHEESEBLOCK with ID 537. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTBAMBOO_GRCBAMBOOFENCEROPE with ID 538. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTMILK_GRCMILKBLOCKFLUIDCREAM with ID 539. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTMILK_GRCMILKBLOCKFLUIDCURDS with ID 540. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTMILK_GRCMILKPANCHEON with ID 541. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTMILK_GRCMILKBLOCKFLUIDMILK with ID 542. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTGRAPES_GRCGRAPEBLOCK with ID 543. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTMILK_GRCMILKBLOCKFLUIDBUTTERMILK with ID 544. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTMILK_GRCMILKBLOCKFLUIDRENNET with ID 545. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTMILK_GRCMILKBLOCKFLUIDSKIMMILK with ID 546. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTGRAPES_GRCGRAPEVINE0 with ID 547. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTGRAPES_GRCGRAPEVINE1 with ID 548. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTGRAPES_GRCGRAPEWINEFLUID1 with ID 549. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTHOPS_GRCLAGERFLUID5 with ID 550. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTGRAPES_GRCGRAPEWINEFLUID2 with ID 551. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTHOPS_GRCLAGERFLUID4 with ID 552. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTGRAPES_GRCGRAPEWINEFLUID0 with ID 553. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTHOPS_GRCLAGERFLUID6 with ID 554. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTHOPS_GRCLAGERFLUID1 with ID 555. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFT_GRCNETHERBRICKFENCEROPE with ID 556. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTHOPS_GRCLAGERFLUID0 with ID 557. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTHOPS_GRCLAGERFLUID3 with ID 558. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTHOPS_GRCLAGERFLUID2 with ID 559. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTMILK_GRCMILKBLOCKFLUIDPASTEURIZEDMILK with ID 560. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFT_GRCCORESALT_BLOCK with ID 561. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTGRAPES_GRCGRAPELEAVES with ID 562. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFT_GRCCOREBLOCKFLUIDSALTWATER with ID 563. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTMILK_GRCMILKKUMISFLUID4 with ID 564. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTBEES_GRCHONEYMEADFLUID1 with ID 565. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTMILK_GRCMILKKUMISFLUID5 with ID 566. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTBEES_GRCHONEYMEADFLUID0 with ID 567. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTRICE_GRCRICESAKEFLUID0 with ID 568. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTMILK_GRCMILKKUMISFLUID2 with ID 569. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTMILK_GRCMILKBUTTERCHURN with ID 570. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTMILK_GRCMILKKUMISFLUID3 with ID 571. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTBEES_GRCHONEYMEADFLUID5 with ID 572. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTBEES_GRCHONEYMEADFLUID4 with ID 573. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTBEES_GRCBLOCKFLUIDHONEY with ID 574. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTBEES_GRCHONEYMEADFLUID3 with ID 575. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTBEES_GRCHONEYMEADFLUID2 with ID 576. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTRICE_GRCRICESAKEFLUID6 with ID 577. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTRICE_GRCRICESAKEFLUID5 with ID 578. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTBEES_GRCHONEYMEADFLUID6 with ID 579. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTRICE_GRCRICESAKEFLUID2 with ID 580. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTMILK_GRCMILKKUMISFLUID0 with ID 581. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTRICE_GRCRICESAKEFLUID1 with ID 582. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTMILK_GRCMILKKUMISFLUID1 with ID 583. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTRICE_GRCRICESAKEFLUID4 with ID 584. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTRICE_GRCRICESAKEFLUID3 with ID 585. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTGRAPES_GRCGRAPEWINEFLUID3 with ID 586. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTGRAPES_GRCGRAPEWINEFLUID4 with ID 587. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTGRAPES_GRCGRAPEWINEFLUID5 with ID 588. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTGRAPES_GRCGRAPEWINEFLUID6 with ID 589. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTHOPS_GRCHOPALEFLUID8 with ID 590. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTGRAPES_GRCGRAPEWINEFLUID7 with ID 591. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTHOPS_GRCHOPALEFLUID0 with ID 592. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTHOPS_GRCHOPALEFLUID1 with ID 593. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTHOPS_GRCHOPALEFLUID2 with ID 594. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTHOPS_GRCHOPALEFLUID3 with ID 595. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTHOPS_GRCHOPALEFLUID4 with ID 596. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTHOPS_GRCHOPALEFLUID5 with ID 597. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTAPPLES_GRCAPPLECIDERFLUID0 with ID 598. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTHOPS_GRCHOPALEFLUID6 with ID 599. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTHOPS_GRCHOPALEFLUID7 with ID 600. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTAPPLES_GRCAPPLECIDERFLUID2 with ID 601. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTAPPLES_GRCAPPLECIDERFLUID1 with ID 602. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTAPPLES_GRCAPPLECIDERFLUID4 with ID 603. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTAPPLES_GRCAPPLECIDERFLUID3 with ID 604. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTMILK_GRCMILKCHEESEPRESS with ID 605. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTAPPLES_GRCAPPLECIDERFLUID6 with ID 606. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTMILK_GRCMILKCHEESEVAT with ID 607. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTAPPLES_GRCAPPLECIDERFLUID5 with ID 608. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTMILK_GRCMILKBLOCKFLUIDWHEY with ID 609. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTMILK_GRCMILKHANGINGCURDS with ID 610. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTCELLAR_GRCFERMENTJAR with ID 611. [15:37:43] [Server thread/INFO]: Injected new Forge block material GROWTHCRAFTBEES_GRCBEEBOXBAMBOO with ID 612. [15:37:43] [Server thread/INFO]: Injected new Forge block material BETTERSTORAGE_CARDBOARDBOX with ID 613. [15:37:43] [Server thread/INFO]: Injected new Forge block material BETTERSTORAGE_ARMORSTAND with ID 614. [15:37:43] [Server thread/INFO]: Injected new Forge block material BETTERSTORAGE_LOCKABLEDOOR with ID 615. [15:37:43] [Server thread/INFO]: Injected new Forge block material BETTERSTORAGE_BACKPACK with ID 616. [15:37:43] [Server thread/INFO]: Injected new Forge block material BETTERSTORAGE_FLINTBLOCK with ID 617. [15:37:43] [Server thread/INFO]: Injected new Forge block material BETTERSTORAGE_LOCKER with ID 618. [15:37:43] [Server thread/INFO]: Injected new Forge block material BETTERSTORAGE_REINFORCEDCHEST with ID 619. [15:37:43] [Server thread/INFO]: Injected new Forge block material BETTERSTORAGE_REINFORCEDLOCKER with ID 620. [15:37:43] [Server thread/INFO]: Injected new Forge block material BETTERSTORAGE_CRATE with ID 621. [15:37:43] [Server thread/INFO]: Injected new Forge block material BETTERSTORAGE_CRAFTINGSTATION with ID 622. [15:37:43] [Server thread/INFO]: Injected new Forge block material BETTERSTORAGE_ENDERBACKPACK with ID 623. [15:37:43] [Server thread/INFO]: Injected new Forge block material VENDING_VENDINGMACHINE with ID 675. [15:37:43] [Server thread/INFO]: Injected new Forge block material VENDING_VENDINGMACHINEMULTIPLE with ID 676. [15:37:43] [Server thread/INFO]: Injected new Forge block material VENDING_VENDINGMACHINEADVANCED with ID 677. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_KEYSTONERECEPTACLE with ID 678. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_CROPDESERTNOVA with ID 679. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_ARMORINFUSER with ID 680. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_OTHERWORLDAURA with ID 681. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_ESSENCECONDUIT with ID 682. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_WAKEBLOOM with ID 683. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_LIQUIDESSENCE with ID 684. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_EVERSTONE with ID 685. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_INERTSPAWNER with ID 686. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_CRYSTALMARKER with ID 687. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_CALEFACTOR with ID 688. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_BLACKAUREM with ID 689. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_CANDLE with ID 690. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_CROPTARMAROOT with ID 691. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_CROPCERUBLOSSOM with ID 692. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_MAGICWALL with ID 693. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_BLOCKARCANERECONSTRUCTOR with ID 694. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_IRONINLAY with ID 695. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_WITCHWOODLEAVES with ID 696. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_WIZARDCHALK with ID 697. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_ELEMENTALATTUNER with ID 698. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_MANABATTERY with ID 699. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_INVISIBLEUTILITY with ID 700. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_BLUEORCHID with ID 701. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_AUM with ID 702. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_WITCHWOODSINGLESLAB with ID 703. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_ILLUSIONBLOCK with ID 704. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_WITCHWOODLOG with ID 705. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_SAPLINGWITCHWOOD with ID 706. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_STAIRSWITCHWOOD with ID 707. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_SUMMONER with ID 708. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_SLIPSTREAMGENERATOR with ID 709. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_CROPAUM with ID 710. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_BROKENLINKBLOCK with ID 711. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_SEERSTONE with ID 712. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_GOLDINLAY with ID 713. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_ARCANEDECONSTRUCTOR with ID 714. [15:37:43] [Server thread/INFO]: Injected new Forge block material AGRICRAFT_CROPWAKEBLOOM with ID 715. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_PARTICLEEMITTER with ID 716. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_SPELLSEALEDDOOR with ID 717. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_FLICKERLURE with ID 718. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_CRAFTINGALTAR with ID 719. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_VINTEUMORE with ID 720. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_MAGETORCH with ID 721. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_PLANKSWITCHWOOD with ID 722. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_CELESTIALPRISM with ID 723. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_SPELLRUNE with ID 724. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_OBELISK with ID 725. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_KEYSTONECHEST with ID 726. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_OCCULUS with ID 727. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_VINTEUMTORCH with ID 728. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_WITCHWOODDOUBLESLAB with ID 729. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_MAGICIANSWORKBENCH with ID 730. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_INSCRIPTIONTABLE with ID 731. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_DESERTNOVA with ID 732. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_TARMAROOT with ID 733. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_REDSTONEINLAY with ID 734. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_BLOCKLECTERN with ID 735. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_ASTRALBARRIER with ID 736. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_ESSENCEREFINER with ID 737. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_KEYSTONEDOOR with ID 738. [15:37:43] [Server thread/INFO]: Injected new Forge block material ARSMAGICA2_KEYSTONETRAPDOOR with ID 739. [15:37:43] [Server thread/INFO]: Injected new Forge block material REDGEAR_BREWCRAFT_REDGEARBREWCRAFTBREWERY with ID 740. [15:37:43] [Server thread/INFO]: Injected new Forge block material REDGEAR_BREWCRAFT_REDGEARBREWCRAFTMACHINE with ID 741. [15:37:43] [Server thread/INFO]: Injected new Forge block material REDGEAR_BREWCRAFT_REDGEARBREWCRAFTKEGS with ID 742. [15:37:43] [Server thread/INFO]: Injected new Forge block material REDGEAR_BREWCRAFT_REDGEARBREWCRAFTBOTTLERS with ID 743. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_SEXTUPLEPISTONBASE with ID 744. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_SUPEROCTUPLEPISTONBASE with ID 745. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_REDSTONEPISTONBASE with ID 746. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_DOUBLESTICKYPISTONBASE with ID 747. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_MAGNETICTRIPLEPISTONBASE with ID 748. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_PISTONBASE with ID 749. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_MOREPISTONSROD with ID 750. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_GRAVITATIONALPISTONBASE with ID 751. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_MAGNETICQUINTUPLEPISTONBASE with ID 752. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_MOREPISTONSMAGNETICEXTENSION with ID 753. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_STICKYPISTONBASE with ID 754. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_SUPERSEXTUPLEPISTONBASE with ID 755. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_MOREPISTONSEXTENSION with ID 756. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_SUPERTRIPLESTICKYPISTONBASE with ID 757. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_SUPERSEXTUPLESTICKYPISTONBASE with ID 758. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_SUPERQUINTUPLEPISTONBASE with ID 759. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_QUINTUPLESTICKYPISTONBASE with ID 760. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_REDSTONESTICKYPISTONBASE with ID 761. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_SUPEROCTUPLESTICKYPISTONBASE with ID 762. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_QUINTUPLEPISTONBASE with ID 763. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_MOREPISTONSMOVING with ID 764. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_SUPERQUADRUPLESTICKYPISTONBASE with ID 765. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_SEPTUPLEPISTONBASE with ID 766. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_SUPERQUADRUPLEPISTONBASE with ID 767. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_MAGNETICPISTONBASE with ID 768. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_SUPERDOUBLEPISTONBASE with ID 769. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_SUPERPISTONBASE with ID 770. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_TRIPLESTICKYPISTONBASE with ID 771. [15:37:43] [Server thread/INFO]: Injected new Forge block material GOLLUMCORELIB_BLOCKPROXIMITYSPAWN with ID 772. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_MAGNETICSEXTUPLEPISTONBASE with ID 773. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_SEPTUPLESTICKYPISTONBASE with ID 774. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_QUADRUPLEPISTONBASE with ID 775. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_SUPERSTICKYPISTONBASE with ID 776. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_SEXTUPLESTICKYPISTONBASE with ID 777. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_SUPERDOUBLESTICKYPISTONBASE with ID 778. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_SUPERSEPTUPLESTICKYPISTONBASE with ID 779. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_MAGNETICQUADRUPLEPISTONBASE with ID 780. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_OCTUPLEPISTONBASE with ID 781. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_DOUBLEPISTONBASE with ID 782. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_SUPERQUINTUPLESTICKYPISTONBASE with ID 783. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_SUPERSEPTUPLEPISTONBASE with ID 784. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_QUADRUPLESTICKYPISTONBASE with ID 785. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_MAGNETICSEPTUPLEPISTONBASE with ID 786. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_TRIPLEPISTONBASE with ID 787. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_MAGNETICDOUBLEPISTONBASE with ID 788. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_SUPERTRIPLEPISTONBASE with ID 789. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_MAGNETICOCTUPLEPISTONBASE with ID 790. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_OCTUPLESTICKYPISTONBASE with ID 791. [15:37:43] [Server thread/INFO]: Injected new Forge block material MOREPISTONS_GRAVITATIONALSTICKYPISTONBASE with ID 792. [15:37:43] [Server thread/INFO]: Injected new Forge item material BIBLIOCRAFT_ITEMPLUMBLINE with ID 4096. [15:37:43] [Server thread/INFO]: Injected new Forge item material BIBLIOCRAFT_ITEMFRAMINGSAW with ID 4097. [15:37:43] [Server thread/INFO]: Injected new Forge item material BIBLIOCRAFT_ITEMFRAMINGBOARD with ID 4098. [15:37:43] [Server thread/INFO]: Injected new Forge item material BIBLIOCRAFT_ITEMFRAMINGSHEET with ID 4099. [15:37:43] [Server thread/INFO]: Injected new Forge item material BIBLIOCRAFT_ITEMTESTERITEM with ID 4100. [15:37:43] [Server thread/INFO]: Injected new Forge item material BIBLIOCRAFT_ITEMATLASBOOK with ID 4101. [15:37:43] [Server thread/INFO]: Injected new Forge item material BIBLIOCRAFT_ITEMATLASPLATE with ID 4102. [15:37:43] [Server thread/INFO]: Injected new Forge item material BIBLIOCRAFT_ITEMDEATHCOMPASS with ID 4103. [15:37:43] [Server thread/INFO]: Injected new Forge item material BIBLIOCRAFT_ITEMPAINTINGCANVAS with ID 4104. [15:37:43] [Server thread/INFO]: Injected new Forge item material BIBLIOCRAFT_ITEMBIGBOOK with ID 4105. [15:37:43] [Server thread/INFO]: Injected new Forge item material BIBLIOCRAFT_ITEMRECIPEBOOK with ID 4106. [15:37:43] [Server thread/INFO]: Injected new Forge item material BIBLIOCRAFT_ITEMSLOTTEDBOOK with ID 4107. [15:37:43] [Server thread/INFO]: Injected new Forge item material BIBLIOCRAFT_ITEMHANDDRILL with ID 4108. [15:37:43] [Server thread/INFO]: Injected new Forge item material BIBLIOCRAFT_ITEMTAPEMEASURE with ID 4109. [15:37:43] [Server thread/INFO]: Injected new Forge item material BIBLIOCRAFT_ITEMTAPE with ID 4110. [15:37:43] [Server thread/INFO]: Injected new Forge item material BIBLIOCRAFT_ITEMBIBLIOCHASE with ID 4111. [15:37:43] [Server thread/INFO]: Injected new Forge item material BIBLIOCRAFT_ITEMPRINTPLATE with ID 4112. [15:37:43] [Server thread/INFO]: Injected new Forge item material BIBLIOCRAFT_ITEMENCHANTEDPLATE with ID 4113. [15:37:43] [Server thread/INFO]: Injected new Forge item material BIBLIOCRAFT_ITEMBIBLIOREDBOOK with ID 4114. [15:37:43] [Server thread/INFO]: Injected new Forge item material BIBLIOCRAFT_ITEMBIBLIOGLASSES with ID 4115. [15:37:43] [Server thread/INFO]: Injected new Forge item material BIBLIOCRAFT_ITEMBIBLIODRILL with ID 4116. [15:37:43] [Server thread/INFO]: Injected new Forge item material BIBLIOCRAFT_ITEMBIBLIOCREATIVELOCK with ID 4117. [15:37:43] [Server thread/INFO]: Injected new Forge item material BIBLIOCRAFT_ITEMBIBLIOCLIPBOARD with ID 4118. [15:37:43] [Server thread/INFO]: Injected new Forge item material BIBLIOCRAFT_ITEMSEATBACK with ID 4119. [15:37:43] [Server thread/INFO]: Injected new Forge item material BIBLIOCRAFT_ITEMSEATBACK2 with ID 4120. [15:37:43] [Server thread/INFO]: Injected new Forge item material BIBLIOCRAFT_ITEMSEATBACK3 with ID 4121. [15:37:43] [Server thread/INFO]: Injected new Forge item material BIBLIOCRAFT_ITEMSEATBACK4 with ID 4122. [15:37:43] [Server thread/INFO]: Injected new Forge item material BIBLIOCRAFT_ITEMSEATBACK5 with ID 4123. [15:37:43] [Server thread/INFO]: Injected new Forge item material BIBLIOCRAFT_ITEMBIBLIOMAPTOOL with ID 4124. [15:37:43] [Server thread/INFO]: Injected new Forge item material BIBLIOCRAFT_ITEMBIBLIOWAYPOINTCOMPASS with ID 4125. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCWAND with ID 4126. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCMOBCLONER with ID 4127. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSCRIPTER with ID 4128. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCMOVINGPATH with ID 4129. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCMOUNTER with ID 4130. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCTELEPORTER with ID 4131. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSOULSTONEEMPTY with ID 4132. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSOULSTONEFILLED with ID 4133. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCBANJO with ID 4134. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCVIOLIN with ID 4135. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCVIOLINBOW with ID 4136. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCHARP with ID 4137. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCGUITAR with ID 4138. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFRENCHHORN with ID 4139. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCOCARINA with ID 4140. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCCLARINET with ID 4141. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCWOODENGUN with ID 4142. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCWOODENBULLET with ID 4143. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSTONEGUN with ID 4144. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSTONEBULLET with ID 4145. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCIRONGUN with ID 4146. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCIRONBULLET with ID 4147. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCGOLDGUN with ID 4148. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCGOLDENBULLET with ID 4149. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDIAMONDGUN with ID 4150. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDIAMONDBULLET with ID 4151. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCBRONZEGUN with ID 4152. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCBRONZEBULLET with ID 4153. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCEMERALDGUN with ID 4154. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCEMERALDBULLET with ID 4155. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCMACHINEGUN with ID 4156. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCBLACKBULLET with ID 4157. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCWOODENTRIDENT with ID 4158. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSTONETRIDENT with ID 4159. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCIRONTRIDENT with ID 4160. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCGOLDTRIDENT with ID 4161. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDIAMONDTRIDENT with ID 4162. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCBRONZETRIDENT with ID 4163. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCEMERALDTRIDENT with ID 4164. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCCURSEDTRIDENT with ID 4165. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDEMONICTRIDENT with ID 4166. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFROSTTRIDENT with ID 4167. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCMITHRILTRIDENT with ID 4168. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCNATURESPELL with ID 4169. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCARCANESPELL with ID 4170. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCLIGHTNINGSPELL with ID 4171. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCICESPELL with ID 4172. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFIRESPELL with ID 4173. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDARKSPELL with ID 4174. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCHOLYSPELL with ID 4175. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCORB with ID 4176. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCMANA with ID 4177. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCBROKENORB with ID 4178. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCKUNAI with ID 4179. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCREVERSEKUNAI with ID 4180. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSHURIKEN with ID 4181. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCGIANTSHURIKEN with ID 4182. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCKATANA with ID 4183. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCKUKRI with ID 4184. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCBRONZESWORD with ID 4185. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCEMERALDSWORD with ID 4186. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDEMONICSWORD with ID 4187. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFROSTSWORD with ID 4188. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCMITHRILSWORD with ID 4189. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCGOLFCLUB with ID 4190. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCMAGICWAND with ID 4191. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCCHICKENSWORD with ID 4192. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCHANDCUFFS with ID 4193. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCHAMMER with ID 4194. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCBASEBALLBAT with ID 4195. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCLEADPIPE with ID 4196. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCCLEAVER with ID 4197. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSABER with ID 4198. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCHOCKEYSTICK with ID 4199. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSLEDGEHAMMER with ID 4200. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCBROKENBOTTLE with ID 4201. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCCOMBATKNIVE with ID 4202. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCMACUAHUITL with ID 4203. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCBOSTAFF with ID 4204. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSAIBLADE with ID 4205. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSLINGSHOT with ID 4206. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCMUSKET with ID 4207. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCLEAFBLADE with ID 4208. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCCROSSBOW with ID 4209. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCCROSSBOLT with ID 4210. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCBATTON with ID 4211. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCGUNCHAINSAW with ID 4212. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCRAPIER with ID 4213. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCCROWBAR with ID 4214. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCPIPEWRENCH with ID 4215. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSWISSARMYKNIFE with ID 4216. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCWRENCH with ID 4217. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCEXCALIBUR with ID 4218. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCWOODENSHIELD with ID 4219. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSTONESHIELD with ID 4220. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCIRONSHIELD with ID 4221. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCGOLDENSHIELD with ID 4222. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDIASHIELD with ID 4223. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCBRONZESHIELD with ID 4224. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCEMERALDSHIELD with ID 4225. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDEMONICSHIELD with ID 4226. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFROSTSHIELD with ID 4227. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCMITHRILSHIELD with ID 4228. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFULLWOODENSHIELD with ID 4229. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFULLSTONESHIELD with ID 4230. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFULLIRONSHIELD with ID 4231. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFULLGOLDENSHIELD with ID 4232. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFULLDIASHIELD with ID 4233. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFULLBRONZESHIELD with ID 4234. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFULLEMERALDSHIELD with ID 4235. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCHEATERSHIELD with ID 4236. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCCRYSCENTSHIELD with ID 4237. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSCUTUMSHIELD with ID 4238. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCTOWERSHIELD with ID 4239. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCWOODENSPEAR with ID 4240. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSTONESPEAR with ID 4241. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCIRONSPEAR with ID 4242. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCGOLDENSPEAR with ID 4243. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDIAMONDSPEAR with ID 4244. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCBRONZESPEAR with ID 4245. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCEMERALDSPEAR with ID 4246. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDEMONICSPEAR with ID 4247. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFROSTSPEAR with ID 4248. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCMITHRILSPEAR with ID 4249. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCWOODENHALBERD with ID 4250. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSTONEHALBERD with ID 4251. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCIRONHALBERD with ID 4252. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCGOLDENHALBERD with ID 4253. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDIAMONDHALBERD with ID 4254. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCBRONZEHALBERD with ID 4255. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCEMERALDHALBERD with ID 4256. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDEMONICHALBERD with ID 4257. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFROSTHALBERD with ID 4258. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCMITHRILHALBERD with ID 4259. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCWOODENBATTLEAXE with ID 4260. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSTONEBATTLEAXE with ID 4261. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCIRONBATTLEAXE with ID 4262. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCGOLDENBATTLEAXE with ID 4263. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDIAMONDBATTLEAXE with ID 4264. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCBRONZEBATTLEAXE with ID 4265. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCEMERALDBATTLEAXE with ID 4266. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDEMONICBATTLEAXE with ID 4267. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFROSTBATTLEAXE with ID 4268. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCMITHRILBATTLEAXE with ID 4269. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCWOODENWARHAMMER with ID 4270. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSTONEWARHAMMER with ID 4271. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCIRONWARHAMMER with ID 4272. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCGOLDENWARHAMMER with ID 4273. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDIAMONDWARHAMMER with ID 4274. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCBRONZEWARHAMMER with ID 4275. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCEMERALDWARHAMMER with ID 4276. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDEMONICWARHAMMER with ID 4277. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFROSTWARHAMMER with ID 4278. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCMITHRILWARHAMMER with ID 4279. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCWOODENMACE with ID 4280. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSTONEMACE with ID 4281. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCIRONMACE with ID 4282. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCGOLDENMACE with ID 4283. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDIAMONDMACE with ID 4284. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCBRONZEMACE with ID 4285. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCEMERALDMACE with ID 4286. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDEMONICMACE with ID 4287. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFROSTMACE with ID 4288. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCMITHRILMACE with ID 4289. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCWOODENDAGGER with ID 4290. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCWOODENREVERSEDDAGGER with ID 4291. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSTONEDAGGER with ID 4292. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSTONEREVERSEDDAGGER with ID 4293. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCIRONDAGGER with ID 4294. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCIRONREVERSEDDAGGER with ID 4295. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCGOLDENDAGGER with ID 4296. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCGOLDENREVERSEDDAGGER with ID 4297. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDIAMONDDAGGER with ID 4298. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDIAMONDREVERSEDDAGGER with ID 4299. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCBRONZEDAGGER with ID 4300. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCBRONZEREVERSEDDAGGER with ID 4301. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCEMERALDDAGGER with ID 4302. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCEMERALDREVERSEDDAGGER with ID 4303. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDEMONICDAGGER with ID 4304. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDEMONICREVERSEDDAGGER with ID 4305. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFROSTDAGGER with ID 4306. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFROSTREVERSEDDAGGER with ID 4307. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCMITHRILDAGGER with ID 4308. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCMITHRILREVERSEDDAGGER with ID 4309. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCNINJACLAW with ID 4310. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSTEELCLAW with ID 4311. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCBEARCLAW with ID 4312. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCKATAR with ID 4313. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCWOODENSTAFF with ID 4314. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSTONESTAFF with ID 4315. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCIRONSTAFF with ID 4316. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCGOLDENSTAFF with ID 4317. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDIAMONDSTAFF with ID 4318. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCBRONZESTAFF with ID 4319. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCEMERALDSTAFF with ID 4320. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDEMONICSTAFF with ID 4321. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFROSTSTAFF with ID 4322. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCMITHRILSTAFF with ID 4323. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCELEMENTALSTAFF with ID 4324. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCWOODENSCYTHE with ID 4325. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSTONESCYTHE with ID 4326. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCIRONSCYTHE with ID 4327. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCGOLDENSCYTHE with ID 4328. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDIAMONDSCYTHE with ID 4329. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCEMERALDSCYTHE with ID 4330. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCBRONZESCYTHE with ID 4331. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDEMONICSCYTHE with ID 4332. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFROSTSCYTHE with ID 4333. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCMITHRILSCYTHE with ID 4334. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCWOODENGLAIVE with ID 4335. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSTONEGLAIVE with ID 4336. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCIRONGLAIVE with ID 4337. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCGOLDENGLAIVE with ID 4338. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDIAMONDGLAIVE with ID 4339. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCBRONZEGLAIVE with ID 4340. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCEMERALDGLAIVE with ID 4341. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDEMONICGLAIVE with ID 4342. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFROSTGLAIVE with ID 4343. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCMITHRILGLAIVE with ID 4344. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCWOODENBROADSWORD with ID 4345. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSTONEBROADSWORD with ID 4346. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCIRONBROADSWORD with ID 4347. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCGOLDENBROADSWORD with ID 4348. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDIAMONDBROADSWORD with ID 4349. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCBRONZEBROADSWORD with ID 4350. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCEMERALDBROADSWORD with ID 4351. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDEMONICBROADSWORD with ID 4352. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFROSTBROADSWORD with ID 4353. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCMITHRILBROADSWORD with ID 4354. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCCOWLEATHERHEAD with ID 4355. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCCOWLEATHERCHEST with ID 4356. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCCOWLEATHERLEGS with ID 4357. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCCOWLEATHERBOOTS with ID 4358. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCNANORUMHEAD with ID 4359. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCNANORUMCHEST with ID 4360. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCNANORUMLEGS with ID 4361. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCNANORUMBOOTS with ID 4362. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCTACTICALHEAD with ID 4363. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCTACTICALCHEST with ID 4364. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFULLLEATHERHEAD with ID 4365. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFULLLEATHERCHEST with ID 4366. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFULLIRONHEAD with ID 4367. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFULLIRONCHEST with ID 4368. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFULLGOLDHEAD with ID 4369. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFULLGOLDCHEST with ID 4370. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFULLDIAMONDHEAD with ID 4371. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFULLDIAMONDCHEST with ID 4372. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFULLBRONZEHEAD with ID 4373. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFULLBRONZECHEST with ID 4374. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFULLBRONZELEGGINGS with ID 4375. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFULLBRONZEBOOTS with ID 4376. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFULLEMERALDHEAD with ID 4377. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFULLEMERALDCHEST with ID 4378. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFULLEMERALDLEGGINGS with ID 4379. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFULLEMERALDBOOTS with ID 4380. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFULLWOODENHEAD with ID 4381. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFULLWOODENCHEST with ID 4382. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFULLWOODENLEGGINGS with ID 4383. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFULLWOODENBOOTS with ID 4384. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCTUXEDOCHEST with ID 4385. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCTUXEDOPANTS with ID 4386. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCTUXEDOBOTTOM with ID 4387. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCWIZARDHEAD with ID 4388. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCWIZARDCHEST with ID 4389. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCWIZARDPANTS with ID 4390. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCASSASSINHEAD with ID 4391. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCASSASSINCHEST with ID 4392. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCASSASSINLEGGINGS with ID 4393. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCASSASSINBOOTS with ID 4394. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSOLDIERHEAD with ID 4395. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSOLDIERCHEST with ID 4396. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSOLDIERLEGS with ID 4397. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSOLDIERBOTTOM with ID 4398. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCX407HEAD with ID 4399. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCX407CHEST with ID 4400. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCX407LEGS with ID 4401. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCX407BOOTS with ID 4402. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCMITHRILHEAD with ID 4403. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCMITHRILCHEST with ID 4404. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCMITHRILLEGS with ID 4405. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCMITHRILBOOTS with ID 4406. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDEMONICHEAD with ID 4407. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDEMONICCHEST with ID 4408. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDEMONICLEGS with ID 4409. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDEMONICBOOTS with ID 4410. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCCOMMISSARHEAD with ID 4411. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCCOMMISSARCHEST with ID 4412. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCCOMMISSARLEGS with ID 4413. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCCOMMISSARBOTTOM with ID 4414. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCINFANTRYHELMET with ID 4415. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCOFFICERCHEST with ID 4416. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCCROWN2 with ID 4417. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCCROWN with ID 4418. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCPAPERCROWN with ID 4419. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCNINJAHEAD with ID 4420. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCNINJACHEST with ID 4421. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCNINJAPANTS with ID 4422. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCCHAINSKIRT with ID 4423. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCLEATHERSKIRT with ID 4424. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCGOLDSKIRT with ID 4425. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCIRONSKIRT with ID 4426. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDIAMONDSKIRT with ID 4427. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCEMERALDSKIRT with ID 4428. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCBRONZESKIRT with ID 4429. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDEMONICSKIRT with ID 4430. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCMITHRILSKIRT with ID 4431. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCCOINWOODEN with ID 4432. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCCOINSTONE with ID 4433. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCCOINBRONZE with ID 4434. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCCOINIRON with ID 4435. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCCOINGOLD with ID 4436. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCCOINDIAMOND with ID 4437. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCCOINEMERALD with ID 4438. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCANCIENTCOIN with ID 4439. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCLETTER with ID 4440. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCPLANS with ID 4441. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSATCHEL with ID 4442. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCBAG with ID 4443. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCCRYSTAL with ID 4444. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSEVEREDEAR with ID 4445. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCPHONE with ID 4446. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCBANDITMASK with ID 4447. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCBROKENARROW with ID 4448. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCEARTHELEMENT with ID 4449. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCWATERELEMENT with ID 4450. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCFIREELEMENT with ID 4451. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCAIRELEMENT with ID 4452. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCCARKEY with ID 4453. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCKEY with ID 4454. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCKEY2 with ID 4455. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCPENDANT with ID 4456. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCBLUEPRINT with ID 4457. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCRING with ID 4458. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSKULL with ID 4459. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSAPHIRE with ID 4460. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCRUBY with ID 4461. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCAMETHYST with ID 4462. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCBRONZEINGOT with ID 4463. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCDEMONICINGOT with ID 4464. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCMITHRILINGOT with ID 4465. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCANCIENTSCROLL with ID 4466. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCARTIFACT with ID 4467. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCLOCKET with ID 4468. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSILK with ID 4469. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCSTATUETTE with ID 4470. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCTABLET with ID 4471. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCHEART with ID 4472. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCMONEY with ID 4473. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCNECKLACE with ID 4474. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUSTOMNPCS_NPCUSBSTICK with ID 4475. [15:37:43] [Server thread/INFO]: Injected new Forge item material YEGAMOLCHATTELS_BANNERSMALL with ID 4634. [15:37:43] [Server thread/INFO]: Injected new Forge item material YEGAMOLCHATTELS_BANNERLARGE with ID 4635. [15:37:43] [Server thread/INFO]: Injected new Forge item material YEGAMOLCHATTELS_ENTITY_VITA with ID 4636. [15:37:43] [Server thread/INFO]: Injected new Forge item material YEGAMOLCHATTELS_FLAGSMALL with ID 4637. [15:37:43] [Server thread/INFO]: Injected new Forge item material YEGAMOLCHATTELS_FLAGLARGE with ID 4638. [15:37:43] [Server thread/INFO]: Injected new Forge item material YEGAMOLCHATTELS_GRINDSTONESTONE with ID 4639. [15:37:43] [Server thread/INFO]: Injected new Forge item material YEGAMOLCHATTELS_MALLET with ID 4640. [15:37:43] [Server thread/INFO]: Injected new Forge item material YEGAMOLCHATTELS_PLANK with ID 4641. [15:37:43] [Server thread/INFO]: Injected new Forge item material YEGAMOLCHATTELS_SMOOTH_PLANK with ID 4642. [15:37:43] [Server thread/INFO]: Injected new Forge item material YEGAMOLCHATTELS_REFINED_PLANK with ID 4643. [15:37:43] [Server thread/INFO]: Injected new Forge item material YEGAMOLCHATTELS_SANDPAPER with ID 4644. [15:37:43] [Server thread/INFO]: Injected new Forge item material YEGAMOLCHATTELS_LINSEED_OIL with ID 4645. [15:37:43] [Server thread/INFO]: Injected new Forge item material YEGAMOLCHATTELS_IRON_SAW with ID 4646. [15:37:43] [Server thread/INFO]: Injected new Forge item material YEGAMOLCHATTELS_FLAX_SEEDS with ID 4647. [15:37:43] [Server thread/INFO]: Injected new Forge item material YEGAMOLCHATTELS_FLAX_FIBER with ID 4648. [15:37:43] [Server thread/INFO]: Injected new Forge item material YEGAMOLCHATTELS_IRON_CHISEL_POINT with ID 4649. [15:37:43] [Server thread/INFO]: Injected new Forge item material YEGAMOLCHATTELS_IRON_CHISEL with ID 4650. [15:37:43] [Server thread/INFO]: Injected new Forge item material YEGAMOLCHATTELS_CLUB_HAMMER with ID 4651. [15:37:43] [Server thread/INFO]: Injected new Forge item material YEGAMOLCHATTELS_BLOCK_FRAGMENT with ID 4652. [15:37:43] [Server thread/INFO]: Injected new Forge item material ZIPLINE_ARROWROPE with ID 4653. [15:37:43] [Server thread/INFO]: Injected new Forge item material ZIPLINE_HANDLEBAR with ID 4654. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUCHAZCUCHAZINTERACTIVE_TOKEN with ID 4655. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUCHAZCUCHAZINTERACTIVE_LISTOFSUPPORTERS with ID 4656. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUCHAZCUCHAZINTERACTIVE_SUPPORTERPLAQUE with ID 4657. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUCHAZCUCHAZINTERACTIVE_SHIPPLAQUE with ID 4658. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUCHAZSHIPS_PADDLE with ID 4659. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUCHAZSHIPS_MAGICBUCKET with ID 4660. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUCHAZSHIPS_MAGICSHIPLEVITATOR with ID 4661. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUCHAZSHIPS_SHIPCLIPBOARD with ID 4662. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUCHAZSHIPS_SHIPERASER with ID 4663. [15:37:43] [Server thread/INFO]: Injected new Forge item material CUCHAZSHIPS_BERTH with ID 4664. [15:37:43] [Server thread/INFO]: Injected new Forge item material TALLDOORS_DOORPLACER with ID 4665. [15:37:43] [Server thread/INFO]: Injected new Forge item material TALLDOORS_CONNECTOR with ID 4666. [15:37:43] [Server thread/INFO]: Injected new Forge item material TALLDOORS_DRAWBRIDGE with ID 4667. [15:37:43] [Server thread/INFO]: Injected new Forge item material TALLDOORS_DESTRUCTIONHAMMER with ID 4668. [15:37:43] [Server thread/INFO]: Injected new Forge item material TALLDOORS_KEY with ID 4669. [15:37:43] [Server thread/INFO]: Injected new Forge item material TALLDOORS_MOSAICTOOL with ID 4670. [15:37:43] [Server thread/INFO]: Injected new Forge item material TALLDOORS_MOSAICTOOL2 with ID 4671. [15:37:43] [Server thread/INFO]: Injected new Forge item material TALLDOORS_KEYMAKERPLACER with ID 4672. [15:37:43] [Server thread/INFO]: Injected new Forge item material TALLDOORS_TRAPDOORPLACER with ID 4673. [15:37:43] [Server thread/INFO]: Injected new Forge item material TALLDOORS_MODULARDOORPLACER with ID 4674. [15:37:43] [Server thread/INFO]: Injected new Forge item material TALLDOORS_DOORMODULE with ID 4675. [15:37:43] [Server thread/INFO]: Injected new Forge item material TALLDOORS_LUIVITEINGOT with ID 4676. [15:37:43] [Server thread/INFO]: Injected new Forge item material STATUES_STATUESITEMSHOWCASE with ID 4681. [15:37:43] [Server thread/INFO]: Injected new Forge item material STATUES_STATUESMARTEAU with ID 4682. [15:37:43] [Server thread/INFO]: Injected new Forge item material ASIELIB_ITEMASIETWEAKSKEY with ID 4683. [15:37:43] [Server thread/INFO]: Injected new Forge item material STATUES_STATUESITEMPALETTE with ID 4684. [15:37:43] [Server thread/INFO]: Injected new Forge item material AGRICRAFT_TROWEL with ID 4685. [15:37:43] [Server thread/INFO]: Injected new Forge item material AGRICRAFT_SEEDPOTATO with ID 4687. [15:37:43] [Server thread/INFO]: Injected new Forge item material AGRICRAFT_SEEDDAISY with ID 4688. [15:37:43] [Server thread/INFO]: Injected new Forge item material AGRICRAFT_CLIPPER with ID 4690. [15:37:43] [Server thread/INFO]: Injected new Forge item material AGRICRAFT_MAGNIFYINGGLASS with ID 4691. [15:37:43] [Server thread/INFO]: Injected new Forge item material AGRICRAFT_SEEDALLIUM with ID 4693. [15:37:43] [Server thread/INFO]: Injected new Forge item material AGRICRAFT_CROPSITEM with ID 4695. [15:37:43] [Server thread/INFO]: Injected new Forge item material AGRICRAFT_DEBUGGER with ID 4698. [15:37:43] [Server thread/INFO]: Injected new Forge item material AGRICRAFT_SEEDDANDELION with ID 4700. [15:37:43] [Server thread/INFO]: Injected new Forge item material AGRICRAFT_CLIPPING with ID 4701. [15:37:43] [Server thread/INFO]: Injected new Forge item material AGRICRAFT_SEEDTULIPRED with ID 4703. [15:37:43] [Server thread/INFO]: Injected new Forge item material AGRICRAFT_HANDRAKE with ID 4706. [15:37:43] [Server thread/INFO]: Injected new Forge item material AGRICRAFT_JOURNAL with ID 4707. [15:37:43] [Server thread/INFO]: Injected new Forge item material AGRICRAFT_SEEDPOPPY with ID 4709. [15:37:43] [Server thread/INFO]: Injected new Forge item material AGRICRAFT_SEEDCACTUS with ID 4711. [15:37:43] [Server thread/INFO]: Injected new Forge item material AGRICRAFT_SEEDTULIPPINK with ID 4712. [15:37:43] [Server thread/INFO]: Injected new Forge item material AGRICRAFT_SEEDORCHID with ID 4713. [15:37:43] [Server thread/INFO]: Injected new Forge item material AGRICRAFT_SEEDSUGARCANE with ID 4714. [15:37:43] [Server thread/INFO]: Injected new Forge item material AGRICRAFT_SEEDSHROOMBROWN with ID 4715. [15:37:43] [Server thread/INFO]: Injected new Forge item material AGRICRAFT_SEEDTULIPORANGE with ID 4716. [15:37:43] [Server thread/INFO]: Injected new Forge item material AGRICRAFT_SEEDTULIPWHITE with ID 4717. [15:37:43] [Server thread/INFO]: Injected new Forge item material AGRICRAFT_SEEDSHROOMRED with ID 4718. [15:37:43] [Server thread/INFO]: Injected new Forge item material AGRICRAFT_SEEDCARROT with ID 4719. [15:37:43] [Server thread/INFO]: Injected new Forge item material INVISIBLEBLOCKMOD_ITEMINVISIBLEDOOR with ID 4840. [15:37:43] [Server thread/INFO]: Injected new Forge item material INVISIBLEBLOCKMOD_ITEMSEEKERHELM with ID 4841. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFT_GRCROPE with ID 4842. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTBAMBOO_GRCBAMBOOCOAL with ID 4843. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTHOPS_GRCHOPALE with ID 4844. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTHOPS_GRCHOPS with ID 4846. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTBAMBOO_GRCBAMBOO with ID 4848. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTCELLAR_GRCCHIEVITEMDUMMY with ID 4849. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTBEES_GRCHONEYMEAD with ID 4850. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTBAMBOO_GRCBAMBOORAFT with ID 4851. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTHOPS_GRCHOPSEEDS with ID 4852. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTRICE_GRCRICESAKE with ID 4854. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTBEES_GRCHONEYJAR with ID 4855. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTRICE_GRCRICEBALL with ID 4856. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTRICE_GRCRICE with ID 4857. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTBAMBOO_GRCBAMBOODOORITEM with ID 4858. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTBAMBOO_GRCBAMBOOSHOOTFOOD with ID 4860. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTBEES_GRCBEE with ID 4861. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTAPPLES_GRCAPPLESEEDS with ID 4862. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTAPPLES_GRCAPPLECIDER with ID 4864. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTMILK_GRCMILKICECREAM with ID 4865. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTCELLAR_GRCYEAST with ID 4866. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTMILK_GRCMILKBUCKETFLUIDPASTEURIZEDMILK with ID 4867. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTBEES_GRCHONEYCOMBEMPTY with ID 4868. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTHOPS_GRCLAGERBUCKET2 with ID 4869. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTHOPS_GRCLAGERBUCKET3 with ID 4870. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTHOPS_GRCLAGERBUCKET0 with ID 4871. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTHOPS_GRCLAGERBUCKET1 with ID 4872. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTHOPS_GRCLAGERBUCKET6 with ID 4873. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTHOPS_GRCLAGERBUCKET4 with ID 4874. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTHOPS_GRCLAGERBUCKET5 with ID 4875. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFT_GRCCORECROWBAR with ID 4876. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTCELLAR_GRCWATERBAG with ID 4877. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTMILK_GRCMILKCHEESECLOTH with ID 4878. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTMILK_GRCMILKBOTTLEFLUIDMILK with ID 4879. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTMILK_GRCMILKBUCKETFLUIDSKIMMILK with ID 4880. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTBEES_GRCBEESBEESWAX with ID 4881. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTRICE_GRCRICESAKEBUCKET2 with ID 4882. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTRICE_GRCRICESAKEBUCKET1 with ID 4883. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTRICE_GRCRICESAKEBUCKET0 with ID 4884. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTMILK_GRCMILKBOTTLEFLUIDWHEY with ID 4885. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTRICE_GRCRICESAKEBUCKET6 with ID 4886. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTRICE_GRCRICESAKEBUCKET5 with ID 4887. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTGRAPES_GRCGRAPES with ID 4888. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTRICE_GRCRICESAKEBUCKET4 with ID 4889. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTRICE_GRCRICESAKEBUCKET3 with ID 4890. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFT_GRCCORESALTBOTTLE with ID 4891. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTHOPS_GRCLAGER with ID 4892. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTMILK_GRCMILKBOTTLEFLUIDSKIMMILK with ID 4893. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFT_GRCCORESALTBUCKET with ID 4894. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTAPPLES_GRCAPPLECIDERBUCKET0 with ID 4895. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTAPPLES_GRCAPPLECIDERBUCKET2 with ID 4896. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTAPPLES_GRCAPPLECIDERBUCKET1 with ID 4897. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTAPPLES_GRCAPPLECIDERBUCKET4 with ID 4898. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTAPPLES_GRCAPPLECIDERBUCKET3 with ID 4899. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTAPPLES_GRCAPPLECIDERBUCKET6 with ID 4900. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTAPPLES_GRCAPPLECIDERBUCKET5 with ID 4901. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTMILK_GRCMILKBUCKETFLUIDRENNET with ID 4902. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTBEES_GRCBUCKETFLUIDHONEY with ID 4903. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTMILK_GRCMILKBUCKETFLUIDWHEY with ID 4904. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTMILK_GRCMILKSTARTERCULTURE with ID 4905. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTGRAPES_GRCGRAPEWINEBUCKET0 with ID 4906. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTGRAPES_GRCGRAPEWINEBUCKET2 with ID 4907. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTGRAPES_GRCGRAPEWINEBUCKET1 with ID 4908. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTGRAPES_GRCGRAPEWINEBUCKET4 with ID 4909. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTGRAPES_GRCGRAPESEEDS with ID 4910. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFT_GRCCORESALT with ID 4911. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTMILK_GRCMILKBOTTLEFLUIDRENNET with ID 4912. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTGRAPES_GRCGRAPEWINEBUCKET3 with ID 4913. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTMILK_GRCMILKBOTTLEFLUIDPASTEURIZEDMILK with ID 4914. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTMILK_GRCMILKBUCKETFLUIDBUTTERMILK with ID 4915. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTMILK_GRCMILKBUCKETFLUIDCREAM with ID 4916. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTMILK_GRCMILKBUCKETFLUIDCURDS with ID 4917. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTMILK_GRCMILKCHEESE with ID 4918. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTBEES_GRCHONEYCOMBFILLED with ID 4919. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTHOPS_GRCHOPALEBUCKET0 with ID 4920. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTHOPS_GRCHOPALEBUCKET1 with ID 4921. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTHOPS_GRCHOPALEBUCKET2 with ID 4922. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTHOPS_GRCHOPALEBUCKET3 with ID 4923. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTHOPS_GRCHOPALEBUCKET4 with ID 4924. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTHOPS_GRCHOPALEBUCKET5 with ID 4925. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTHOPS_GRCHOPALEBUCKET6 with ID 4926. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTHOPS_GRCHOPALEBUCKET7 with ID 4927. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTHOPS_GRCHOPALEBUCKET8 with ID 4928. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTGRAPES_GRCGRAPEWINEBUCKET7 with ID 4929. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFT_GRCCOREBOTTLEFLUIDSALTWATER with ID 4930. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTMILK_GRCMILKSTOMACH with ID 4931. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTGRAPES_GRCGRAPEWINEBUCKET5 with ID 4932. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTGRAPES_GRCGRAPEWINEBUCKET6 with ID 4933. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTMILK_GRCMILKSEEDTHISTLE with ID 4934. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTMILK_GRCMILKYOGURT with ID 4935. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTBEES_GRCBOTTLEFLUIDHONEY with ID 4936. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTMILK_GRCMILKBOTTLEFLUIDCREAM with ID 4937. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTGRAPES_GRCGRAPEWINE with ID 4938. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFT_GRCCOREBUCKETFLUIDSALTWATER with ID 4939. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTMILK_GRCMILKBOTTLEFLUIDCURDS with ID 4940. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTMILK_GRCMILKKUMISBUCKET1 with ID 4941. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTMILK_GRCMILKKUMISBUCKET0 with ID 4942. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTMILK_GRCMILKKUMISBUCKET5 with ID 4943. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTMILK_GRCMILKKUMISBUCKET4 with ID 4944. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTMILK_GRCMILKKUMISBUCKET3 with ID 4945. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTMILK_GRCMILKKUMISBUCKET2 with ID 4946. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTMILK_GRCMILKKUMISBOTTLE with ID 4947. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTBEES_GRCHONEYMEADBUCKET0 with ID 4948. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTBEES_GRCHONEYMEADBUCKET1 with ID 4949. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTBEES_GRCHONEYMEADBUCKET6 with ID 4950. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTMILK_GRCMILKBUTTER with ID 4951. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTBEES_GRCHONEYMEADBUCKET2 with ID 4952. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTBEES_GRCHONEYMEADBUCKET3 with ID 4953. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTBEES_GRCHONEYMEADBUCKET4 with ID 4954. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTMILK_GRCMILKBOTTLEFLUIDBUTTERMILK with ID 4955. [15:37:43] [Server thread/INFO]: Injected new Forge item material GROWTHCRAFTBEES_GRCHONEYMEADBUCKET5 with ID 4956. [15:37:43] [Server thread/INFO]: Injected new Forge item material BETTERSTORAGE_CARDBOARDBOOTS with ID 4957. [15:37:43] [Server thread/INFO]: Injected new Forge item material BETTERSTORAGE_CARDBOARDLEGGINGS with ID 4958. [15:37:43] [Server thread/INFO]: Injected new Forge item material BETTERSTORAGE_KEYRING with ID 4959. [15:37:43] [Server thread/INFO]: Injected new Forge item material BETTERSTORAGE_CARDBOARDCHESTPLATE with ID 4960. [15:37:43] [Server thread/INFO]: Injected new Forge item material BETTERSTORAGE_LOCK with ID 4961. [15:37:43] [Server thread/INFO]: Injected new Forge item material BETTERSTORAGE_CARDBOARDPICKAXE with ID 4962. [15:37:43] [Server thread/INFO]: Injected new Forge item material BETTERSTORAGE_CARDBOARDHELMET with ID 4963. [15:37:43] [Server thread/INFO]: Injected new Forge item material BETTERSTORAGE_CARDBOARDSWORD with ID 4964. [15:37:43] [Server thread/INFO]: Injected new Forge item material BETTERSTORAGE_BUCKETSLIME with ID 4965. [15:37:43] [Server thread/INFO]: Injected new Forge item material BETTERSTORAGE_ENDERBACKPACK with ID 4966. [15:37:43] [Server thread/INFO]: Injected new Forge item material BETTERSTORAGE_CARDBOARDSHOVEL with ID 4967. [15:37:43] [Server thread/INFO]: Injected new Forge item material BETTERSTORAGE_CARDBOARDSHEET with ID 4968. [15:37:43] [Server thread/INFO]: Injected new Forge item material BETTERSTORAGE_MASTERKEY with ID 4969. [15:37:43] [Server thread/INFO]: Injected new Forge item material BETTERSTORAGE_CARDBOARDAXE with ID 4970. [15:37:43] [Server thread/INFO]: Injected new Forge item material BETTERSTORAGE_DRINKINGHELMET with ID 4971. [15:37:43] [Server thread/INFO]: Injected new Forge item material BETTERSTORAGE_BACKPACK with ID 4972. [15:37:43] [Server thread/INFO]: Injected new Forge item material BETTERSTORAGE_CARDBOARDHOE with ID 4973. [15:37:43] [Server thread/INFO]: Injected new Forge item material BETTERSTORAGE_KEY with ID 4974. [15:37:43] [Server thread/INFO]: Injected new Forge item material REDGEAR_CORE_DEBUGGER with ID 5036. [15:37:43] [Server thread/INFO]: Injected new Forge item material VENDING_VENDINGMACHINEWRENCH with ID 5039. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_CHARGEFOCUS with ID 5040. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_KEYSTONE with ID 5041. [15:37:43] [Server thread/INFO]: Injected new Forge item material AGRICRAFT_SEEDCERUBLOSSOM with ID 5042. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_WOODENLEG with ID 5043. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_BLUECHALK with ID 5044. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_SPELLBASE with ID 5045. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_LIQUIDESSENCEBOTTLE with ID 5046. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_AIR_SLED with ID 5047. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_GREATERFOCUS with ID 5048. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_MANAMARTINI with ID 5049. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_MAGEARMOR with ID 5050. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_MAGEBOOTS with ID 5051. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_EVILBOOK with ID 5052. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_STANDARDFOCUS with ID 5053. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_BOUNDAXENOR with ID 5054. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_PLAYERJOURNAL with ID 5055. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_MANAFOCUS with ID 5056. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_COWHORN with ID 5057. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_LESSERMANAPOTION with ID 5058. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_ITEMFOCUS with ID 5059. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_BOUNDSWORDNOR with ID 5060. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_SPELLPARCHMENT with ID 5061. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_SPELLBOOK with ID 5062. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_DEFICITCRYSTAL with ID 5063. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_ITEMORE with ID 5064. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_PLAYERFOCUS with ID 5065. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_MANACAKE with ID 5066. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_RUNE with ID 5067. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_MAGICBROOM with ID 5068. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_ESSENCE with ID 5069. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_GREATERMANAPOTION with ID 5070. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_LIGHTNINGCHARM with ID 5071. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_LESSERFOCUS with ID 5072. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_EPICMANAPOTION with ID 5073. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_CRYSTAL_WRENCH with ID 5074. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_MOBFOCUS with ID 5075. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_MAGELEGGINGS with ID 5076. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_FIRE_EARS with ID 5077. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_BATTLEMAGEBOOTS with ID 5078. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_AMSPAWNEGG with ID 5079. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_BOUNDHOENOR with ID 5080. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_BOOKAFFINITY with ID 5081. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_CREATUREFOCUS with ID 5082. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_KEYSTONEDOORPLACER with ID 5083. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_FLICKERJAR with ID 5084. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_FLICKERFOCUS with ID 5085. [15:37:43] [Server thread/INFO]: Injected new Forge item material AGRICRAFT_SEEDTARMAROOT with ID 5086. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_CRYSTAL_PHYLACTERY with ID 5087. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_BATTLEMAGEARMOR with ID 5088. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_MAGITECHSTAFF with ID 5089. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_MANAPOTIONBUNDLE with ID 5090. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_WORKBENCHUPGRADE with ID 5091. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_BOUNDSHOVELNOR with ID 5092. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_MAGITECHGOGGLES with ID 5093. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_ENDERBOOTS with ID 5094. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_INSCRIPTIONUPGRADE with ID 5095. [15:37:43] [Server thread/INFO]: Injected new Forge item material AGRICRAFT_SEEDWAKEBLOOM with ID 5096. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_ESSENCEBAG with ID 5097. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_BATTLEMAGELEGGINGS with ID 5098. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_WINTER_ARM with ID 5099. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_EARTH_ARMOR with ID 5100. [15:37:43] [Server thread/INFO]: Injected new Forge item material AGRICRAFT_SEEDAUM with ID 5101. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_SPELLCOMPONENT with ID 5102. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_NATURESCYTHE with ID 5103. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_RUNEBAG with ID 5104. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_ARCANECOMPENDIUM with ID 5105. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_LIQUIDESSENCEBUCKET with ID 5106. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_LEGENDARYMANAPOTION with ID 5107. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_BATTLEMAGEHOOD with ID 5108. [15:37:43] [Server thread/INFO]: Injected new Forge item material AGRICRAFT_SEEDDESERTNOVA with ID 5109. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_WATER_ORBS with ID 5110. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_BOUNDPICKAXENOR with ID 5111. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_STANDARDMANAPOTION with ID 5112. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_LIFEWARD with ID 5113. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_MAGEHOOD with ID 5114. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_BINDINGCATALYST with ID 5115. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_WARDINGCANDLE with ID 5116. [15:37:43] [Server thread/INFO]: Injected new Forge item material ARSMAGICA2_ARCANE_SPELLBOOK with ID 5117. [15:37:43] [Server thread/INFO]: Injected new Forge item material REDGEAR_BREWCRAFT_REDGEARBREWCRAFTTEARS with ID 5118. [15:37:43] [Server thread/INFO]: Injected new Forge item material REDGEAR_BREWCRAFT_REDGEARBREWCRAFTINGREDIENTS with ID 5119. [15:37:43] [Server thread/INFO]: Injected new Forge item material REDGEAR_BREWCRAFT_REDGEARBREWCRAFTPOTIONS with ID 5120. [15:37:43] [Server thread/INFO]: Injected new Forge item material REDGEAR_BREWCRAFT_REDGEARBREWCRAFTMISC with ID 5121. [15:37:43] [Server thread/INFO]: Injected new Forge item material REDGEAR_BREWCRAFT_REDGEARBREWCRAFTHEARTS with ID 5122. [15:37:43] [Server thread/INFO]: Injected new Forge item material REDGEAR_BREWCRAFT_REDGEARBREWCRAFTVIALS with ID 5123. [15:37:43] [Server thread/INFO]: Injected new Forge item material REDGEAR_BREWCRAFT_REDGEARBREWCRAFTBIGPOTIONS with ID 5124. [15:37:43] [Server thread/INFO]: Injected new Forge item material GOLLUMCORELIB_INFOS with ID 5125. [15:37:43] [Server thread/INFO]: Injected new Forge item material GOLLUMCORELIB_BUILDING with ID 5126. [15:37:43] [Server thread/INFO]: Injected new Forge item material GOLLUMCORELIB_WRENCH with ID 5127. [15:37:43] [Server thread/INFO]: Injected new Forge item material MOREPISTONS_MAGNET with ID 5128. [15:37:44] [Server thread/INFO]: Mapping loaded 11 packages, 7841 classes, 26711 fields, 53884 methods, flags 1ffa [15:37:44] [Server thread/INFO]: Loaded inheritance map of 895 classes

[15:37:44] [Server thread/WARN]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML! [15:37:44] [Server thread/WARN]: Offendor: net/md_5/specialsource/SpecialSource.main([Ljava/lang/String;)V [15:37:44] [Server thread/WARN]: Use FMLCommonHandler.exitJava instead

[15:37:44] [Server thread/WARN]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML! [15:37:44] [Server thread/WARN]: Offendor: net/md_5/specialsource/SpecialSource.main([Ljava/lang/String;)V [15:37:44] [Server thread/WARN]: Use FMLCommonHandler.exitJava instead

[15:37:44] [Server thread/WARN]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML! [15:37:44] [Server thread/WARN]: Offendor: net/md_5/specialsource/SpecialSource.main([Ljava/lang/String;)V [15:37:44] [Server thread/WARN]: Use FMLCommonHandler.exitJava instead

[15:37:44] [Server thread/WARN]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML! [15:37:44] [Server thread/WARN]: Offendor: net/md_5/specialsource/SpecialSource.main([Ljava/lang/String;)V [15:37:44] [Server thread/WARN]: Use FMLCommonHandler.exitJava instead

[15:37:45] [Server thread/ERROR]: ebean.properties not found [15:37:45] [Server thread/ERROR]: Not a Jar or Directory? /var/directory_serv/minecraft_8851/mods/AsieLib-1.7.10.zip [15:37:45] [Server thread/ERROR]: Not a Jar or Directory? /var/directory_serv/minecraft_8851/mods/Statues-Mod-1.7.10.zip [15:37:45] [Server thread/ERROR]: Not a Jar or Directory? /var/directory_serv/minecraft_8851/mods/TallDoors-1.7.10-0.5.2.zip [15:37:45] [Server thread/ERROR]: Not a Jar or Directory? /var/directory_serv/minecraft_8851/mods/AsieLib-1.7.10.zip [15:37:45] [Server thread/ERROR]: Not a Jar or Directory? /var/directory_serv/minecraft_8851/mods/Statues-Mod-1.7.10.zip [15:37:45] [Server thread/ERROR]: Not a Jar or Directory? /var/directory_serv/minecraft_8851/mods/TallDoors-1.7.10-0.5.2.zip [15:37:46] [Server thread/INFO]: DataSourcePool [Gringotts] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20] [15:37:46] [Server thread/INFO]: SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader] [15:37:47] [Server thread/INFO]: Entities enhanced[0] subclassed[2] [15:37:48] [Server thread/ERROR]: Error registering MBean[Ebean:server=Gringotts2] java.security.AccessControlException: access denied ("javax.management.MBeanTrustPermission" "register") at java.security.AccessControlContext.checkPermission(AccessControlContext.java:366) ~[?:1.7.0] at java.lang.SecurityManager.checkPermission(SecurityManager.java:585) ~[?:1.7.0] at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.checkMBeanTrustPermission(DefaultMBeanServerInterceptor.java:1848) ~[?:1.7.0] at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:322) ~[?:1.7.0] at com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:512) ~[?:1.7.0] at com.avaje.ebeaninternal.server.core.DefaultServer.registerMBeans(DefaultServer.java:389) [DefaultServer.class:?] at com.avaje.ebeaninternal.server.core.DefaultServerFactory.createServer(DefaultServerFactory.java:226) [DefaultServerFactory.class:?] at com.avaje.ebeaninternal.server.core.DefaultServerFactory.createServer(DefaultServerFactory.java:64) [DefaultServerFactory.class:?] at com.avaje.ebean.EbeanServerFactory.create(EbeanServerFactory.java:78) [EbeanServerFactory.class:?] at org.bukkit.plugin.java.JavaPlugin.init(JavaPlugin.java:362) [JavaPlugin.class:1.7.10-R0.1-SNAPSHOT] at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:509) [PluginClassLoader.class:1.7.10-R0.1-SNAPSHOT] at org.bukkit.plugin.java.JavaPlugin.(JavaPlugin.java:66) [JavaPlugin.class:1.7.10-R0.1-SNAPSHOT] at org.gestern.gringotts.Gringotts.(Gringotts.java:36) [Gringotts-2.3.jar:?] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [?:1.7.0] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) [?:1.7.0] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [?:1.7.0] at java.lang.reflect.Constructor.newInstance(Constructor.java:525) [?:1.7.0] at java.lang.Class.newInstance0(Class.java:372) [?:1.7.0] at java.lang.Class.newInstance(Class.java:325) [?:1.7.0] at org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:201) [PluginClassLoader.class:1.7.10-R0.1-SNAPSHOT] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:145) [JavaPluginLoader.class:1.7.10-R0.1-SNAPSHOT] at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334) [SimplePluginManager.class:1.7.10-R0.1-SNAPSHOT] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:256) [SimplePluginManager.class:1.7.10-R0.1-SNAPSHOT] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:320) [CraftServer.class:1.7.10-R0.1-SNAPSHOT] at net.minecraft.world.storage.SaveHandler.initBukkitData(SaveHandler.java:461) [ayq.class:?] at net.minecraft.world.storage.SaveHandler.func_75757_d(SaveHandler.java:137) [ayq.class:?] at net.minecraft.world.World.(World.java:360) [ahb.class:?] at net.minecraft.world.WorldServer.(WorldServer.java:160) [mt.class:?] at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:367) [MinecraftServer.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:336) [lt.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:631) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:722) [?:1.7.0] [15:37:49] [Server thread/INFO]: DataSourcePool [PlotShop] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20] [15:37:49] [Server thread/INFO]: SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader] [15:37:49] [Server thread/INFO]: Entities enhanced[0] subclassed[1] [15:37:49] [Server thread/ERROR]: Error registering MBean[Ebean:server=PlotShop3] java.security.AccessControlException: access denied ("javax.management.MBeanTrustPermission" "register") at java.security.AccessControlContext.checkPermission(AccessControlContext.java:366) ~[?:1.7.0] at java.lang.SecurityManager.checkPermission(SecurityManager.java:585) ~[?:1.7.0] at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.checkMBeanTrustPermission(DefaultMBeanServerInterceptor.java:1848) ~[?:1.7.0] at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:322) ~[?:1.7.0] at com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:512) ~[?:1.7.0] at com.avaje.ebeaninternal.server.core.DefaultServer.registerMBeans(DefaultServer.java:389) [DefaultServer.class:?] at com.avaje.ebeaninternal.server.core.DefaultServerFactory.createServer(DefaultServerFactory.java:226) [DefaultServerFactory.class:?] at com.avaje.ebeaninternal.server.core.DefaultServerFactory.createServer(DefaultServerFactory.java:64) [DefaultServerFactory.class:?] at com.avaje.ebean.EbeanServerFactory.create(EbeanServerFactory.java:78) [EbeanServerFactory.class:?] at org.bukkit.plugin.java.JavaPlugin.init(JavaPlugin.java:362) [JavaPlugin.class:1.7.10-R0.1-SNAPSHOT] at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:509) [PluginClassLoader.class:1.7.10-R0.1-SNAPSHOT] at org.bukkit.plugin.java.JavaPlugin.(JavaPlugin.java:66) [JavaPlugin.class:1.7.10-R0.1-SNAPSHOT] at me.rellynn.plugins.plotshop.Plotshop.(Plotshop.java:24) [PlotShop-2.0.1.jar:?] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [?:1.7.0] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) [?:1.7.0] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [?:1.7.0] at java.lang.reflect.Constructor.newInstance(Constructor.java:525) [?:1.7.0] at java.lang.Class.newInstance0(Class.java:372) [?:1.7.0] at java.lang.Class.newInstance(Class.java:325) [?:1.7.0] at org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:201) [PluginClassLoader.class:1.7.10-R0.1-SNAPSHOT] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:145) [JavaPluginLoader.class:1.7.10-R0.1-SNAPSHOT] at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334) [SimplePluginManager.class:1.7.10-R0.1-SNAPSHOT] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:256) [SimplePluginManager.class:1.7.10-R0.1-SNAPSHOT] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:320) [CraftServer.class:1.7.10-R0.1-SNAPSHOT] at net.minecraft.world.storage.SaveHandler.initBukkitData(SaveHandler.java:461) [ayq.class:?] at net.minecraft.world.storage.SaveHandler.func_75757_d(SaveHandler.java:137) [ayq.class:?] at net.minecraft.world.World.(World.java:360) [ahb.class:?] at net.minecraft.world.WorldServer.(WorldServer.java:160) [mt.class:?] at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:367) [MinecraftServer.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:336) [lt.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:631) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:722) [?:1.7.0] [15:37:49] [Server thread/INFO]: [MultiWorld] Loading MultiWorld v5.1.1 [15:37:49] [Server thread/INFO]: [GroupManager] Loading GroupManager vPre2.14.1.3 FINAL (Phoenix) [15:37:49] [Server thread/INFO]: [SerialKey] Loading SerialKey v0.2.1 [15:37:49] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.5.8 [15:37:49] [Server thread/INFO]: [VoxelSniper] Loading VoxelSniper v5.168.9-SNAPSHOT-jnks278 [15:37:49] [Server thread/INFO]: [Buycraft] Loading Buycraft v6.8 [15:37:49] [Server thread/INFO]: [Gringotts] Loading Gringotts v2.3 [15:37:49] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v5.8 [15:37:49] [Server thread/INFO]: [HorseProtect] Loading HorseProtect v1.6.1 [15:37:49] [Server thread/INFO]: [Handcuffs] Loading Handcuffs v1.3 [15:37:49] [Server thread/INFO]: [Essentials] Loading Essentials v2.12.1 [15:37:49] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.12.1 [15:37:49] [Server thread/INFO]: [WGPG] Loading WorldGuardPolygonGenerator v1.1 [15:37:49] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.12.1 [15:37:49] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vPre2.14.1.3 [15:37:49] [Server thread/INFO]: [Vault] Loading Vault v1.5.0-b28 [15:37:49] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.12.1 [15:37:49] [Server thread/INFO]: [AreaShop] Loading AreaShop v2.1.0 [15:37:49] [Server thread/INFO]: [PlotShop] Loading PlotShop v2.0.1 [15:37:49] [Server thread/INFO]: [1vs1] Loading 1vs1 v1.7.0 #220 [15:37:49] [Server thread/INFO]: Adding biome mapping 100 WitchwoodForest at BiomeBase[100] [15:37:49] [Server thread/INFO]: Adding biome mapping 170 BambooForest at BiomeBase[170] [15:37:49] [Server thread/INFO]: [Gringotts] Enabling Gringotts v2.3 [15:37:50] [Server thread/INFO]: [Gringotts] Found Bukkit version: 1.7.10-R0.1-SNAPSHOT. All features enabled. [15:37:50] [Server thread/INFO]: [Gringotts] Unable to hook plugin Factions [15:37:50] [Server thread/INFO]: [Gringotts] Unable to hook plugin Towny [15:37:50] [Server thread/INFO]: [Gringotts] Plugin Vault hooked. [15:37:50] [Server thread/INFO]: [Gringotts] Plugin WorldGuard hooked. [15:37:50] [Server thread/INFO]: [Gringotts] Registered Vault interface. [15:37:50] [Server thread/INFO]: [Vault] Enabling Vault v1.5.0-b28 [15:37:50] [Server thread/INFO]: [Vault][Economy] Gringotts hooked. [15:37:50] [Server thread/INFO]: [Vault] [Economy] Gringotts found: Loaded [15:37:50] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting [15:37:51] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting [15:37:51] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system. [15:37:51] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting [15:37:51] [Server thread/INFO]: [Vault] Enabled Version 1.5.0-b28 [15:37:51] [Server thread/INFO]: Loading dimension 0 (imperiumfinal) (net.minecraft.server.dedicated.DedicatedServer@114de274) [15:37:51] [Server thread/INFO]: Loading dimension 1 (DIM1) (net.minecraft.server.dedicated.DedicatedServer@114de274) [15:37:52] [Server thread/INFO]: Loading dimension -1 (DIM-1) (net.minecraft.server.dedicated.DedicatedServer@114de274) [15:37:52] [Server thread/INFO]: Preparing start region for level 0 [15:37:54] [Server thread/INFO]: Preparing spawn area: 2% [15:37:55] [Server thread/INFO]: SERVER EntityShip 139 initialized at (-30622,99,65,28,960,19) + (0,0000,0,0000,0,0000) [15:37:55] [Server thread/INFO]: Preparing spawn area: 35% [15:37:56] [Server thread/INFO]: Preparing spawn area: 69% [15:37:57] [Server thread/INFO]: [MultiWorld] Enabling MultiWorld v5.1.1 [15:37:57] [Server thread/INFO]: Loading dimension 2 (ancienne) (net.minecraft.server.dedicated.DedicatedServer@114de274) [15:37:57] [Server thread/INFO]: Preparing start region for level 3 (Dimension: 2, Seed: 6452181838535465764) [15:37:58] [Server thread/INFO]: Loading dimension 8 (imperium) (net.minecraft.server.dedicated.DedicatedServer@114de274) [15:37:58] [Server thread/INFO]: Preparing start region for level 4 (Dimension: 8, Seed: -687696938804608158) [15:37:59] [Server thread/INFO]: Loading dimension 6 (imperiumfinal_nether) (net.minecraft.server.dedicated.DedicatedServer@114de274) [15:37:59] [Server thread/INFO]: Preparing start region for level 5 (Dimension: 6, Seed: -687696938804608158) [15:37:59] [Server thread/INFO]: Loading dimension 7 (imperiumfinal_the_end) (net.minecraft.server.dedicated.DedicatedServer@114de274) [15:37:59] [Server thread/INFO]: Preparing start region for level 6 (Dimension: 7, Seed: -687696938804608158)

[15:38:00] [Server thread/INFO]: [MultiWorld] v5.1.1 enabled. [15:38:00] [Server thread/INFO]: [GroupManager] Enabling GroupManager vPre2.14.1.3 FINAL (Phoenix) [15:38:00] [Server thread/INFO]: GroupManager - INFO - World Found: world [15:38:00] [Server thread/INFO]: GroupManager - INFO - World Found: imperiumfinal [15:38:00] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled. [15:38:00] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes! [15:38:00] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours! [15:38:00] [Server thread/INFO]: GroupManager version Pre2.14.1.3 FINAL (Phoenix) is enabled! [15:38:00] [Server thread/INFO]: [Vault][Permission] GroupManager hooked. [15:38:00] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked. [15:38:00] [Server thread/INFO]: [SerialKey] Enabling SerialKey v0.2.1 [15:38:00] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.5.8 [15:38:00] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions. [15:38:01] [Thread-18/INFO]: [Skyupdater] Downloading a new update : SerialKey v0.3... [15:38:01] [Thread-18/INFO]: [Skyupdater] Bad response : '302 Found' when trying to download the update. [15:38:01] [Server thread/INFO]: [VoxelSniper] Enabling VoxelSniper v5.168.9-SNAPSHOT-jnks278 [15:38:02] [Server thread/INFO]: [VoxelSniper] Registered 75 Sniper Brushes with 149 handles. [15:38:02] [Server thread/INFO]: [VoxelSniper] Registered 61 LiteSniper Brushes with 124 handles. [15:38:02] [Server thread/INFO]: [VoxelSniper] Registered Sniper Listener. [15:38:02] [Server thread/INFO]: [Buycraft] Enabling Buycraft v6.8 [15:38:02] [Server thread/INFO]: [Buycraft] Failed to create README.md. [15:38:03] [Server thread/INFO]: [Buycraft] Loaded all signs from disk [15:38:03] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.8 [15:38:03] [Server thread/INFO]: [WorldGuard] (imperiumfinal) TNT ignition is PERMITTED. [15:38:03] [Server thread/INFO]: [WorldGuard] (imperiumfinal) Lighters are PERMITTED. [15:38:03] [Server thread/INFO]: [WorldGuard] (imperiumfinal) Lava fire is blocked. [15:38:03] [Server thread/INFO]: [WorldGuard] (imperiumfinal) Fire spread is UNRESTRICTED. [15:38:03] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'imperiumfinal' [15:38:03] [Server thread/INFO]: [WorldGuard] (DIM1) TNT ignition is PERMITTED. [15:38:03] [Server thread/INFO]: [WorldGuard] (DIM1) Lighters are PERMITTED. [15:38:03] [Server thread/INFO]: [WorldGuard] (DIM1) Lava fire is blocked. [15:38:03] [Server thread/INFO]: [WorldGuard] (DIM1) Fire spread is UNRESTRICTED. [15:38:03] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'DIM1' [15:38:03] [Server thread/INFO]: [WorldGuard] (DIM-1) TNT ignition is PERMITTED. [15:38:03] [Server thread/INFO]: [WorldGuard] (DIM-1) Lighters are PERMITTED. [15:38:03] [Server thread/INFO]: [WorldGuard] (DIM-1) Lava fire is blocked. [15:38:03] [Server thread/INFO]: [WorldGuard] (DIM-1) Fire spread is UNRESTRICTED. [15:38:03] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'DIM-1' [15:38:03] [Server thread/INFO]: [WorldGuard] (ancienne) TNT ignition is PERMITTED. [15:38:03] [Server thread/INFO]: [WorldGuard] (ancienne) Lighters are PERMITTED. [15:38:03] [Server thread/INFO]: [WorldGuard] (ancienne) Lava fire is blocked. [15:38:03] [Server thread/INFO]: [WorldGuard] (ancienne) Fire spread is UNRESTRICTED. [15:38:03] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ancienne' [15:38:03] [Server thread/INFO]: [WorldGuard] (imperium) TNT ignition is PERMITTED. [15:38:03] [Server thread/INFO]: [WorldGuard] (imperium) Lighters are PERMITTED. [15:38:03] [Server thread/INFO]: [WorldGuard] (imperium) Lava fire is blocked. [15:38:03] [Server thread/INFO]: [WorldGuard] (imperium) Fire spread is UNRESTRICTED. [15:38:03] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'imperium' [15:38:03] [Server thread/INFO]: [WorldGuard] (imperiumfinal_nether) TNT ignition is PERMITTED. [15:38:03] [Server thread/INFO]: [WorldGuard] (imperiumfinal_nether) Lighters are PERMITTED. [15:38:03] [Server thread/INFO]: [WorldGuard] (imperiumfinal_nether) Lava fire is blocked. [15:38:03] [Server thread/INFO]: [WorldGuard] (imperiumfinal_nether) Fire spread is UNRESTRICTED. [15:38:03] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'imperiumfinal_nether' [15:38:03] [Server thread/INFO]: [WorldGuard] (imperiumfinal_the_end) TNT ignition is PERMITTED. [15:38:03] [Server thread/INFO]: [WorldGuard] (imperiumfinal_the_end) Lighters are PERMITTED. [15:38:03] [Server thread/INFO]: [WorldGuard] (imperiumfinal_the_end) Lava fire is blocked. [15:38:03] [Server thread/INFO]: [WorldGuard] (imperiumfinal_the_end) Fire spread is UNRESTRICTED. [15:38:03] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'imperiumfinal_the_end' [15:38:03] [Thread-19/WARN]: Exception in thread "Thread-19" [15:38:03] [Thread-19/WARN]: java.lang.NumberFormatException: multiple points [15:38:03] [Thread-19/WARN]: at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1101) [15:38:03] [Thread-19/WARN]: at java.lang.Float.parseFloat(Float.java:452) [15:38:03] [Thread-19/WARN]: at net.buycraft.util.Updater.versionCheck(Updater.java:417) [15:38:03] [Thread-19/WARN]: at net.buycraft.util.Updater.access$400(Updater.java:40) [15:38:03] [Thread-19/WARN]: at net.buycraft.util.Updater$UpdateRunnable.run(Updater.java:497) [15:38:03] [Thread-19/WARN]: at java.lang.Thread.run(Thread.java:722) [15:38:03] [Server thread/INFO]: [WorldGuard] 61 regions loaded for 'imperiumfinal' [15:38:03] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'DIM1' [15:38:03] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'DIM-1' [15:38:03] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'ancienne' [15:38:03] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'imperium' [15:38:03] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'imperiumfinal_nether' [15:38:03] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'imperiumfinal_the_end' [15:38:04] [Server thread/INFO]: [HorseProtect] Enabling HorseProtect v1.6.1 [15:38:04] [Server thread/INFO]: [Handcuffs] Enabling Handcuffs v1.3 [15:38:04] [Server thread/INFO]: [Essentials] Enabling Essentials v2.12.1 [15:38:04] [Server thread/WARN]: Versions différentes ! Veuillez mettre EssentialsChat à la même version. [15:38:04] [Server thread/INFO]: Le format de la version de Bukkit a été changé. La version n'a pas été vérifiée.

[15:38:05] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked. [15:38:05] [Server thread/INFO]: Essentials: Using GroupManager based permissions. [15:38:05] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: Gringotts version: 1.5.0-b28) [15:38:05] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.12.1 [15:38:05] [Server thread/INFO]: [WGPG] Enabling WorldGuardPolygonGenerator v1.1 [15:38:05] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.12.1 [15:38:05] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vPre2.14.1.3 [15:38:05] [Server thread/ERROR]: Error occurred while enabling EssentialsChat vPre2.14.1.3 (Is it up to date?) java.lang.NoSuchMethodError: com.earth2me.essentials.I18n.tl(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String; at com.earth2me.essentials.chat.EssentialsChat.onEnable(EssentialsChat.java:26) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[JavaPlugin.class:1.7.10-R0.1-SNAPSHOT] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:368) [JavaPluginLoader.class:1.7.10-R0.1-SNAPSHOT] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:410) [SimplePluginManager.class:1.7.10-R0.1-SNAPSHOT] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:415) [CraftServer.class:1.7.10-R0.1-SNAPSHOT] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:349) [CraftServer.class:1.7.10-R0.1-SNAPSHOT] at net.minecraft.server.MinecraftServer.func_71243_i(MinecraftServer.java:511) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:485) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:445) [MinecraftServer.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:336) [lt.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:631) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:722) [?:1.7.0] [15:38:05] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.12.1 [15:38:05] [Server thread/INFO]: [AreaShop] Enabling AreaShop v2.1.0 [15:38:05] [Server thread/ERROR]: Error occurred while enabling AreaShop v2.1.0 (Is it up to date?) java.lang.NoClassDefFoundError: com/sk89q/worldguard/protection/managers/storage/StorageException at nl.evolutioncoding.areashop.AreaShop.onEnable(AreaShop.java:123) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[JavaPlugin.class:1.7.10-R0.1-SNAPSHOT] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:368) [JavaPluginLoader.class:1.7.10-R0.1-SNAPSHOT] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:410) [SimplePluginManager.class:1.7.10-R0.1-SNAPSHOT] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:415) [CraftServer.class:1.7.10-R0.1-SNAPSHOT] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:349) [CraftServer.class:1.7.10-R0.1-SNAPSHOT] at net.minecraft.server.MinecraftServer.func_71243_i(MinecraftServer.java:511) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:485) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:445) [MinecraftServer.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:336) [lt.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:631) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:722) [?:1.7.0] [15:38:05] [Server thread/INFO]: [PlotShop] Enabling PlotShop v2.0.1 [15:38:05] [Server thread/INFO]: [1vs1] Enabling 1vs1 v1.7.0 #220 [15:38:05] [Server thread/INFO]: [1vs1] Connecting to sqlite database... [15:38:05] [Server thread/INFO]: [1vs1] Connected! [15:38:05] [Server thread/INFO]: [1vs1] Connecting to database [15:38:05] [Server thread/INFO]: [1vs1] Connecting to sqlite database... [15:38:05] [Server thread/INFO]: [1vs1] Connected! [15:38:06] [Server thread/INFO]: [1vs1] 1vs1 enabled! [15:38:06] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it

[15:38:06] [Server thread/INFO]: Starting GS4 status listener [15:38:06] [Query Listener #1/INFO]: Query running on 195.154.47.8:10707 [15:38:06] [Server thread/INFO]: Registered command forge with permission node net.minecraftforge.server.command.ForgeCommand [15:38:06] [Server thread/INFO]: Registered command setmagiclevel with permission node am2.commands.SetMagicLevelCommand [15:38:06] [Server thread/INFO]: Registered command unlockaugmentedcasting with permission node am2.commands.UnlockAugmentedCastingCommand [15:38:06] [Server thread/INFO]: Registered command setaffinity with permission node am2.commands.SetAffinityCommand [15:38:06] [Server thread/INFO]: Registered command shiftaffinity with permission node am2.commands.ShiftAffinityCommand [15:38:06] [Server thread/INFO]: Registered command recoverkeystone with permission node am2.commands.RecoverKeystoneCommand [15:38:06] [Server thread/INFO]: Registered command registerteamhostility with permission node am2.commands.RegisterTeamHostilityCommand [15:38:06] [Server thread/INFO]: Registered command fillmanabar with permission node am2.commands.FillManaBarCommand [15:38:06] [Server thread/INFO]: Registered command reloadskilltree with permission node am2.commands.ReloadSkillTree [15:38:06] [Server thread/INFO]: Registered command giveskillpoints with permission node am2.commands.GiveSkillPoints [15:38:06] [Server thread/INFO]: Registered command takeskillpoints with permission node am2.commands.TakeSkillPoints [15:38:06] [Server thread/INFO]: Registered command clearknownspellparts with permission node am2.commands.ClearKnownSpellParts [15:38:06] [Server thread/INFO]: Registered command EXPLOSIONS! with permission node am2.commands.Explosions [15:38:06] [Server thread/INFO]: Registered command nbtdump with permission node am2.commands.DumpNBT [15:38:06] [Server thread/INFO]: Registered command respec with permission node am2.commands.Respec [15:38:06] [Server thread/INFO]: Registered command unlockcompendiumentry with permission node am2.commands.UnlockCompendiumEntry [15:38:06] [Server thread/INFO]: Registered command noppes with permission node foxz.command.CommandNoppes [15:38:06] [Server thread/INFO]: Registered command vmute with permission node net.gliby.voicechat.common.commands.CommandVoiceMute [15:38:06] [Server thread/INFO]: Registered command vchatmode with permission node net.gliby.voicechat.common.commands.CommandChatMode [15:38:06] [Server thread/INFO]: Registered command building with permission node com.gollum.core.common.command.CommandBuilding [15:38:06] [Server thread/INFO]: Registered command name with permission node com.tlf.HN.commands.CommandName [15:38:06] [Server thread/INFO]: Registered command love with permission node noppes.mpm.commands.CommandLove [15:38:06] [Server thread/INFO]: Registered command sing with permission node noppes.mpm.commands.CommandSing [15:38:06] [Server thread/INFO]: Registered command sleep with permission node noppes.mpm.commands.CommandSleep [15:38:06] [Server thread/INFO]: Registered command hug with permission node noppes.mpm.commands.CommandHug [15:38:06] [Server thread/INFO]: Registered command crawl with permission node noppes.mpm.commands.CommandCrawl [15:38:06] [Server thread/INFO]: Registered command sit with permission node noppes.mpm.commands.CommandSit [15:38:06] [Server thread/INFO]: Registered command dance with permission node noppes.mpm.commands.CommandDance [15:38:06] [Server thread/INFO]: Registered command wave with permission node noppes.mpm.commands.CommandWave [15:38:06] [Server thread/INFO]: Registered command wag with permission node noppes.mpm.commands.CommandWag [15:38:06] [Server thread/INFO]: Registered command bow with permission node noppes.mpm.commands.CommandBow [15:38:06] [Server thread/INFO]: Registered command cry with permission node noppes.mpm.commands.CommandCry [15:38:06] [Server thread/INFO]: Registered command angry with permission node noppes.mpm.commands.CommandAngry [15:38:06] [Server thread/INFO]: Registered command seturl with permission node noppes.mpm.commands.CommandSetUrl [15:38:06] [Server thread/INFO]: Registered command ships with permission node cuchaz.ships.CommandShips [15:38:06] [Server thread/INFO]: SERVER Skipping ships block config. No config file found at: /var/directory_serv/minecraft_8851/config/shipBlockProperties.cfg [15:38:06] [Server thread/WARN]: [15:38:06][FINE][noppes.npcs.controllers.DialogController:31] Loading Dialogs

[15:38:07] [Server thread/WARN]: [15:38:07][FINE][noppes.npcs.controllers.DialogController:33] Done loading Dialogs

[15:38:07] [Server thread/INFO]: [Dynmap] Mod Support processing completed [15:38:07] [Server thread/INFO]: [Dynmap] BiblioCraft[1.10.4] models enabled [15:38:07] [Server thread/INFO]: [Dynmap] BiblioCraft[1.10.4] textures enabled [15:38:08] [Server thread/INFO]: [Dynmap] Loaded 23 shaders. [15:38:08] [Server thread/INFO]: [Dynmap] Loaded 82 perspectives. [15:38:08] [Server thread/INFO]: [Dynmap] Loaded 14 lightings.

[15:38:09] [Server thread/WARN]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML! [15:38:09] [Server thread/WARN]: Offendor: org/dynmap/jetty/server/ShutdownMonitor$ShutdownMonitorThread.run()V [15:38:09] [Server thread/WARN]: Use FMLCommonHandler.exitJava instead

[15:38:09] [Server thread/INFO]: [Dynmap] Web server started on address 195.154.47.8:40229 [15:38:09] [Server thread/INFO]: [Dynmap] version 2.2-143 is enabled - core version 2.2-2058 [15:38:09] [Server thread/INFO]: [Dynmap] Loaded 3 maps of world 'ancienne'. [15:38:09] [Server thread/INFO]: [Dynmap] Loaded 3 maps of world 'imperium'. [15:38:09] [Server thread/INFO]: [Dynmap] Loaded 2 maps of world 'imperiumfinal_the_end'. [15:38:09] [Server thread/INFO]: [Dynmap] Loaded 2 maps of world 'DIM1'. [15:38:09] [Server thread/INFO]: [Dynmap] Loaded 2 maps of world 'imperium_nether'. [15:38:09] [Server thread/INFO]: [Dynmap] Loaded 2 maps of world 'DIM-1'. [15:38:09] [Server thread/INFO]: [Dynmap] Loaded 2 maps of world 'imperiumfinal_nether'. [15:38:09] [Server thread/INFO]: [Dynmap] Loaded 2 maps of world 'imperium_the_end'. [15:38:09] [Server thread/INFO]: [Dynmap] Loaded 3 maps of world 'imperiumfinal'. [15:38:09] [Server thread/INFO]: [Dynmap] Loaded 3 maps of world 'DIM-17'. [15:38:09] [Server thread/INFO]: [Dynmap] Register events [15:38:09] [Server thread/INFO]: Registered command dynmap with permission node org.dynmap.forge.DynmapCommand [15:38:09] [Server thread/INFO]: Registered command dmap with permission node org.dynmap.forge.DmapCommand [15:38:09] [Server thread/INFO]: Registered command dmarker with permission node org.dynmap.forge.DmarkerCommand [15:38:09] [Server thread/INFO]: Registered command dynmapexp with permission node org.dynmap.forge.DynmapExpCommand [15:38:09] [Server thread/INFO]: [Dynmap] Register commands [15:38:09] [Server thread/INFO]: [Dynmap] Enabled [15:38:09] [Server thread/WARN]: Hey! Over Here! It seems you are running a query on the default port. We can't run a voice server on this port, so I've found a new one just for you! I'd recommend changing the UDPPort in your configuration, if the voice server can't bind! [15:38:09] [Voice Server Process/WARN]: Minecraft Networking is not recommended and is consider very slow, please setup UDP. [15:38:09] [Voice Server Process/INFO]: Started [Minecraft] Server. [15:38:09] [Server thread/INFO]: [Buycraft] Authenticated with the specified Secret key. [15:38:09] [Server thread/INFO]: [Buycraft] Plugin is now ready to be used. [15:38:09] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated! [15:38:09] [Craft Scheduler Thread - 12/INFO]: [Vault] Checking for Updates ... [15:38:10] [Craft Scheduler Thread - 12/WARN]: [Vault] Stable Version: 1.5.6 is out! You are still running version: 1.5.0 [15:38:10] [Craft Scheduler Thread - 12/WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault [15:38:10] [pool-14-thread-2/INFO]: [Buycraft] Loaded 6 package(s) into the cache. [15:38:10] [Craft Scheduler Thread - 10/INFO]: [1vs1] 1vs1 Version Checker [15:38:10] [Craft Scheduler Thread - 10/WARN]: [1vs1] Newest Build: #221 is out! [15:38:10] [Craft Scheduler Thread - 10/WARN]: [1vs1] Current Build: #220 [15:38:10] [Craft Scheduler Thread - 10/WARN]: [1vs1] Use /1vs1 update to update automatically [15:38:10] [Craft Scheduler Thread - 10/INFO]: [1vs1] ***** [17:21:40] [User Authenticator #1/INFO]: UUID of player Tombraxis is e594be13-17f1-48ce-9561-0d34daa33190 [17:21:41] [Netty IO #2/INFO]: Client protocol version 2 [17:21:41] [Netty IO #2/INFO]: Client attempting to join with 41 mods : Growthcraft|Bees@1.7.10-2.7.0,yegamolchattels@1.1.2,redgear_core@2.2.2,statues@2.1.3,BiblioCraft@1.10.4,Growthcraft|Cellar@1.7.10-2.7.0,hidenames@1.1.7,CustomSpawner@3.3.0,GollumCoreLib@2.0.0,AM2-Preloader@0.0.3,cuchaz.ships.core@1.7.10-1.0.2,AgriCraft@1.7.10-1.5.0,FML@7.10.99.99,AnimationAPI@1.2.4,mcp@9.05,cuchaz.cuchazinteractive@1.7.10-1.0,customnpcs@1.7.10c,Growthcraft|Milk@1.7.10-2.7.0,MoCreatures@6.3.1,Growthcraft@1.7.10-2.7.0,Growthcraft|Grapes@1.7.10-2.7.0,betterstorage@0.9.2.107,invisibleblockmod@1.2.1,redgear_brewcraft@1.3.3,MorePistons@2.0.0,TallDoors@0.5.1,hungryanimals@1.7.10-10.13.2.1291-1.0.4.2,arsmagica2@1.4.0.009,Growthcraft|Apples@1.7.10-2.7.0,ivtoolkit@IvToolkit,cuchaz.ships@1.7.10-1.0.2,Forge@10.13.4.1558,moreplayermodels@1.7.10b,Growthcraft|Rice@1.7.10-2.7.0,zipline@1.0,Growthcraft|Hops@1.7.10-2.7.0,asielib@0.2.7,Growthcraft|Fishtrap@1.7.10-2.7.0,vending@1.2.3,gvc@0.6.1,Growthcraft|Bamboo@1.7.10-2.7.0 [17:21:41] [Netty IO #2/INFO]: Attempting connection with missing mods [kimagine, Dynmap] at CLIENT [17:21:41] [Server thread/INFO]: [Server thread] Server side modded connection established [17:21:41] [Server thread/INFO]: Tombraxis[/109.89.223.81:52169] logged in with entity id 330 at ([imperiumfinal] -30467.31581649602, 63.0, 702.8848095719881) [17:21:41] [Server thread/INFO]: Sending mutations to player: Tombraxis [17:21:41] [Server thread/INFO]: Send data to Tombraxis [17:21:41] [Server thread/INFO]: Send data to Tombraxis [17:21:41] [Server thread/INFO]: Send data to Tombraxis [17:21:41] [Server thread/INFO]: Send data to Tombraxis [17:21:41] [Server thread/INFO]: Send data to Tombraxis [17:21:41] [Server thread/INFO]: Send data to Tombraxis [17:21:41] [Server thread/INFO]: Send data to Tombraxis [17:21:41] [Server thread/INFO]: Send data to Tombraxis [17:21:41] [Server thread/INFO]: Send data to Tombraxis [17:21:41] [Server thread/INFO]: Send data to Tombraxis [17:21:41] [Server thread/INFO]: Send data to Tombraxis [17:21:41] [Server thread/INFO]: Send data to Tombraxis [17:21:41] [Server thread/INFO]: Send data to Tombraxis [17:21:41] [Server thread/INFO]: Send data to Tombraxis [17:21:41] [Server thread/INFO]: Send data to Tombraxis [17:21:52] [Server thread/INFO]: Tombraxis lost connection: Internal Exception: java.io.IOException: Connexion ré-initialisée par le correspondant [17:21:52] [Server thread/INFO]: Tombraxis left the game. [17:22:22] [Dynmap Render Thread/INFO]: [Dynmap] Loading resource pack JohnSmith.rar [17:22:22] [Dynmap Render Thread/INFO]: [Dynmap] Bad custom color block ID: minecraft [17:22:22] [Dynmap Render Thread/INFO]: [Dynmap] Bad custom color meta ID: sand [17:22:22] [Dynmap Render Thread/INFO]: [Dynmap] Bad custom color block ID: minecraft [17:22:22] [Dynmap Render Thread/INFO]: [Dynmap] Bad custom color meta ID: sandstone_stairs [17:22:22] [Dynmap Render Thread/INFO]: [Dynmap] Bad custom color block ID: minecraft [17:22:22] [Dynmap Render Thread/INFO]: [Dynmap] Bad custom color meta ID: cactus [17:22:22] [Dynmap Render Thread/INFO]: [Dynmap] Bad custom color block ID: minecraft [17:22:22] [Dynmap Render Thread/INFO]: [Dynmap] Bad custom color meta ID: reeds [17:22:22] [Dynmap Render Thread/INFO]: [Dynmap] Bad custom color block ID: minecraft [17:22:22] [Dynmap Render Thread/INFO]: [Dynmap] Bad custom color meta ID: grass [17:22:22] [Dynmap Render Thread/INFO]: [Dynmap] Bad custom color block ID: minecraft [17:22:22] [Dynmap Render Thread/INFO]: [Dynmap] Bad custom color meta ID: vine [17:22:22] [Dynmap Render Thread/INFO]: [Dynmap] Bad custom color block ID: minecraft [17:22:22] [Dynmap Render Thread/INFO]: [Dynmap] Bad custom color meta ID: waterlily [17:22:54] [User Authenticator #2/INFO]: UUID of player Tombraxis is e594be13-17f1-48ce-9561-0d34daa33190 [17:22:54] [Netty IO #4/INFO]: Client protocol version 2 [17:22:54] [Netty IO #4/INFO]: Client attempting to join with 41 mods : Growthcraft|Bees@1.7.10-2.7.0,yegamolchattels@1.1.2,redgear_core@2.2.2,statues@2.1.3,BiblioCraft@1.10.4,Growthcraft|Cellar@1.7.10-2.7.0,hidenames@1.1.7,CustomSpawner@3.3.0,GollumCoreLib@2.0.0,AM2-Preloader@0.0.3,cuchaz.ships.core@1.7.10-1.0.2,AgriCraft@1.7.10-1.5.0,FML@7.10.99.99,AnimationAPI@1.2.4,mcp@9.05,cuchaz.cuchazinteractive@1.7.10-1.0,customnpcs@1.7.10c,Growthcraft|Milk@1.7.10-2.7.0,MoCreatures@6.3.1,Growthcraft@1.7.10-2.7.0,Growthcraft|Grapes@1.7.10-2.7.0,betterstorage@0.9.2.107,invisibleblockmod@1.2.1,redgear_brewcraft@1.3.3,MorePistons@2.0.0,TallDoors@0.5.1,hungryanimals@1.7.10-10.13.2.1291-1.0.4.2,arsmagica2@1.4.0.009,Growthcraft|Apples@1.7.10-2.7.0,ivtoolkit@IvToolkit,cuchaz.ships@1.7.10-1.0.2,Forge@10.13.4.1558,moreplayermodels@1.7.10b,Growthcraft|Rice@1.7.10-2.7.0,zipline@1.0,Growthcraft|Hops@1.7.10-2.7.0,asielib@0.2.7,Growthcraft|Fishtrap@1.7.10-2.7.0,vending@1.2.3,gvc@0.6.1,Growthcraft|Bamboo@1.7.10-2.7.0 [17:22:54] [Netty IO #4/INFO]: Attempting connection with missing mods [kimagine, Dynmap] at CLIENT [17:22:54] [Server thread/INFO]: [Server thread] Server side modded connection established [17:22:54] [Server thread/INFO]: Tombraxis[/109.89.223.81:52542] logged in with entity id 382 at ([imperiumfinal] -30467.31581649602, 63.0, 702.8848095719881) [17:22:54] [Server thread/INFO]: Sending mutations to player: Tombraxis [17:22:54] [Server thread/INFO]: Send data to Tombraxis [17:22:54] [Server thread/INFO]: Send data to Tombraxis [17:22:54] [Server thread/INFO]: Send data to Tombraxis [17:22:54] [Server thread/INFO]: Send data to Tombraxis [17:22:54] [Server thread/INFO]: Send data to Tombraxis [17:22:54] [Server thread/INFO]: Send data to Tombraxis [17:22:54] [Server thread/INFO]: Send data to Tombraxis [17:22:54] [Server thread/INFO]: Send data to Tombraxis [17:22:54] [Server thread/INFO]: Send data to Tombraxis [17:22:54] [Server thread/INFO]: Send data to Tombraxis [17:22:54] [Server thread/INFO]: Send data to Tombraxis [17:22:54] [Server thread/INFO]: Send data to Tombraxis [17:22:54] [Server thread/INFO]: Send data to Tombraxis [17:22:54] [Server thread/INFO]: Send data to Tombraxis [17:22:54] [Server thread/INFO]: Send data to Tombraxis [17:23:00] [Server thread/INFO]: Tombraxis issued server command: /as [17:25:50] [Server thread/INFO]: CONSOLE: Stopping the server.. [17:25:50] [Server thread/INFO]: [Dynmap] Unloaded 11 components. [17:25:50] [Server thread/INFO]: [Dynmap] Stopping map renderer... [17:25:51] [Server thread/INFO]: [Dynmap] Saved 12 pending tile renders in world 'imperiumfinal' [17:25:51] [Server thread/INFO]: [Dynmap] Disabled [17:25:51] [Server thread/INFO]: Stopping server [17:25:51] [Server thread/INFO]: [1vs1] Disabling 1vs1 v1.7.0 #220 [17:25:51] [Server thread/INFO]: [1vs1] Disconnecting from database [17:25:51] [Server thread/INFO]: [1vs1] 1vs1 disabled! [17:25:51] [Server thread/INFO]: [PlotShop] Disabling PlotShop v2.0.1 [17:25:51] [Server thread/INFO]: [AreaShop] Disabling AreaShop v2.1.0 [17:25:51] [Server thread/ERROR]: Error occurred while disabling AreaShop v2.1.0 (Is it up to date?) java.lang.NullPointerException at nl.evolutioncoding.areashop.AreaShop.onDisable(AreaShop.java:161) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:318) ~[JavaPlugin.class:1.7.10-R0.1-SNAPSHOT] at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:392) [JavaPluginLoader.class:1.7.10-R0.1-SNAPSHOT] at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:429) [SimplePluginManager.class:1.7.10-R0.1-SNAPSHOT] at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:422) [SimplePluginManager.class:1.7.10-R0.1-SNAPSHOT] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.disablePlugins(CraftServer.java:364) [CraftServer.class:1.7.10-R0.1-SNAPSHOT] at net.minecraft.server.MinecraftServer.func_71260_j(MinecraftServer.java:560) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:729) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:722) [?:1.7.0] [17:25:51] [Server thread/INFO]: [EssentialsAntiBuild] Disabling EssentialsAntiBuild v2.12.1 [17:25:51] [Server thread/INFO]: [Vault] Disabling Vault v1.5.0-b28 [17:25:51] [Server thread/INFO]: [Essentials] Payment method was disabled. No longer accepting payments. [17:25:51] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat vPre2.14.1.3 [17:25:51] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.12.1 [17:25:51] [Server thread/INFO]: [WGPG] Disabling WorldGuardPolygonGenerator v1.1 [17:25:51] [Server thread/INFO]: [EssentialsProtect] Disabling EssentialsProtect v2.12.1 [17:25:51] [Server thread/INFO]: [Essentials] Disabling Essentials v2.12.1 [17:25:51] [Server thread/INFO]: [Handcuffs] Disabling Handcuffs v1.3 [17:25:51] [Server thread/INFO]: [HorseProtect] Disabling HorseProtect v1.6.1 [17:25:51] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v5.8 [17:25:51] [Server thread/INFO]: [Gringotts] Disabling Gringotts v2.3 [17:25:51] [Server thread/INFO]: [Gringotts] disabled [17:25:51] [Server thread/INFO]: [Buycraft] Disabling Buycraft v6.8 [17:25:51] [Server thread/INFO]: [Buycraft] Plugin has been disabled. [17:25:51] [Server thread/INFO]: [VoxelSniper] Disabling VoxelSniper v5.168.9-SNAPSHOT-jnks278 [17:25:51] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v5.5.8 [17:25:51] [Server thread/INFO]: [SerialKey] Disabling SerialKey v0.2.1 [17:25:51] [Server thread/INFO]: [GroupManager] Disabling GroupManager vPre2.14.1.3 FINAL (Phoenix) [17:25:51] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is disabled! [17:25:51] [Server thread/INFO]: GroupManager version Pre2.14.1.3 FINAL (Phoenix) is disabled! [17:25:51] [Server thread/INFO]: [MultiWorld] Disabling MultiWorld v5.1.1 [17:25:51] [Server thread/INFO]: [MultiWorld] Disabled. [17:25:51] [Server thread/INFO]: Saving players [17:25:51] [Server thread/INFO]: Tombraxis lost connection: Server closed [17:25:51] [Server thread/INFO]: Tombraxis left the game. [17:25:51] [Server thread/INFO]: Saving worlds [17:25:51] [Server thread/INFO]: Saving chunks for level 'imperiumfinal'/Overworld [17:25:52] [Server thread/INFO]: Saving chunks for level 'DIM1'/The End [17:25:52] [Server thread/INFO]: Saving chunks for level 'DIM-1'/Nether [17:25:52] [Server thread/INFO]: Saving chunks for level 'ancienne'/Overworld [17:25:52] [Server thread/INFO]: Saving chunks for level 'imperium'/Overworld [17:25:52] [Server thread/INFO]: Saving chunks for level 'imperiumfinal_nether'/Nether [17:25:52] [Server thread/INFO]: Saving chunks for level 'imperiumfinal_the_end'/The End [17:25:52] [Server thread/INFO]: Unloading dimension 0 [17:25:52] [Server thread/INFO]: Unloading dimension -1 [17:25:52] [Server thread/INFO]: Unloading dimension 1 [17:25:52] [Server thread/INFO]: Unloading dimension 8 [17:25:52] [Server thread/INFO]: Unloading dimension 7 [17:25:52] [Server thread/INFO]: Unloading dimension 6 [17:25:52] [Server thread/INFO]: Unloading dimension 2 [17:25:52] [Server thread/INFO]: Applying holder lookups [17:25:52] [Server thread/INFO]: Holder lookups applied [17:25:52] [Server thread/INFO]: Stopped Voice Server. `

NLthijs48 commented 7 years ago

You are still running AreaShop V2.1.0 instead of the latest version (V2.4.0), this is causing the problem. Upgrade to the latest AreaShop.

[15:38:05] [Server thread/INFO]: [AreaShop] Enabling AreaShop v2.1.0

Tombraxis commented 7 years ago

issue fixed.