Rokkwarr Posted October 21, 2012 Posted October 21, 2012 Thing is, it was working fine yesterday morning, I could log into it, do work on it. I was mostly just showing off the server world I had built up so far. I try again later that night (FYI, I always do my shutdowns from the console using, "save-all", "backup now", "stop" in that order not sure if that matters) So when I started it in windows I got this error (I know it says ubuntu but it's the same error. Exactly. Very annoying seeing how I can't do anything anymore and it just decided to up and die on me out of nowhere. Following is the error from my Ubuntu install. >stygianrenegade@ubuntu:~/Desktop/minecraft server/Minecraft$ ./launch.sh 182 recipes 27 achievements 11:47:33 [iNFO] Starting minecraft server version 1.2.5 11:47:33 [iNFO] Attempting early MinecraftForge initialization 11:47:33 [iNFO] Completed early MinecraftForge initialization 11:47:33 [iNFO] Forge Mod Loader version 2.2.91.173 for Minecraft 1.2.5 loading 11:47:33 [iNFO] Loading mods from /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods 11:47:34 [iNFO] Directory weaponmod contained no mods 11:47:34 [iNFO] Forge Mod Loader has loaded 39 mods 11:47:34 [iNFO] MinecraftForge v3.3.8.152 Initialized 11:47:34 [iNFO] MinecraftForge v3.3.8.152 Initialized 11:47:34 [iNFO] [WeaponMod] Properties file read succesfully! 11:47:34 [WARNING] Configuration for mod_ComputerCraft.enableAPI_http found value 0 outside acceptable range 4.9E-324,1.7976931348623157E308 11:47:34 [iNFO] Loading ComputerCraft: To change block IDs, modify config/mod_ComputerCraft.cfg 11:47:34 [iNFO] ComputerCraft: computerBlockID 207 11:47:34 [iNFO] ComputerCraft: diskDriveBlockID 208 11:47:34 [iNFO] ComputerCraft: diskItemID 4000 11:47:34 [iNFO] CONFLICT @ -49 item slot already occupied by dan200.computer.shared.ItemComputer@329d9416 while adding net.minecraft.server.ItemBlock@7654a50 11:47:34 [iNFO] ComputerCraft: Searching for RedPowerLib... 11:47:34 [iNFO] ComputerCraft: RedPowerLib and methods located. 11:47:34 [iNFO] CONFLICT @ -48 item slot already occupied by dan200.computer.shared.ItemPeripheral@37041974 while adding net.minecraft.server.ItemBlock@6e232ae3 11:47:34 [iNFO] Initializing alchemy values for Equivalent Exchange.. 11:47:34 [iNFO] NetherOres: loaded Macerator Recipes 11:47:34 [iNFO] Loading properties 11:47:34 [iNFO] Starting Minecraft server on *:25565 11:47:35 [iNFO] Loaded codechicken.wirelessredstone.core.CommandFreq 11:47:35 [iNFO] CONFLICT @ -15 item slot already occupied by net.minecraft.server.ItemBlock@1f5ffded while adding codechicken.enderstorage.ItemEnderChest@5717e2b2 11:47:35 [iNFO] CONFLICT @ -204 item slot already occupied by net.minecraft.server.ItemWithAuxData@492e5810 while adding net.minecraft.server.ItemMobSpawner@197a7f9 11:47:35 [iNFO] [iC2] Config loaded from /home/stygianrenegade/Desktop/minecraft server/Minecraft/./config/IC2.cfg 11:47:35 [sEVERE] java.lang.IllegalArgumentException: Slot 207 is already occupied by dan200.computer.shared.BlockComputer@1de10458 when adding railcraft.common.rails.BlockRailElevator@1fe43cbb 11:47:35 [sEVERE] at net.minecraft.server.Block.<init>(Block.java:181) 11:47:35 [sEVERE] at net.minecraft.server.Block.<init>(Block.java:201) 11:47:35 [sEVERE] at railcraft.common.rails.BlockRailElevator.<init>(BlockRailElevator.java:35) 11:47:35 [sEVERE] at railcraft.common.RailcraftBlocks.registerBlockRailElevator(RailcraftBlocks.java:64) 11:47:35 [sEVERE] at railcraft.common.modules.ModuleExtras.initializeModule(ModuleExtras.java:27) 11:47:35 [sEVERE] at railcraft.common.modules.RailcraftModuleManager.initializeModule(RailcraftModuleManager.java:175) 11:47:35 [sEVERE] at railcraft.common.modules.RailcraftModuleManager.loadModules(RailcraftModuleManager.java:67) 11:47:35 [sEVERE] at net.minecraft.server.mod_Railcraft.load(mod_Railcraft.java:39) 11:47:35 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351) 11:47:35 [sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:263) 11:47:35 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618) 11:47:35 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142) 11:47:35 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176) 11:47:35 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) 11:47:35 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 11:47:35 [sEVERE] Unexpected exception java.lang.IllegalArgumentException: Slot 207 is already occupied by dan200.computer.shared.BlockComputer@1de10458 when adding railcraft.common.rails.BlockRailElevator@1fe43cbb at net.minecraft.server.Block.<init>(Block.java:181) at net.minecraft.server.Block.<init>(Block.java:201) at railcraft.common.rails.BlockRailElevator.<init>(BlockRailElevator.java:35) at railcraft.common.RailcraftBlocks.registerBlockRailElevator(RailcraftBlocks.java:64) at railcraft.common.modules.ModuleExtras.initializeModule(ModuleExtras.java:27) at railcraft.common.modules.RailcraftModuleManager.initializeModule(RailcraftModuleManager.java:175) at railcraft.common.modules.RailcraftModuleManager.loadModules(RailcraftModuleManager.java:67) at net.minecraft.server.mod_Railcraft.load(mod_Railcraft.java:39) at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351) at cpw.mods.fml.common.Loader.modInit(Loader.java:263) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618) at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) I've been banging my head on my desk for the past hour trying to figure out whats going wrong, what died or what voodoo ritual I have to do to get it working again... any ideas? And unfortunately I already sacrificed my chicken the last time my laptop's monitor died on me. Once I punched in stop... This is what happened. >stop 12:11:19 [iNFO] Stopping server 12:11:19 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 12:11:19 [sEVERE] at java.util.ArrayList.rangeCheck(ArrayList.java:604) 12:11:19 [sEVERE] at java.util.ArrayList.get(ArrayList.java:382) 12:11:19 [sEVERE] at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:424) 12:11:19 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497) 12:11:19 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 12:11:19 [iNFO] Stopping server
Nixsy Posted October 21, 2012 Posted October 21, 2012 On your ubuntu installation can your use filezilla or something similar and chmod all the files to 777.
Rokkwarr Posted October 21, 2012 Author Posted October 21, 2012 Same error as before even with everything chmodded. stygianrenegade@ubuntu:~/Desktop/minecraft server/Minecraft$ chmod -R 0777 * stygianrenegade@ubuntu:~/Desktop/minecraft server/Minecraft$ ./launch.sh 182 recipes 27 achievements 16:40:13 [iNFO] Starting minecraft server version 1.2.5 16:40:13 [iNFO] Attempting early MinecraftForge initialization 16:40:13 [iNFO] Completed early MinecraftForge initialization 16:40:13 [iNFO] Forge Mod Loader version 2.2.91.173 for Minecraft 1.2.5 loading 16:40:14 [iNFO] Loading mods from /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods 16:40:15 [iNFO] Directory weaponmod contained no mods 16:40:15 [iNFO] Forge Mod Loader has loaded 39 mods 16:40:15 [iNFO] MinecraftForge v3.3.8.152 Initialized 16:40:15 [iNFO] MinecraftForge v3.3.8.152 Initialized 16:40:15 [iNFO] [WeaponMod] Properties file read succesfully! 16:40:15 [WARNING] Configuration for mod_ComputerCraft.enableAPI_http found value 0 outside acceptable range 4.9E-324,1.7976931348623157E308 16:40:15 [iNFO] Loading ComputerCraft: To change block IDs, modify config/mod_ComputerCraft.cfg 16:40:15 [iNFO] ComputerCraft: computerBlockID 207 16:40:15 [iNFO] ComputerCraft: diskDriveBlockID 208 16:40:15 [iNFO] ComputerCraft: diskItemID 4000 16:40:15 [iNFO] CONFLICT @ -49 item slot already occupied by dan200.computer.shared.ItemComputer@7654a50 while adding net.minecraft.server.ItemBlock@af1cdfb 16:40:15 [iNFO] ComputerCraft: Searching for RedPowerLib... 16:40:15 [iNFO] ComputerCraft: RedPowerLib and methods located. 16:40:15 [iNFO] CONFLICT @ -48 item slot already occupied by dan200.computer.shared.ItemPeripheral@6e232ae3 while adding net.minecraft.server.ItemBlock@46d4d592 16:40:15 [iNFO] Initializing alchemy values for Equivalent Exchange.. 16:40:16 [iNFO] NetherOres: loaded Macerator Recipes 16:40:16 [iNFO] Loading properties 16:40:16 [iNFO] Starting Minecraft server on *:25565 16:40:16 [iNFO] Loaded codechicken.wirelessredstone.core.CommandFreq 16:40:17 [iNFO] CONFLICT @ -15 item slot already occupied by net.minecraft.server.ItemBlock@27a6e0d4 while adding codechicken.enderstorage.ItemEnderChest@3cf292a2 16:40:17 [iNFO] CONFLICT @ -204 item slot already occupied by net.minecraft.server.ItemWithAuxData@3987b05 while adding net.minecraft.server.ItemMobSpawner@fb4871b 16:40:17 [iNFO] [iC2] Config loaded from /home/stygianrenegade/Desktop/minecraft server/Minecraft/./config/IC2.cfg 16:40:17 [sEVERE] java.lang.IllegalArgumentException: Slot 207 is already occupied by dan200.computer.shared.BlockComputer@4b2241f8 when adding railcraft.common.rails.BlockRailElevator@36192751 16:40:17 [sEVERE] at net.minecraft.server.Block.<init>(Block.java:181) 16:40:17 [sEVERE] at net.minecraft.server.Block.<init>(Block.java:201) 16:40:17 [sEVERE] at railcraft.common.rails.BlockRailElevator.<init>(BlockRailElevator.java:35) 16:40:17 [sEVERE] at railcraft.common.RailcraftBlocks.registerBlockRailElevator(RailcraftBlocks.java:64) 16:40:17 [sEVERE] at railcraft.common.modules.ModuleExtras.initializeModule(ModuleExtras.java:27) 16:40:17 [sEVERE] at railcraft.common.modules.RailcraftModuleManager.initializeModule(RailcraftModuleManager.java:175) 16:40:17 [sEVERE] at railcraft.common.modules.RailcraftModuleManager.loadModules(RailcraftModuleManager.java:67) 16:40:17 [sEVERE] at net.minecraft.server.mod_Railcraft.load(mod_Railcraft.java:39) 16:40:17 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351) 16:40:17 [sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:263) 16:40:17 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618) 16:40:17 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142) 16:40:17 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176) 16:40:17 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) 16:40:17 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 16:40:17 [sEVERE] Unexpected exception java.lang.IllegalArgumentException: Slot 207 is already occupied by dan200.computer.shared.BlockComputer@4b2241f8 when adding railcraft.common.rails.BlockRailElevator@36192751 at net.minecraft.server.Block.<init>(Block.java:181) at net.minecraft.server.Block.<init>(Block.java:201) at railcraft.common.rails.BlockRailElevator.<init>(BlockRailElevator.java:35) at railcraft.common.RailcraftBlocks.registerBlockRailElevator(RailcraftBlocks.java:64) at railcraft.common.modules.ModuleExtras.initializeModule(ModuleExtras.java:27) at railcraft.common.modules.RailcraftModuleManager.initializeModule(RailcraftModuleManager.java:175) at railcraft.common.modules.RailcraftModuleManager.loadModules(RailcraftModuleManager.java:67) at net.minecraft.server.mod_Railcraft.load(mod_Railcraft.java:39) at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351) at cpw.mods.fml.common.Loader.modInit(Loader.java:263) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618) at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) > 16:40:24 [iNFO] Stopping server 16:40:24 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 16:40:24 [sEVERE] at java.util.ArrayList.rangeCheck(ArrayList.java:604) 16:40:24 [sEVERE] at java.util.ArrayList.get(ArrayList.java:382) 16:40:24 [sEVERE] at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:424) 16:40:24 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497) 16:40:24 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 16:40:24 [iNFO] Stopping server >stygianrenegade@ubuntu:~/Desktop/minecraft server/Minecraft$ drwxrwxr-x 16 stygianrenegade stygianrenegade 3072 Oct 21 16:40 . drwxrwxr-x 3 stygianrenegade stygianrenegade 1024 Oct 21 11:10 .. -rwxrwxrwx 1 stygianrenegade stygianrenegade 245 Oct 15 14:04 banned-ips.txt -rwxrwxrwx 1 stygianrenegade stygianrenegade 1350 Oct 15 14:04 banned-players.txt -rwxrwxrwx 1 stygianrenegade stygianrenegade 1107 Aug 19 07:04 banned-players.txt~ drwxrwxrwx 4 stygianrenegade stygianrenegade 1024 Sep 7 00:18 buildcraft -rwxrwxrwx 1 stygianrenegade stygianrenegade 2399 Oct 15 14:04 bukkit.yml -rwxrwxrwx 1 stygianrenegade stygianrenegade 2311 Aug 15 12:46 bukkit.yml~ drwxrwxrwx 3 stygianrenegade stygianrenegade 1024 Oct 21 11:41 config drwxrwxrwx 2 stygianrenegade stygianrenegade 1024 Aug 14 01:39 CPL_cache -rwxrwxrwx 1 stygianrenegade stygianrenegade 11502806 Aug 16 01:25 craftbukkit.jar -rwxrwxrwx 1 stygianrenegade stygianrenegade 12288 Aug 17 12:52 databasename -rwxrwxrwx 1 stygianrenegade stygianrenegade 148480 Aug 17 12:51 databasename.sqlite -rwxrwxrwx 1 stygianrenegade stygianrenegade 0 Aug 17 12:50 database.sqlite -rwxrwxrwx 1 stygianrenegade stygianrenegade 0 Aug 17 12:50 database.sqlite.sqlite -rwxrwxrwx 1 stygianrenegade stygianrenegade 334274250 Aug 14 10:52 dimensional-anchors.log -rwxrwxrwx 1 stygianrenegade stygianrenegade 0 Oct 6 16:59 ebean.properties -rw-rw-r-- 1 stygianrenegade stygianrenegade 49701 Oct 21 16:40 ForgeModLoader-0.log -rwxrwxrwx 1 stygianrenegade stygianrenegade 42513 Aug 26 23:09 ForgeModLoader-0.log.1 -rwxrwxrwx 1 stygianrenegade stygianrenegade 51421 Aug 14 12:28 ForgeModLoader-0.log.2 -rwxrwxrwx 1 stygianrenegade stygianrenegade 49701 Oct 21 11:47 ForgeModLoader-1.log -rwxrwxrwx 1 stygianrenegade stygianrenegade 43659 Aug 16 02:16 ForgeModLoader-1.log.1 -rwxrwxrwx 1 stygianrenegade stygianrenegade 51421 Aug 14 12:24 ForgeModLoader-1.log.2 -rwxrwxrwx 1 stygianrenegade stygianrenegade 48042 Oct 21 09:34 ForgeModLoader-2.log -rwxrwxrwx 1 stygianrenegade stygianrenegade 42497 Aug 15 12:09 ForgeModLoader-2.log.1 -rwxrwxrwx 1 stygianrenegade stygianrenegade 50213 Aug 14 12:23 ForgeModLoader-2.log.2 drwxrwxrwx 6 stygianrenegade stygianrenegade 1024 Oct 21 11:46 games -rwxrwxrwx 1 stygianrenegade stygianrenegade 2576 Aug 14 01:37 help.yml -rwxrwxrwx 1 stygianrenegade stygianrenegade 22726 Sep 13 13:23 hs_err_pid1068.log -rwxrwxrwx 1 stygianrenegade stygianrenegade 47 Aug 14 01:37 launch.bat -rwxrwxrwx 1 stygianrenegade stygianrenegade 50 Oct 16 20:30 launch.sh -rwxrwxrwx 1 stygianrenegade stygianrenegade 50 Oct 21 11:38 launch.sh~ drwxrwxrwx 2 stygianrenegade stygianrenegade 1024 Aug 14 01:39 lib drwxrwxrwx 2 stygianrenegade stygianrenegade 1024 Oct 21 11:41 Logs -rwxrwxrwx 1 stygianrenegade stygianrenegade 1799890 Aug 14 06:10 minecraft_server.jar -rwxrwxrwx 1 stygianrenegade stygianrenegade 2584 Oct 21 16:40 mod_EE.props -rwxrwxrwx 1 stygianrenegade stygianrenegade 2584 Aug 23 07:01 mod_EE.props~ drwxrwxrwx 5 stygianrenegade stygianrenegade 3072 Oct 21 11:47 mods -rwxrwxrwx 1 stygianrenegade stygianrenegade 1021 Oct 1 20:46 new 2.txt -rwxrwxrwx 1 stygianrenegade stygianrenegade 54 Oct 21 11:38 ops.txt -rwxrwxrwx 1 stygianrenegade stygianrenegade 66 Aug 28 01:45 ops.txt~ -rwxrwxrwx 1 stygianrenegade stygianrenegade 0 Sep 3 01:33 permissions.yml -rwxrwxrwx 1 stygianrenegade stygianrenegade 36 Aug 14 01:37 permissions.yml.gz drwxrwxrwx 70 stygianrenegade stygianrenegade 5120 Oct 21 11:39 plugins -rwxrwxrwx 1 stygianrenegade stygianrenegade 601 May 28 20:58 README & INFO.txt -rwxrwxrwx 1 stygianrenegade stygianrenegade 0 Aug 14 01:37 reconnectfile.txt drwxrwxrwx 2 stygianrenegade stygianrenegade 1024 Oct 21 11:47 redpower -rwxrwxrwx 1 stygianrenegade stygianrenegade 104782 Aug 14 01:37 rsp.jar -rwxrwxrwx 1 stygianrenegade stygianrenegade 526717 Oct 21 16:40 server.log -rwxrwxrwx 1 stygianrenegade stygianrenegade 1668574 Aug 15 12:00 server.log~ -rwxrwxrwx 1 stygianrenegade stygianrenegade 361265 Aug 26 23:09 server.log.1 -rwxrwxrwx 1 stygianrenegade stygianrenegade 815439 Aug 14 12:29 server.log.2 -rwxrwxrwx 1 stygianrenegade stygianrenegade 606 Oct 6 17:00 server.properties -rwxrwxrwx 1 stygianrenegade stygianrenegade 202 Sep 3 01:28 server.properties1 -rwxrwxrwx 1 stygianrenegade stygianrenegade 379 Aug 30 09:08 server.properties.gz drwxrwxrwx 6 stygianrenegade stygianrenegade 1024 Oct 21 11:40 skylands drwxrwxrwx 6 stygianrenegade stygianrenegade 1024 Oct 21 11:40 spawn -rwxrwxrwx 1 stygianrenegade stygianrenegade 14135024 Aug 14 01:39 Tekkit2.jar -rwxrwxrwx 1 stygianrenegade stygianrenegade 11501637 Oct 16 20:30 Tekkit.jar -rwxrwxrwx 1 stygianrenegade stygianrenegade 1561 Aug 14 01:39 wepif.yml -rwxrwxrwx 1 stygianrenegade stygianrenegade 196 Oct 15 14:04 white-list.txt drwxrwxrwx 7 stygianrenegade stygianrenegade 1024 Oct 21 11:40 world drwxrwxrwx 6 stygianrenegade stygianrenegade 1024 Oct 21 11:40 world_nether drwxrwxrwx 6 stygianrenegade stygianrenegade 1024 Oct 21 11:40 world_the_end -rwxrwxrwx 1 stygianrenegade stygianrenegade 37289 Aug 14 01:39 WR-CBE Addons-Bukkit 1.2.2.3.zip
Nixsy Posted October 21, 2012 Posted October 21, 2012 That was my only idea dude :/ Sorry I could not help more.
Rokkwarr Posted October 21, 2012 Author Posted October 21, 2012 figured I should throw this in as well, it's the last Forge modloader log. 2012-10-21 16:40:13 [iNFO] Forge Mod Loader version 2.2.91.173 for Minecraft 1.2.5 loading 2012-10-21 16:40:13 [FINE] Attempting to load mods contained in the minecraft jar file and associated classes 2012-10-21 16:40:13 [FINE] Minecraft is a file at /home/stygianrenegade/Desktop/minecraft server/Minecraft/Tekkit.jar, loading 2012-10-21 16:40:14 [FINE] Found a mod class net.minecraft.server.mod_MinecraftForge in file Tekkit.jar, attempting to load it 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_MinecraftForge found, loading 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_MinecraftForge loaded 2012-10-21 16:40:14 [FINE] Mod class net.minecraft.server.mod_MinecraftForge loaded successfully 2012-10-21 16:40:14 [FINE] Minecraft jar mods loaded successfully 2012-10-21 16:40:14 [iNFO] Loading mods from /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods 2012-10-21 16:40:14 [FINE] Found a zip or jar file AdditionalPipes-2.1.3-MCPC1.2.5-r3.zip, attempting to load it 2012-10-21 16:40:14 [FINE] Found a mod class net.minecraft.server.mod_AdditionalPipes in file AdditionalPipes-2.1.3-MCPC1.2.5-r3.zip, attempting to load it 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_AdditionalPipes found, loading 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_AdditionalPipes loaded 2012-10-21 16:40:14 [FINE] Failed to find mcmod.info file in AdditionalPipes-2.1.3-MCPC1.2.5-r3.zip for mod_AdditionalPipes 2012-10-21 16:40:14 [FINE] Mod class net.minecraft.server.mod_AdditionalPipes loaded successfully 2012-10-21 16:40:14 [FINE] File AdditionalPipes-2.1.3-MCPC1.2.5-r3.zip loaded successfully 2012-10-21 16:40:14 [FINE] Found a zip or jar file BalkonsWeaponMod1.2.5.jar, attempting to load it 2012-10-21 16:40:14 [FINE] Found a mod class net.minecraft.server.mod_WeaponMod in file BalkonsWeaponMod1.2.5.jar, attempting to load it 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_WeaponMod found, loading 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_WeaponMod loaded 2012-10-21 16:40:14 [FINE] Failed to find mcmod.info file in BalkonsWeaponMod1.2.5.jar for mod_WeaponMod 2012-10-21 16:40:14 [FINE] Mod class net.minecraft.server.mod_WeaponMod loaded successfully 2012-10-21 16:40:14 [FINE] File BalkonsWeaponMod1.2.5.jar loaded successfully 2012-10-21 16:40:14 [FINE] Found a zip or jar file CodeChickenCore-Bukkit 0.5.3r3.zip, attempting to load it 2012-10-21 16:40:14 [FINE] Found a mod class net.minecraft.server.mod_CodeChickenCore in file CodeChickenCore-Bukkit 0.5.3r3.zip, attempting to load it 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_CodeChickenCore found, loading 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_CodeChickenCore loaded 2012-10-21 16:40:14 [FINE] Failed to find mcmod.info file in CodeChickenCore-Bukkit 0.5.3r3.zip for mod_CodeChickenCore 2012-10-21 16:40:14 [FINE] Mod class net.minecraft.server.mod_CodeChickenCore loaded successfully 2012-10-21 16:40:14 [FINE] File CodeChickenCore-Bukkit 0.5.3r3.zip loaded successfully 2012-10-21 16:40:14 [FINE] Found a directory ComputerCraft, attempting to load it 2012-10-21 16:40:14 [FINEST] Recursing into package dan200 2012-10-21 16:40:14 [FINEST] Recursing into package dan200.computer 2012-10-21 16:40:14 [FINEST] Recursing into package dan200.computer.api 2012-10-21 16:40:14 [FINEST] Recursing into package dan200.computer.core 2012-10-21 16:40:14 [FINEST] Recursing into package dan200.computer.shared 2012-10-21 16:40:14 [FINEST] Recursing into package dan200.turtle 2012-10-21 16:40:14 [FINEST] Recursing into package dan200.turtle.api 2012-10-21 16:40:14 [FINEST] Recursing into package dan200.turtle.shared 2012-10-21 16:40:14 [FINEST] Recursing into package eloraam 2012-10-21 16:40:14 [FINEST] Recursing into package eloraam.core 2012-10-21 16:40:14 [FINEST] Recursing into package licenses 2012-10-21 16:40:14 [FINEST] Recursing into package lua 2012-10-21 16:40:14 [FINEST] Recursing into package lua.rom 2012-10-21 16:40:14 [FINEST] Recursing into package lua.rom.apis 2012-10-21 16:40:14 [FINEST] Recursing into package lua.rom.apis.turtle 2012-10-21 16:40:14 [FINEST] Recursing into package lua.rom.help 2012-10-21 16:40:14 [FINEST] Recursing into package lua.rom.programs 2012-10-21 16:40:14 [FINEST] Recursing into package lua.rom.programs.computer 2012-10-21 16:40:14 [FINEST] Recursing into package lua.rom.programs.http 2012-10-21 16:40:14 [FINEST] Recursing into package lua.rom.programs.secret 2012-10-21 16:40:14 [FINEST] Recursing into package lua.rom.programs.turtle 2012-10-21 16:40:14 [FINEST] Recursing into package net 2012-10-21 16:40:14 [FINEST] Recursing into package net.minecraft 2012-10-21 16:40:14 [FINEST] Recursing into package net.minecraft.server 2012-10-21 16:40:14 [FINE] Found a mod class net.minecraft.server.mod_CCTurtle in directory server, attempting to load it 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_CCTurtle found, loading 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_CCTurtle loaded 2012-10-21 16:40:14 [FINE] Successfully loaded mod class mod_CCTurtle.class 2012-10-21 16:40:14 [FINE] Found a mod class net.minecraft.server.mod_ComputerCraft in directory server, attempting to load it 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_ComputerCraft found, loading 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_ComputerCraft loaded 2012-10-21 16:40:14 [FINE] Successfully loaded mod class mod_ComputerCraft.class 2012-10-21 16:40:14 [FINEST] Recursing into package org 2012-10-21 16:40:14 [FINEST] Recursing into package org.luaj 2012-10-21 16:40:14 [FINEST] Recursing into package org.luaj.vm2 2012-10-21 16:40:14 [FINEST] Recursing into package org.luaj.vm2.ast 2012-10-21 16:40:14 [FINEST] Recursing into package org.luaj.vm2.compiler 2012-10-21 16:40:14 [FINEST] Recursing into package org.luaj.vm2.lib 2012-10-21 16:40:14 [FINEST] Recursing into package org.luaj.vm2.lib.jse 2012-10-21 16:40:14 [FINEST] Recursing into package org.luaj.vm2.lua2java 2012-10-21 16:40:14 [FINEST] Recursing into package org.luaj.vm2.luajc 2012-10-21 16:40:14 [FINEST] Recursing into package org.luaj.vm2.parser 2012-10-21 16:40:14 [FINEST] Recursing into package org.luaj.vm2.script 2012-10-21 16:40:14 [FINE] Directory ComputerCraft loaded successfully 2012-10-21 16:40:14 [FINE] Found a zip or jar file EE2ServerV1.4.6.5-bukkit-mcpc-1.2.5-r5.zip, attempting to load it 2012-10-21 16:40:14 [FINE] Found a mod class net.minecraft.server.mod_EE in file EE2ServerV1.4.6.5-bukkit-mcpc-1.2.5-r5.zip, attempting to load it 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_EE found, loading 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_EE loaded 2012-10-21 16:40:14 [FINE] Failed to find mcmod.info file in EE2ServerV1.4.6.5-bukkit-mcpc-1.2.5-r5.zip for mod_EE 2012-10-21 16:40:14 [FINE] Mod class net.minecraft.server.mod_EE loaded successfully 2012-10-21 16:40:14 [FINE] File EE2ServerV1.4.6.5-bukkit-mcpc-1.2.5-r5.zip loaded successfully 2012-10-21 16:40:14 [FINE] Found a zip or jar file EnderStorage-Bukkit 1.1.3r2.zip, attempting to load it 2012-10-21 16:40:14 [FINE] Found a mod class net.minecraft.server.mod_EnderStorage in file EnderStorage-Bukkit 1.1.3r2.zip, attempting to load it 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_EnderStorage found, loading 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_EnderStorage loaded 2012-10-21 16:40:14 [FINE] Failed to find mcmod.info file in EnderStorage-Bukkit 1.1.3r2.zip for mod_EnderStorage 2012-10-21 16:40:14 [FINE] Mod class net.minecraft.server.mod_EnderStorage loaded successfully 2012-10-21 16:40:14 [FINE] File EnderStorage-Bukkit 1.1.3r2.zip loaded successfully 2012-10-21 16:40:14 [FINE] Found a zip or jar file NotEnoughItems-Bukkit 1.2.2.3r3.zip, attempting to load it 2012-10-21 16:40:14 [FINE] Found a mod class net.minecraft.server.mod_NotEnoughItems in file NotEnoughItems-Bukkit 1.2.2.3r3.zip, attempting to load it 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_NotEnoughItems found, loading 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_NotEnoughItems loaded 2012-10-21 16:40:14 [FINE] Failed to find mcmod.info file in NotEnoughItems-Bukkit 1.2.2.3r3.zip for mod_NotEnoughItems 2012-10-21 16:40:14 [FINE] Mod class net.minecraft.server.mod_NotEnoughItems loaded successfully 2012-10-21 16:40:14 [FINE] File NotEnoughItems-Bukkit 1.2.2.3r3.zip loaded successfully 2012-10-21 16:40:14 [FINE] Found a zip or jar file PowerConverters-1.3.4-mcpc78-r1.zip, attempting to load it 2012-10-21 16:40:14 [FINE] Found a mod class net.minecraft.server.mod_PowerConverters in file PowerConverters-1.3.4-mcpc78-r1.zip, attempting to load it 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_PowerConverters found, loading 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_PowerConverters loaded 2012-10-21 16:40:14 [FINE] Failed to find mcmod.info file in PowerConverters-1.3.4-mcpc78-r1.zip for mod_PowerConverters 2012-10-21 16:40:14 [FINE] Mod class net.minecraft.server.mod_PowerConverters loaded successfully 2012-10-21 16:40:14 [FINE] File PowerConverters-1.3.4-mcpc78-r1.zip loaded successfully 2012-10-21 16:40:14 [FINE] Found a zip or jar file Railcraft-5.3.3-MCPC-1.2.5-r8.zip, attempting to load it 2012-10-21 16:40:14 [FINE] Found a mod class net.minecraft.server.mod_Railcraft in file Railcraft-5.3.3-MCPC-1.2.5-r8.zip, attempting to load it 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_Railcraft found, loading 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_Railcraft loaded 2012-10-21 16:40:14 [FINE] Failed to find mcmod.info file in Railcraft-5.3.3-MCPC-1.2.5-r8.zip for mod_Railcraft 2012-10-21 16:40:14 [FINE] Mod class net.minecraft.server.mod_Railcraft loaded successfully 2012-10-21 16:40:14 [FINE] File Railcraft-5.3.3-MCPC-1.2.5-r8.zip loaded successfully 2012-10-21 16:40:14 [FINE] Found a zip or jar file WR-CBE Addons-Bukkit 1.2.2.3.zip, attempting to load it 2012-10-21 16:40:14 [FINE] Found a mod class net.minecraft.server.mod_WirelessRedstoneAddons in file WR-CBE Addons-Bukkit 1.2.2.3.zip, attempting to load it 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_WirelessRedstoneAddons found, loading 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_WirelessRedstoneAddons loaded 2012-10-21 16:40:14 [FINE] Failed to find mcmod.info file in WR-CBE Addons-Bukkit 1.2.2.3.zip for mod_WirelessRedstoneAddons 2012-10-21 16:40:14 [FINE] Mod class net.minecraft.server.mod_WirelessRedstoneAddons loaded successfully 2012-10-21 16:40:14 [FINE] File WR-CBE Addons-Bukkit 1.2.2.3.zip loaded successfully 2012-10-21 16:40:14 [FINE] Found a zip or jar file WR-CBE Core-Bukkit 1.2.2.3r2.zip.zip, attempting to load it 2012-10-21 16:40:14 [FINE] Found a mod class net.minecraft.server.mod_WirelessRedstoneCore in file WR-CBE Core-Bukkit 1.2.2.3r2.zip.zip, attempting to load it 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_WirelessRedstoneCore found, loading 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_WirelessRedstoneCore loaded 2012-10-21 16:40:14 [FINE] Failed to find mcmod.info file in WR-CBE Core-Bukkit 1.2.2.3r2.zip.zip for mod_WirelessRedstoneCore 2012-10-21 16:40:14 [FINE] Mod class net.minecraft.server.mod_WirelessRedstoneCore loaded successfully 2012-10-21 16:40:14 [FINE] File WR-CBE Core-Bukkit 1.2.2.3r2.zip.zip loaded successfully 2012-10-21 16:40:14 [FINE] Found a zip or jar file WR-CBE RedPower-Bukkit 1.2.2.1.zip, attempting to load it 2012-10-21 16:40:14 [FINE] Found a mod class net.minecraft.server.mod_WirelessRedstoneRedPower in file WR-CBE RedPower-Bukkit 1.2.2.1.zip, attempting to load it 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_WirelessRedstoneRedPower found, loading 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_WirelessRedstoneRedPower loaded 2012-10-21 16:40:14 [FINE] Failed to find mcmod.info file in WR-CBE RedPower-Bukkit 1.2.2.1.zip for mod_WirelessRedstoneRedPower 2012-10-21 16:40:14 [FINE] Mod class net.minecraft.server.mod_WirelessRedstoneRedPower loaded successfully 2012-10-21 16:40:14 [FINE] File WR-CBE RedPower-Bukkit 1.2.2.1.zip loaded successfully 2012-10-21 16:40:14 [FINE] Found a zip or jar file advancedMachines_4.0_bukkit.zip, attempting to load it 2012-10-21 16:40:14 [FINE] Found a mod class net.minecraft.server.mod_IC2AdvancedMachines in file advancedMachines_4.0_bukkit.zip, attempting to load it 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_IC2AdvancedMachines found, loading 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_IC2AdvancedMachines loaded 2012-10-21 16:40:14 [FINE] Failed to find mcmod.info file in advancedMachines_4.0_bukkit.zip for mod_IC2AdvancedMachines 2012-10-21 16:40:14 [FINE] Mod class net.minecraft.server.mod_IC2AdvancedMachines loaded successfully 2012-10-21 16:40:14 [FINE] File advancedMachines_4.0_bukkit.zip loaded successfully 2012-10-21 16:40:14 [FINE] Found a zip or jar file buildcraft-2.2.14-mcpc1.2.5-r8.zip, attempting to load it 2012-10-21 16:40:14 [FINE] Found a mod class net.minecraft.server.mod_BuildCraftTransport in file buildcraft-2.2.14-mcpc1.2.5-r8.zip, attempting to load it 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_BuildCraftTransport found, loading 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_BuildCraftTransport loaded 2012-10-21 16:40:14 [FINE] Failed to find mcmod.info file in buildcraft-2.2.14-mcpc1.2.5-r8.zip for mod_BuildCraftTransport 2012-10-21 16:40:14 [FINE] Mod class net.minecraft.server.mod_BuildCraftTransport loaded successfully 2012-10-21 16:40:14 [FINE] Found a mod class net.minecraft.server.mod_BuildCraftFactory in file buildcraft-2.2.14-mcpc1.2.5-r8.zip, attempting to load it 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_BuildCraftFactory found, loading 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_BuildCraftFactory loaded 2012-10-21 16:40:14 [FINE] Failed to find mcmod.info file in buildcraft-2.2.14-mcpc1.2.5-r8.zip for mod_BuildCraftFactory 2012-10-21 16:40:14 [FINE] Mod class net.minecraft.server.mod_BuildCraftFactory loaded successfully 2012-10-21 16:40:14 [FINE] Found a mod class net.minecraft.server.mod_BuildCraftEnergy in file buildcraft-2.2.14-mcpc1.2.5-r8.zip, attempting to load it 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_BuildCraftEnergy found, loading 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_BuildCraftEnergy loaded 2012-10-21 16:40:14 [FINE] Failed to find mcmod.info file in buildcraft-2.2.14-mcpc1.2.5-r8.zip for mod_BuildCraftEnergy 2012-10-21 16:40:14 [FINE] Mod class net.minecraft.server.mod_BuildCraftEnergy loaded successfully 2012-10-21 16:40:14 [FINE] Found a mod class net.minecraft.server.mod_BuildCraftCore in file buildcraft-2.2.14-mcpc1.2.5-r8.zip, attempting to load it 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_BuildCraftCore found, loading 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_BuildCraftCore loaded 2012-10-21 16:40:14 [FINE] Failed to find mcmod.info file in buildcraft-2.2.14-mcpc1.2.5-r8.zip for mod_BuildCraftCore 2012-10-21 16:40:14 [FINE] Mod class net.minecraft.server.mod_BuildCraftCore loaded successfully 2012-10-21 16:40:14 [FINE] Found a mod class net.minecraft.server.mod_BuildCraftBuilders in file buildcraft-2.2.14-mcpc1.2.5-r8.zip, attempting to load it 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_BuildCraftBuilders found, loading 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_BuildCraftBuilders loaded 2012-10-21 16:40:14 [FINE] Failed to find mcmod.info file in buildcraft-2.2.14-mcpc1.2.5-r8.zip for mod_BuildCraftBuilders 2012-10-21 16:40:14 [FINE] Mod class net.minecraft.server.mod_BuildCraftBuilders loaded successfully 2012-10-21 16:40:14 [FINE] File buildcraft-2.2.14-mcpc1.2.5-r8.zip loaded successfully 2012-10-21 16:40:14 [FINE] Found a directory ccSensors, attempting to load it 2012-10-21 16:40:14 [FINEST] Recursing into package api 2012-10-21 16:40:14 [FINEST] Recursing into package ccSensors 2012-10-21 16:40:14 [FINEST] Recursing into package ccSensors.api 2012-10-21 16:40:14 [FINEST] Recursing into package ccSensors.help 2012-10-21 16:40:14 [FINEST] Recursing into package ccSensors.lua 2012-10-21 16:40:14 [FINEST] Recursing into package ccSensors.shared 2012-10-21 16:40:14 [FINEST] Recursing into package ccSensors.shared.network 2012-10-21 16:40:14 [FINEST] Recursing into package ccSensors.shared.sensorModules 2012-10-21 16:40:14 [FINEST] Recursing into package help 2012-10-21 16:40:14 [FINEST] Recursing into package lua 2012-10-21 16:40:14 [FINEST] Recursing into package net 2012-10-21 16:40:14 [FINEST] Recursing into package net.minecraft 2012-10-21 16:40:14 [FINEST] Recursing into package net.minecraft.server 2012-10-21 16:40:14 [FINE] Found a mod class net.minecraft.server.mod_ccSensors in directory server, attempting to load it 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_ccSensors found, loading 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_ccSensors loaded 2012-10-21 16:40:14 [FINE] Successfully loaded mod class mod_ccSensors.class 2012-10-21 16:40:14 [FINE] Directory ccSensors loaded successfully 2012-10-21 16:40:14 [FINE] Found a zip or jar file immibis-core_49.1.1_for_1.2.5-bukkit.jar, attempting to load it 2012-10-21 16:40:14 [FINE] Found a mod class net.minecraft.server.mod_ImmibisCore in file immibis-core_49.1.1_for_1.2.5-bukkit.jar, attempting to load it 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_ImmibisCore found, loading 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_ImmibisCore loaded 2012-10-21 16:40:14 [FINE] Failed to find mcmod.info file in immibis-core_49.1.1_for_1.2.5-bukkit.jar for mod_ImmibisCore 2012-10-21 16:40:14 [FINE] Mod class net.minecraft.server.mod_ImmibisCore loaded successfully 2012-10-21 16:40:14 [FINE] File immibis-core_49.1.1_for_1.2.5-bukkit.jar loaded successfully 2012-10-21 16:40:14 [FINE] Found a zip or jar file industrialcraft2-1.97-mcpc1.2.5-r7.zip, attempting to load it 2012-10-21 16:40:14 [FINE] Found a mod class net.minecraft.server.mod_IC2 in file industrialcraft2-1.97-mcpc1.2.5-r7.zip, attempting to load it 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_IC2 found, loading 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_IC2 loaded 2012-10-21 16:40:14 [FINE] Failed to find mcmod.info file in industrialcraft2-1.97-mcpc1.2.5-r7.zip for mod_IC2 2012-10-21 16:40:14 [FINE] Mod class net.minecraft.server.mod_IC2 loaded successfully 2012-10-21 16:40:14 [FINE] File industrialcraft2-1.97-mcpc1.2.5-r7.zip loaded successfully 2012-10-21 16:40:14 [FINE] Found a zip or jar file mffs_rev7_for_1.2.5-bukkit.zip, attempting to load it 2012-10-21 16:40:14 [FINE] Found a mod class mffs.mod_ModularForceFieldSystem in file mffs_rev7_for_1.2.5-bukkit.zip, attempting to load it 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class mffs.mod_ModularForceFieldSystem found, loading 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class mffs.mod_ModularForceFieldSystem loaded 2012-10-21 16:40:14 [FINE] Failed to find mcmod.info file in mffs_rev7_for_1.2.5-bukkit.zip for mod_ModularForceFieldSystem 2012-10-21 16:40:14 [FINE] Mod class mffs.mod_ModularForceFieldSystem loaded successfully 2012-10-21 16:40:14 [FINE] File mffs_rev7_for_1.2.5-bukkit.zip loaded successfully 2012-10-21 16:40:14 [FINE] Found a zip or jar file mffs_rev7_for_1.2.5-bukkit_fixedbyskuli.jar, attempting to load it 2012-10-21 16:40:14 [FINE] Found a mod class mffs.mod_ModularForceFieldSystem in file mffs_rev7_for_1.2.5-bukkit_fixedbyskuli.jar, attempting to load it 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class mffs.mod_ModularForceFieldSystem found, loading 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class mffs.mod_ModularForceFieldSystem loaded 2012-10-21 16:40:14 [FINE] Failed to find mcmod.info file in mffs_rev7_for_1.2.5-bukkit_fixedbyskuli.jar for mod_ModularForceFieldSystem 2012-10-21 16:40:14 [FINE] Mod class mffs.mod_ModularForceFieldSystem loaded successfully 2012-10-21 16:40:14 [FINE] File mffs_rev7_for_1.2.5-bukkit_fixedbyskuli.jar loaded successfully 2012-10-21 16:40:14 [FINE] Found a zip or jar file mod_IC2NuclearControl-1.1.10b-mcpc-r1.zip, attempting to load it 2012-10-21 16:40:14 [FINE] Found a mod class net.minecraft.server.mod_IC2NuclearControl in file mod_IC2NuclearControl-1.1.10b-mcpc-r1.zip, attempting to load it 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_IC2NuclearControl found, loading 2012-10-21 16:40:14 [FINE] ModLoader BaseMod class net.minecraft.server.mod_IC2NuclearControl loaded 2012-10-21 16:40:14 [FINE] Failed to find mcmod.info file in mod_IC2NuclearControl-1.1.10b-mcpc-r1.zip for mod_IC2NuclearControl 2012-10-21 16:40:14 [FINE] Mod class net.minecraft.server.mod_IC2NuclearControl loaded successfully 2012-10-21 16:40:14 [FINE] File mod_IC2NuclearControl-1.1.10b-mcpc-r1.zip loaded successfully 2012-10-21 16:40:14 [FINE] Found a zip or jar file mod_NetherOres.jar, attempting to load it 2012-10-21 16:40:14 [FINE] Found a mod class net.minecraft.server.mod_NetherOres in file mod_NetherOres.jar, attempting to load it 2012-10-21 16:40:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_NetherOres found, loading 2012-10-21 16:40:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_NetherOres loaded 2012-10-21 16:40:15 [FINE] Failed to find mcmod.info file in mod_NetherOres.jar for mod_NetherOres 2012-10-21 16:40:15 [FINE] Mod class net.minecraft.server.mod_NetherOres loaded successfully 2012-10-21 16:40:15 [FINE] File mod_NetherOres.jar loaded successfully 2012-10-21 16:40:15 [FINE] Found a zip or jar file mod_chargingbench-server-1.95b-mcpc1.2.5-r2.zip, attempting to load it 2012-10-21 16:40:15 [FINE] Found a mod class net.minecraft.server.mod_IC2_ChargingBench in file mod_chargingbench-server-1.95b-mcpc1.2.5-r2.zip, attempting to load it 2012-10-21 16:40:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_IC2_ChargingBench found, loading 2012-10-21 16:40:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_IC2_ChargingBench loaded 2012-10-21 16:40:15 [FINE] Failed to find mcmod.info file in mod_chargingbench-server-1.95b-mcpc1.2.5-r2.zip for mod_IC2_ChargingBench 2012-10-21 16:40:15 [FINE] Mod class net.minecraft.server.mod_IC2_ChargingBench loaded successfully 2012-10-21 16:40:15 [FINE] File mod_chargingbench-server-1.95b-mcpc1.2.5-r2.zip loaded successfully 2012-10-21 16:40:15 [FINE] Found a zip or jar file mod_compactsolars-server-2.3.2.10-bukkit-mcpc-1.2.5.zip, attempting to load it 2012-10-21 16:40:15 [FINE] Found a mod class net.minecraft.server.mod_CompactSolars in file mod_compactsolars-server-2.3.2.10-bukkit-mcpc-1.2.5.zip, attempting to load it 2012-10-21 16:40:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_CompactSolars found, loading 2012-10-21 16:40:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_CompactSolars loaded 2012-10-21 16:40:15 [FINE] Mod class net.minecraft.server.mod_CompactSolars loaded successfully 2012-10-21 16:40:15 [FINE] File mod_compactsolars-server-2.3.2.10-bukkit-mcpc-1.2.5.zip loaded successfully 2012-10-21 16:40:15 [FINE] Found a zip or jar file mod_ironchests-server-3.8.0.40-bukkit-mcpc-1.2.5.zip, attempting to load it 2012-10-21 16:40:15 [FINE] Found a mod class cpw.mods.ironchest.mod_IronChest in file mod_ironchests-server-3.8.0.40-bukkit-mcpc-1.2.5.zip, attempting to load it 2012-10-21 16:40:15 [FINE] ModLoader BaseMod class cpw.mods.ironchest.mod_IronChest found, loading 2012-10-21 16:40:15 [FINE] ModLoader BaseMod class cpw.mods.ironchest.mod_IronChest loaded 2012-10-21 16:40:15 [FINE] Mod class cpw.mods.ironchest.mod_IronChest loaded successfully 2012-10-21 16:40:15 [FINE] File mod_ironchests-server-3.8.0.40-bukkit-mcpc-1.2.5.zip loaded successfully 2012-10-21 16:40:15 [FINE] Found a zip or jar file redpower-all-2.0p5b2-mcpc1.2.5-r15.zip, attempting to load it 2012-10-21 16:40:15 [FINE] Found a mod class net.minecraft.server.mod_RedPowerControl in file redpower-all-2.0p5b2-mcpc1.2.5-r15.zip, attempting to load it 2012-10-21 16:40:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerControl found, loading 2012-10-21 16:40:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerControl loaded 2012-10-21 16:40:15 [FINE] Failed to find mcmod.info file in redpower-all-2.0p5b2-mcpc1.2.5-r15.zip for mod_RedPowerControl 2012-10-21 16:40:15 [FINE] Mod class net.minecraft.server.mod_RedPowerControl loaded successfully 2012-10-21 16:40:15 [FINE] Found a mod class net.minecraft.server.mod_RedPowerLogic in file redpower-all-2.0p5b2-mcpc1.2.5-r15.zip, attempting to load it 2012-10-21 16:40:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerLogic found, loading 2012-10-21 16:40:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerLogic loaded 2012-10-21 16:40:15 [FINE] Failed to find mcmod.info file in redpower-all-2.0p5b2-mcpc1.2.5-r15.zip for mod_RedPowerLogic 2012-10-21 16:40:15 [FINE] Mod class net.minecraft.server.mod_RedPowerLogic loaded successfully 2012-10-21 16:40:15 [FINE] Found a mod class net.minecraft.server.mod_RedPowerLighting in file redpower-all-2.0p5b2-mcpc1.2.5-r15.zip, attempting to load it 2012-10-21 16:40:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerLighting found, loading 2012-10-21 16:40:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerLighting loaded 2012-10-21 16:40:15 [FINE] Failed to find mcmod.info file in redpower-all-2.0p5b2-mcpc1.2.5-r15.zip for mod_RedPowerLighting 2012-10-21 16:40:15 [FINE] Mod class net.minecraft.server.mod_RedPowerLighting loaded successfully 2012-10-21 16:40:15 [FINE] Found a mod class net.minecraft.server.mod_RedPowerWiring in file redpower-all-2.0p5b2-mcpc1.2.5-r15.zip, attempting to load it 2012-10-21 16:40:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerWiring found, loading 2012-10-21 16:40:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerWiring loaded 2012-10-21 16:40:15 [FINE] Failed to find mcmod.info file in redpower-all-2.0p5b2-mcpc1.2.5-r15.zip for mod_RedPowerWiring 2012-10-21 16:40:15 [FINE] Mod class net.minecraft.server.mod_RedPowerWiring loaded successfully 2012-10-21 16:40:15 [FINE] Found a mod class net.minecraft.server.mod_RedPowerCore in file redpower-all-2.0p5b2-mcpc1.2.5-r15.zip, attempting to load it 2012-10-21 16:40:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerCore found, loading 2012-10-21 16:40:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerCore loaded 2012-10-21 16:40:15 [FINE] Failed to find mcmod.info file in redpower-all-2.0p5b2-mcpc1.2.5-r15.zip for mod_RedPowerCore 2012-10-21 16:40:15 [FINE] Mod class net.minecraft.server.mod_RedPowerCore loaded successfully 2012-10-21 16:40:15 [FINE] Found a mod class net.minecraft.server.mod_RedPowerMachine in file redpower-all-2.0p5b2-mcpc1.2.5-r15.zip, attempting to load it 2012-10-21 16:40:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerMachine found, loading 2012-10-21 16:40:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerMachine loaded 2012-10-21 16:40:15 [FINE] Failed to find mcmod.info file in redpower-all-2.0p5b2-mcpc1.2.5-r15.zip for mod_RedPowerMachine 2012-10-21 16:40:15 [FINE] Mod class net.minecraft.server.mod_RedPowerMachine loaded successfully 2012-10-21 16:40:15 [FINE] Found a mod class net.minecraft.server.mod_RedPowerWorld in file redpower-all-2.0p5b2-mcpc1.2.5-r15.zip, attempting to load it 2012-10-21 16:40:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerWorld found, loading 2012-10-21 16:40:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerWorld loaded 2012-10-21 16:40:15 [FINE] Failed to find mcmod.info file in redpower-all-2.0p5b2-mcpc1.2.5-r15.zip for mod_RedPowerWorld 2012-10-21 16:40:15 [FINE] Mod class net.minecraft.server.mod_RedPowerWorld loaded successfully 2012-10-21 16:40:15 [FINE] File redpower-all-2.0p5b2-mcpc1.2.5-r15.zip loaded successfully 2012-10-21 16:40:15 [FINE] Found a zip or jar file tubestuff_49.1.2_for_1.2.5-bukkit.jar, attempting to load it 2012-10-21 16:40:15 [FINE] Found a mod class net.minecraft.server.mod_TubeStuff in file tubestuff_49.1.2_for_1.2.5-bukkit.jar, attempting to load it 2012-10-21 16:40:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_TubeStuff found, loading 2012-10-21 16:40:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_TubeStuff loaded 2012-10-21 16:40:15 [FINE] Failed to find mcmod.info file in tubestuff_49.1.2_for_1.2.5-bukkit.jar for mod_TubeStuff 2012-10-21 16:40:15 [FINE] Mod class net.minecraft.server.mod_TubeStuff loaded successfully 2012-10-21 16:40:15 [FINE] File tubestuff_49.1.2_for_1.2.5-bukkit.jar loaded successfully 2012-10-21 16:40:15 [FINE] Found a directory weaponmod, attempting to load it 2012-10-21 16:40:15 [iNFO] Directory weaponmod contained no mods 2012-10-21 16:40:15 [FINE] Found a zip or jar file zdimensional-anchor_rev3.2_for_1.2.5-bukkit.jar, attempting to load it 2012-10-21 16:40:15 [FINE] Found a mod class net.minecraft.server.mod_ImmiChunkLoaders in file zdimensional-anchor_rev3.2_for_1.2.5-bukkit.jar, attempting to load it 2012-10-21 16:40:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_ImmiChunkLoaders found, loading 2012-10-21 16:40:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_ImmiChunkLoaders loaded 2012-10-21 16:40:15 [FINE] Failed to find mcmod.info file in zdimensional-anchor_rev3.2_for_1.2.5-bukkit.jar for mod_ImmiChunkLoaders 2012-10-21 16:40:15 [FINE] Mod class net.minecraft.server.mod_ImmiChunkLoaders loaded successfully 2012-10-21 16:40:15 [FINE] File zdimensional-anchor_rev3.2_for_1.2.5-bukkit.jar loaded successfully 2012-10-21 16:40:15 [iNFO] Forge Mod Loader has loaded 39 mods 2012-10-21 16:40:15 [FINE] Beginning mod pre-initialization 2012-10-21 16:40:15 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/Tekkit.jar 2012-10-21 16:40:15 [FINE] Reading existing configuration file for mod_MinecraftForge : mod_MinecraftForge.cfg 2012-10-21 16:40:15 [FINEST] Configuration for mod_MinecraftForge.DISABLE_DARK_ROOMS found values default: false, configured: false, interpreted: false 2012-10-21 16:40:15 [FINEST] Configuration for mod_MinecraftForge.SPAWNER_ALLOW_ON_INVERTED found values default: true, configured: true, interpreted: true 2012-10-21 16:40:15 [FINEST] Configuration for mod_MinecraftForge.NO_FORGE_KICK_MESSAGE found values default: This server requires you to have Minecraft Forge installed. http://MinecraftForge.net/, configured: This server requires you to have Minecraft Forge installed. http://MinecraftForge.net/, interpreted: This server requires you to have Minecraft Forge installed. http://MinecraftForge.net/ 2012-10-21 16:40:15 [FINEST] Configuration for mod_MinecraftForge.SPAWNER_MAKE_MORE_RANDOM found values default: false, configured: false, interpreted: false 2012-10-21 16:40:15 [FINE] Configuration for mod_MinecraftForge written to mod_MinecraftForge.cfg 2012-10-21 16:40:15 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/AdditionalPipes-2.1.3-MCPC1.2.5-r3.zip 2012-10-21 16:40:15 [FINE] No MLProp configuration for mod_AdditionalPipes found or required. No file written 2012-10-21 16:40:15 [iNFO] MinecraftForge v3.3.8.152 Initialized 2012-10-21 16:40:15 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/BalkonsWeaponMod1.2.5.jar 2012-10-21 16:40:15 [FINE] No MLProp configuration for mod_WeaponMod found or required. No file written 2012-10-21 16:40:15 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/CodeChickenCore-Bukkit 0.5.3r3.zip 2012-10-21 16:40:15 [FINE] No MLProp configuration for mod_CodeChickenCore found or required. No file written 2012-10-21 16:40:15 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/ComputerCraft/net/minecraft/server 2012-10-21 16:40:15 [FINE] Reading existing configuration file for mod_CCTurtle : mod_CCTurtle.cfg 2012-10-21 16:40:15 [FINEST] Configuration for mod_CCTurtle.turtleBlockID found values default: 209, configured: 216, interpreted: 216 2012-10-21 16:40:15 [FINEST] Configuration for mod_CCTurtle.turtleBlockID value set to: 216 2012-10-21 16:40:15 [FINEST] Configuration for mod_CCTurtle.turtleGUIID found values default: 101, configured: 101, interpreted: 101 2012-10-21 16:40:15 [FINEST] Configuration for mod_CCTurtle.turtle_fakeplayer_method found values default: perturtle, configured: perturtle, interpreted: perturtle 2012-10-21 16:40:15 [FINEST] Configuration for mod_CCTurtle.turtle_fakeplayer_dologin found values default: false, configured: false, interpreted: false 2012-10-21 16:40:15 [FINE] Configuration for mod_CCTurtle written to mod_CCTurtle.cfg 2012-10-21 16:40:15 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/ComputerCraft/net/minecraft/server 2012-10-21 16:40:15 [FINE] Reading existing configuration file for mod_ComputerCraft : mod_ComputerCraft.cfg 2012-10-21 16:40:15 [FINEST] Configuration for mod_ComputerCraft.computerBlockID found values default: 207, configured: 207, interpreted: 207 2012-10-21 16:40:15 [FINEST] Configuration for mod_ComputerCraft.diskDriveBlockID found values default: 208, configured: 208, interpreted: 208 2012-10-21 16:40:15 [FINEST] Configuration for mod_ComputerCraft.diskItemID found values default: 4000, configured: 4000, interpreted: 4000 2012-10-21 16:40:15 [FINEST] Configuration for mod_ComputerCraft.diskDriveGUIID found values default: 100, configured: 100, interpreted: 100 2012-10-21 16:40:15 [WARNING] Configuration for mod_ComputerCraft.enableAPI_http found value 0 outside acceptable range 4.9E-324,1.7976931348623157E308 2012-10-21 16:40:15 [FINEST] Configuration for mod_ComputerCraft.enableAPI_http found values default: 0, configured: 0, interpreted: null 2012-10-21 16:40:15 [FINEST] Configuration for mod_ComputerCraft.modem_range found values default: 64, configured: 64, interpreted: 64 2012-10-21 16:40:15 [FINEST] Configuration for mod_ComputerCraft.modem_rangeDuringStorm found values default: 1, configured: 16, interpreted: 16 2012-10-21 16:40:15 [FINEST] Configuration for mod_ComputerCraft.modem_rangeDuringStorm value set to: 16 2012-10-21 16:40:15 [FINE] Configuration for mod_ComputerCraft written to mod_ComputerCraft.cfg 2012-10-21 16:40:15 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/EE2ServerV1.4.6.5-bukkit-mcpc-1.2.5-r5.zip 2012-10-21 16:40:15 [FINE] No MLProp configuration for mod_EE found or required. No file written 2012-10-21 16:40:15 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/EnderStorage-Bukkit 1.1.3r2.zip 2012-10-21 16:40:15 [FINE] No MLProp configuration for mod_EnderStorage found or required. No file written 2012-10-21 16:40:15 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/NotEnoughItems-Bukkit 1.2.2.3r3.zip 2012-10-21 16:40:15 [FINE] No MLProp configuration for mod_NotEnoughItems found or required. No file written 2012-10-21 16:40:15 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/PowerConverters-1.3.4-mcpc78-r1.zip 2012-10-21 16:40:15 [FINE] No MLProp configuration for mod_PowerConverters found or required. No file written 2012-10-21 16:40:15 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/Railcraft-5.3.3-MCPC-1.2.5-r8.zip 2012-10-21 16:40:15 [FINE] No MLProp configuration for mod_Railcraft found or required. No file written 2012-10-21 16:40:15 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/WR-CBE Addons-Bukkit 1.2.2.3.zip 2012-10-21 16:40:15 [FINE] No MLProp configuration for mod_WirelessRedstoneAddons found or required. No file written 2012-10-21 16:40:15 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/WR-CBE Core-Bukkit 1.2.2.3r2.zip.zip 2012-10-21 16:40:15 [FINE] No MLProp configuration for mod_WirelessRedstoneCore found or required. No file written 2012-10-21 16:40:15 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/WR-CBE RedPower-Bukkit 1.2.2.1.zip 2012-10-21 16:40:15 [FINE] No MLProp configuration for mod_WirelessRedstoneRedPower found or required. No file written 2012-10-21 16:40:15 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/advancedMachines_4.0_bukkit.zip 2012-10-21 16:40:15 [FINE] No MLProp configuration for mod_IC2AdvancedMachines found or required. No file written 2012-10-21 16:40:15 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/buildcraft-2.2.14-mcpc1.2.5-r8.zip 2012-10-21 16:40:15 [FINE] No MLProp configuration for mod_BuildCraftTransport found or required. No file written 2012-10-21 16:40:15 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/buildcraft-2.2.14-mcpc1.2.5-r8.zip 2012-10-21 16:40:15 [FINE] No MLProp configuration for mod_BuildCraftFactory found or required. No file written 2012-10-21 16:40:15 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/buildcraft-2.2.14-mcpc1.2.5-r8.zip 2012-10-21 16:40:15 [FINE] No MLProp configuration for mod_BuildCraftEnergy found or required. No file written 2012-10-21 16:40:15 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/buildcraft-2.2.14-mcpc1.2.5-r8.zip 2012-10-21 16:40:15 [FINE] No MLProp configuration for mod_BuildCraftCore found or required. No file written 2012-10-21 16:40:15 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/buildcraft-2.2.14-mcpc1.2.5-r8.zip 2012-10-21 16:40:15 [FINE] No MLProp configuration for mod_BuildCraftBuilders found or required. No file written 2012-10-21 16:40:15 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/ccSensors/net/minecraft/server 2012-10-21 16:40:15 [FINE] No MLProp configuration for mod_ccSensors found or required. No file written 2012-10-21 16:40:15 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/immibis-core_49.1.1_for_1.2.5-bukkit.jar 2012-10-21 16:40:15 [FINE] No MLProp configuration for mod_ImmibisCore found or required. No file written 2012-10-21 16:40:15 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/industrialcraft2-1.97-mcpc1.2.5-r7.zip 2012-10-21 16:40:16 [FINE] No MLProp configuration for mod_IC2 found or required. No file written 2012-10-21 16:40:16 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/mffs_rev7_for_1.2.5-bukkit.zip 2012-10-21 16:40:16 [FINE] No MLProp configuration for mod_ModularForceFieldSystem found or required. No file written 2012-10-21 16:40:16 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/mffs_rev7_for_1.2.5-bukkit_fixedbyskuli.jar 2012-10-21 16:40:16 [FINE] No MLProp configuration for mod_ModularForceFieldSystem found or required. No file written 2012-10-21 16:40:16 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/mod_IC2NuclearControl-1.1.10b-mcpc-r1.zip 2012-10-21 16:40:16 [FINE] No MLProp configuration for mod_IC2NuclearControl found or required. No file written 2012-10-21 16:40:16 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/mod_NetherOres.jar 2012-10-21 16:40:16 [FINE] No MLProp configuration for mod_NetherOres found or required. No file written 2012-10-21 16:40:16 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/mod_chargingbench-server-1.95b-mcpc1.2.5-r2.zip 2012-10-21 16:40:16 [FINE] No MLProp configuration for mod_IC2_ChargingBench found or required. No file written 2012-10-21 16:40:16 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/mod_compactsolars-server-2.3.2.10-bukkit-mcpc-1.2.5.zip 2012-10-21 16:40:16 [FINE] No MLProp configuration for mod_CompactSolars found or required. No file written 2012-10-21 16:40:16 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/mod_ironchests-server-3.8.0.40-bukkit-mcpc-1.2.5.zip 2012-10-21 16:40:16 [FINE] No MLProp configuration for mod_IronChest found or required. No file written 2012-10-21 16:40:16 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/redpower-all-2.0p5b2-mcpc1.2.5-r15.zip 2012-10-21 16:40:16 [FINE] No MLProp configuration for mod_RedPowerControl found or required. No file written 2012-10-21 16:40:16 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/redpower-all-2.0p5b2-mcpc1.2.5-r15.zip 2012-10-21 16:40:16 [FINE] No MLProp configuration for mod_RedPowerLogic found or required. No file written 2012-10-21 16:40:16 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/redpower-all-2.0p5b2-mcpc1.2.5-r15.zip 2012-10-21 16:40:16 [FINE] No MLProp configuration for mod_RedPowerLighting found or required. No file written 2012-10-21 16:40:16 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/redpower-all-2.0p5b2-mcpc1.2.5-r15.zip 2012-10-21 16:40:16 [FINE] No MLProp configuration for mod_RedPowerWiring found or required. No file written 2012-10-21 16:40:16 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/redpower-all-2.0p5b2-mcpc1.2.5-r15.zip 2012-10-21 16:40:16 [FINE] No MLProp configuration for mod_RedPowerCore found or required. No file written 2012-10-21 16:40:16 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/redpower-all-2.0p5b2-mcpc1.2.5-r15.zip 2012-10-21 16:40:16 [FINE] No MLProp configuration for mod_RedPowerMachine found or required. No file written 2012-10-21 16:40:16 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/redpower-all-2.0p5b2-mcpc1.2.5-r15.zip 2012-10-21 16:40:16 [FINE] No MLProp configuration for mod_RedPowerWorld found or required. No file written 2012-10-21 16:40:16 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/tubestuff_49.1.2_for_1.2.5-bukkit.jar 2012-10-21 16:40:16 [FINE] No MLProp configuration for mod_TubeStuff found or required. No file written 2012-10-21 16:40:16 [FINER] Pre-initializing /home/stygianrenegade/Desktop/minecraft server/Minecraft/mods/zdimensional-anchor_rev3.2_for_1.2.5-bukkit.jar 2012-10-21 16:40:16 [FINE] No MLProp configuration for mod_ImmiChunkLoaders found or required. No file written 2012-10-21 16:40:16 [FINE] Mod pre-initialization complete 2012-10-21 16:40:16 [FINE] Verifying mod dependencies are satisfied 2012-10-21 16:40:16 [FINE] All dependencies are satisfied 2012-10-21 16:40:16 [FINE] Sorting mods into an ordered list 2012-10-21 16:40:16 [FINE] Sorted mod list: 2012-10-21 16:40:16 [FINE] mod_CodeChickenCore: CodeChickenCore-Bukkit 0.5.3r3.zip (before:*) 2012-10-21 16:40:16 [FINE] mod_MinecraftForge: Tekkit.jar () 2012-10-21 16:40:16 [FINE] mod_BuildCraftTransport: buildcraft-2.2.14-mcpc1.2.5-r8.zip () 2012-10-21 16:40:16 [FINE] mod_AdditionalPipes: AdditionalPipes-2.1.3-MCPC1.2.5-r3.zip (after:mod_BuildCraftTransport) 2012-10-21 16:40:16 [FINE] Balkon's WeaponMod: BalkonsWeaponMod1.2.5.jar () 2012-10-21 16:40:16 [FINE] mod_RedPowerLogic: redpower-all-2.0p5b2-mcpc1.2.5-r15.zip () 2012-10-21 16:40:16 [FINE] mod_RedPowerLighting: redpower-all-2.0p5b2-mcpc1.2.5-r15.zip () 2012-10-21 16:40:16 [FINE] mod_RedPowerWiring: redpower-all-2.0p5b2-mcpc1.2.5-r15.zip () 2012-10-21 16:40:16 [FINE] mod_RedPowerCore: redpower-all-2.0p5b2-mcpc1.2.5-r15.zip () 2012-10-21 16:40:16 [FINE] mod_RedPowerMachine: redpower-all-2.0p5b2-mcpc1.2.5-r15.zip () 2012-10-21 16:40:16 [FINE] mod_RedPowerWorld: redpower-all-2.0p5b2-mcpc1.2.5-r15.zip () 2012-10-21 16:40:16 [FINE] mod_ComputerCraft: server (after:mod_RedPowerCore;after:mod_RedPowerArray;after:mod_RedPowerLighting;after:mod_RedPowerLogic;after:mod_RedPowerMachine;after:mod_RedPowerWiring;after:mod_RedPowerWorld) 2012-10-21 16:40:16 [FINE] mod_CCTurtle: server (after:mod_ComputerCraft;after:mod_RedPowerCore;after:mod_RedPowerArray;after:mod_RedPowerLighting;after:mod_RedPowerLogic;after:mod_RedPowerMachine;after:mod_RedPowerWiring;after:mod_RedPowerWorld) 2012-10-21 16:40:16 [FINE] mod_EE: EE2ServerV1.4.6.5-bukkit-mcpc-1.2.5-r5.zip () 2012-10-21 16:40:16 [FINE] mod_EnderStorage: EnderStorage-Bukkit 1.1.3r2.zip () 2012-10-21 16:40:16 [FINE] mod_NotEnoughItems: NotEnoughItems-Bukkit 1.2.2.3r3.zip () 2012-10-21 16:40:16 [FINE] mod_BuildCraftEnergy: buildcraft-2.2.14-mcpc1.2.5-r8.zip () 2012-10-21 16:40:16 [FINE] mod_BuildCraftCore: buildcraft-2.2.14-mcpc1.2.5-r8.zip () 2012-10-21 16:40:16 [FINE] mod_IC2: industrialcraft2-1.97-mcpc1.2.5-r7.zip () 2012-10-21 16:40:16 [FINE] mod_PowerConverters: PowerConverters-1.3.4-mcpc78-r1.zip (after:mod_BuildCraftCore;after:mod_BuildCraftEnergy;after:mod_IC2) 2012-10-21 16:40:16 [FINE] mod_Railcraft: Railcraft-5.3.3-MCPC-1.2.5-r8.zip () 2012-10-21 16:40:16 [FINE] mod_WirelessRedstoneCore: WR-CBE Core-Bukkit 1.2.2.3r2.zip.zip () 2012-10-21 16:40:16 [FINE] mod_WirelessRedstoneAddons: WR-CBE Addons-Bukkit 1.2.2.3.zip (after:mod_WirelessRedstoneCore) 2012-10-21 16:40:16 [FINE] mod_WirelessRedstoneRedPower: WR-CBE RedPower-Bukkit 1.2.2.1.zip (after:mod_WirelessRedstoneCore) 2012-10-21 16:40:16 [FINE] mod_IC2AdvancedMachines: advancedMachines_4.0_bukkit.zip (after:mod_IC2) 2012-10-21 16:40:16 [FINE] mod_BuildCraftFactory: buildcraft-2.2.14-mcpc1.2.5-r8.zip () 2012-10-21 16:40:16 [FINE] mod_BuildCraftBuilders: buildcraft-2.2.14-mcpc1.2.5-r8.zip () 2012-10-21 16:40:16 [FINE] mod_ccSensors: server (after:mod_ComputerCraft;after:mod_BuildCraftFactory;after:mod_IC2;after:mod_RedPowerMachine) 2012-10-21 16:40:16 [FINE] mod_ImmibisCore: immibis-core_49.1.1_for_1.2.5-bukkit.jar () 2012-10-21 16:40:16 [FINE] mod_ModularForceFieldSystem: mffs_rev7_for_1.2.5-bukkit.zip (after:mod_IC2;after:mod_ImmibisCore) 2012-10-21 16:40:16 [FINE] mod_ModularForceFieldSystem: mffs_rev7_for_1.2.5-bukkit_fixedbyskuli.jar (after:mod_IC2;after:mod_ImmibisCore) 2012-10-21 16:40:16 [FINE] mod_IC2NuclearControl: mod_IC2NuclearControl-1.1.10b-mcpc-r1.zip (after:mod_IC2) 2012-10-21 16:40:16 [FINE] mod_NetherOres: mod_NetherOres.jar (after:mod_IC2;after:mod_RedPowerCore) 2012-10-21 16:40:16 [FINE] mod_IC2_ChargingBench: mod_chargingbench-server-1.95b-mcpc1.2.5-r2.zip () 2012-10-21 16:40:16 [FINE] mod_CompactSolars: mod_compactsolars-server-2.3.2.10-bukkit-mcpc-1.2.5.zip (after:mod_IC2) 2012-10-21 16:40:16 [FINE] mod_IronChest: mod_ironchests-server-3.8.0.40-bukkit-mcpc-1.2.5.zip () 2012-10-21 16:40:16 [FINE] mod_RedPowerControl: redpower-all-2.0p5b2-mcpc1.2.5-r15.zip () 2012-10-21 16:40:16 [FINE] mod_TubeStuff: tubestuff_49.1.2_for_1.2.5-bukkit.jar (after:mod_ImmibisCore) 2012-10-21 16:40:16 [FINE] mod_ImmiChunkLoaders: zdimensional-anchor_rev3.2_for_1.2.5-bukkit.jar (after:mod_ImmibisCore;) 2012-10-21 16:40:16 [FINE] Beginning mod initialization 2012-10-21 16:40:16 [FINER] Initializing mod_CodeChickenCore 2012-10-21 16:40:16 [FINER] Initializing mod_MinecraftForge 2012-10-21 16:40:16 [FINER] Initializing mod_BuildCraftTransport 2012-10-21 16:40:16 [FINER] Initializing mod_AdditionalPipes 2012-10-21 16:40:16 [FINER] Initializing Balkon's WeaponMod 2012-10-21 16:40:16 [FINER] Initializing mod_RedPowerLogic 2012-10-21 16:40:16 [FINER] Initializing mod_RedPowerLighting 2012-10-21 16:40:16 [FINER] Initializing mod_RedPowerWiring 2012-10-21 16:40:16 [FINER] Initializing mod_RedPowerCore 2012-10-21 16:40:16 [FINER] Initializing mod_RedPowerMachine 2012-10-21 16:40:16 [FINER] Initializing mod_RedPowerWorld 2012-10-21 16:40:16 [FINER] Initializing mod_ComputerCraft 2012-10-21 16:40:16 [FINER] Initializing mod_CCTurtle 2012-10-21 16:40:16 [FINER] Initializing mod_EE 2012-10-21 16:40:16 [FINER] Initializing mod_EnderStorage 2012-10-21 16:40:17 [FINER] Initializing mod_NotEnoughItems 2012-10-21 16:40:17 [FINER] Initializing mod_BuildCraftEnergy 2012-10-21 16:40:17 [FINER] Initializing mod_BuildCraftCore 2012-10-21 16:40:17 [FINER] Initializing mod_IC2 2012-10-21 16:40:17 [FINER] Initializing mod_PowerConverters 2012-10-21 16:40:17 [FINER] Initializing mod_Railcraft 2012-10-21 16:40:17 [FINER] Railcraft Core Module: Bronze detected, adding alternative minecart recipe: {0}, id={1}
efflandt Posted October 22, 2012 Posted October 22, 2012 So have you looked at /home/stygianrenegade/Desktop/minecraft server/Minecraft/./config/IC2.cfg to see if it contains something referencing 207? That is already assigned above the error, same as mine, at [iNFO] ComputerCraft: computerBlockID 207 Are you running some other minecraft server, possibly with some of these or other mods from same directory, because I notice that you call it "minecraft server/Minecraft/ instead of something related to tekkit. If you also run regular minecraft (with or without mods) it should not mix in with the same directories as tekkit. I keep regular minecraft server completely separate in ~/Minecraft-server (different release or snapshot than tekkit uses) and everything tekkit server related in ~/Tekkit-server (64-bit Ubuntu 12.04 w/openjdk-7)
Rokkwarr Posted October 22, 2012 Author Posted October 22, 2012 I only ended up calling it minecraft server for the sake of memory so I don't delete it thinking its unimportant. That error though has never caused problems before but I'll check it in the morning and change the value if necessary or remove it completely. (Removing the reference will probably cause less conflicts with clients too )
Rokkwarr Posted October 22, 2012 Author Posted October 22, 2012 So. I had a look at that file. No 207 there. at all...
saintnicster Posted October 22, 2012 Posted October 22, 2012 Pay closer attention to the Stack Trace. 16:40:17 [sEVERE] java.lang.IllegalArgumentException: Slot 207 is already occupied by dan200.computer.shared.BlockComputer@4b2241f8 when adding railcraft.common.rails.BlockRailElevator@36192751 16:40:17 [sEVERE] at net.minecraft.server.Block.<init>(Block.java:181) 16:40:17 [sEVERE] at net.minecraft.server.Block.<init>(Block.java:201) 16:40:17 [sEVERE] at railcraft.common.rails.BlockRailElevator.<init>(BlockRailElevator.java:35) 16:40:17 [sEVERE] at railcraft.common.RailcraftBlocks.registerBlockRailElevator(RailcraftBlocks.java:64) The issue is in your railcraft config, not IC2. Tekkit_Server_3.1.2/config/railcraft/railcraft.cfg When I look at that file, block.elevator=212, not 207. Have you updated anything recently? I would recommend pulling a new version of the config files and making sure that they're all right.
Rokkwarr Posted October 22, 2012 Author Posted October 22, 2012 I'll take a look and see whats up. Then edit this post with the update. So consider this a interim placeholder. lol Welp... Did that. Those errors are gone, now I got a bunch of other conflicting blocks... I think I might just replace the entire config folder. Well... it starts up. But now I got this... 13:28:09 [iNFO] ComputerCraft: turtleBlockID 216 13:28:09 [iNFO] CONFLICT @ -40 item slot already occupied by dan200.turtle.share d.ItemTurtle@6a4da220 while adding net.minecraft.server.ItemBlock@ecf1966 13:28:09 [iNFO] Forge Mod Loader load complete, 35 mods loaded 13:28:10 [iNFO] This server is running CraftBukkit version git-Bukkit-jenkins-Cr aftBukkit-173 (MC: 1.2.5) (Implementing API version 1.2.5-R4.1-MCPC-SNAPSHOT) 13:28:10 [iNFO] [superpermBridge] Superperm/Permissions bridge initialized 13:28:10 [iNFO] Starting Minequery server on *:811 13:28:11 [iNFO] [PermissionsEx] sql backend registered! 13:28:11 [iNFO] [PermissionsEx] file backend registered! 13:28:11 [iNFO] [PermissionsEx] PermissionEx plugin initialized. 13:28:11 [sEVERE] ebean.properties not found 13:28:11 [sEVERE] Not a Jar or Directory? C:\Users\Stygian Renegade\AppData\Roaming\MinecraftTekkit\mods\Additiona lPipes-2.1.3-MCPC1.2.5-r3.zip 13:28:11 [sEVERE] Not a Jar or Directory? C:\Users\Stygian Renegade\AppData\Roaming\MinecraftTekkit\mods\advancedM achines_4.0_bukkit.zip 13:28:11 [sEVERE] Not a Jar or Directory? C:\Users\Stygian Renegade\AppData\Roaming\MinecraftTekkit\mods\buildcraf t-2.2.14-mcpc1.2.5-r8.zip 13:28:11 [sEVERE] Not a Jar or Directory? C:\Users\Stygian Renegade\AppData\Roaming\MinecraftTekkit\mods\CodeChick enCore-Bukkit 0.5.3r3.zip 13:28:11 [sEVERE] Not a Jar or Directory? C:\Users\Stygian Renegade\AppData\Roaming\MinecraftTekkit\mods\EE2Server V1.4.6.5-bukkit-mcpc-1.2.5-r5.zip 13:28:11 [sEVERE] Not a Jar or Directory? C:\Users\Stygian Renegade\AppData\Roaming\MinecraftTekkit\mods\EnderStor age-Bukkit 1.1.3r2.zip 13:28:11 [sEVERE] Not a Jar or Directory? C:\Users\Stygian Renegade\AppData\Roaming\MinecraftTekkit\mods\industria lcraft2-1.97-mcpc1.2.5-r7.zip 13:28:11 [sEVERE] Not a Jar or Directory? C:\Users\Stygian Renegade\AppData\Roaming\MinecraftTekkit\mods\mod_charg ingbench-server-1.95b-mcpc1.2.5-r2.zip 13:28:11 [sEVERE] Not a Jar or Directory? C:\Users\Stygian Renegade\AppData\Roaming\MinecraftTekkit\mods\mod_compa ctsolars-server-2.3.2.10-bukkit-mcpc-1.2.5.zip 13:28:11 [sEVERE] Not a Jar or Directory? C:\Users\Stygian Renegade\AppData\Roaming\MinecraftTekkit\mods\mod_IC2Nu clearControl-1.1.10b-mcpc-r1.zip 13:28:11 [sEVERE] Not a Jar or Directory? C:\Users\Stygian Renegade\AppData\Roaming\MinecraftTekkit\mods\mod_ironc hests-server-3.8.0.40-bukkit-mcpc-1.2.5.zip 13:28:11 [sEVERE] Not a Jar or Directory? C:\Users\Stygian Renegade\AppData\Roaming\MinecraftTekkit\mods\PowerConv erters-1.3.4-mcpc78-r1.zip 13:28:11 [sEVERE] Not a Jar or Directory? C:\Users\Stygian Renegade\AppData\Roaming\MinecraftTekkit\mods\Railcraft -5.3.3-MCPC-1.2.5-r8.zip 13:28:11 [sEVERE] Not a Jar or Directory? C:\Users\Stygian Renegade\AppData\Roaming\MinecraftTekkit\mods\redpower- all-2.0p5b2-mcpc1.2.5-r15.zip 13:28:11 [sEVERE] Not a Jar or Directory? C:\Users\Stygian Renegade\AppData\Roaming\MinecraftTekkit\mods\WR-CBE Co re-Bukkit 1.2.2.3r2.zip.zip 13:28:11 [sEVERE] Not a Jar or Directory? C:\Users\Stygian Renegade\AppData\Roaming\MinecraftTekkit\mods\WR-CBE Re dPower-Bukkit 1.2.2.1.zip 13:28:11 [sEVERE] Not a Jar or Directory? C:\Users\Stygian Renegade\AppData\Roaming\MinecraftTekkit\mods\Additiona lPipes-2.1.3-MCPC1.2.5-r3.zip 13:28:11 [sEVERE] Not a Jar or Directory? C:\Users\Stygian Renegade\AppData\Roaming\MinecraftTekkit\mods\advancedM achines_4.0_bukkit.zip 13:28:11 [sEVERE] Not a Jar or Directory? C:\Users\Stygian Renegade\AppData\Roaming\MinecraftTekkit\mods\buildcraf t-2.2.14-mcpc1.2.5-r8.zip 13:28:11 [sEVERE] Not a Jar or Directory? C:\Users\Stygian Renegade\AppData\Roaming\MinecraftTekkit\mods\CodeChick enCore-Bukkit 0.5.3r3.zip 13:28:11 [sEVERE] Not a Jar or Directory? C:\Users\Stygian Renegade\AppData\Roaming\MinecraftTekkit\mods\EE2Server V1.4.6.5-bukkit-mcpc-1.2.5-r5.zip 13:28:11 [sEVERE] Not a Jar or Directory? C:\Users\Stygian Renegade\AppData\Roaming\MinecraftTekkit\mods\EnderStor age-Bukkit 1.1.3r2.zip 13:28:11 [sEVERE] Not a Jar or Directory? C:\Users\Stygian Renegade\AppData\Roaming\MinecraftTekkit\mods\industria lcraft2-1.97-mcpc1.2.5-r7.zip 13:28:11 [sEVERE] Not a Jar or Directory? C:\Users\Stygian Renegade\AppData\Roaming\MinecraftTekkit\mods\mod_charg ingbench-server-1.95b-mcpc1.2.5-r2.zip 13:28:11 [sEVERE] Not a Jar or Directory? C:\Users\Stygian Renegade\AppData\Roaming\MinecraftTekkit\mods\mod_compa ctsolars-server-2.3.2.10-bukkit-mcpc-1.2.5.zip 13:28:11 [sEVERE] Not a Jar or Directory? C:\Users\Stygian Renegade\AppData\Roaming\MinecraftTekkit\mods\mod_IC2Nu clearControl-1.1.10b-mcpc-r1.zip 13:28:11 [sEVERE] Not a Jar or Directory? C:\Users\Stygian Renegade\AppData\Roaming\MinecraftTekkit\mods\mod_ironc hests-server-3.8.0.40-bukkit-mcpc-1.2.5.zip 13:28:11 [sEVERE] Not a Jar or Directory? C:\Users\Stygian Renegade\AppData\Roaming\MinecraftTekkit\mods\PowerConv erters-1.3.4-mcpc78-r1.zip 13:28:11 [sEVERE] Not a Jar or Directory? C:\Users\Stygian Renegade\AppData\Roaming\MinecraftTekkit\mods\Railcraft -5.3.3-MCPC-1.2.5-r8.zip 13:28:11 [sEVERE] Not a Jar or Directory? C:\Users\Stygian Renegade\AppData\Roaming\MinecraftTekkit\mods\redpower- all-2.0p5b2-mcpc1.2.5-r15.zip 13:28:11 [sEVERE] Not a Jar or Directory? C:\Users\Stygian Renegade\AppData\Roaming\MinecraftTekkit\mods\WR-CBE Co re-Bukkit 1.2.2.3r2.zip.zip 13:28:11 [sEVERE] Not a Jar or Directory? C:\Users\Stygian Renegade\AppData\Roaming\MinecraftTekkit\mods\WR-CBE Re dPower-Bukkit 1.2.2.1.zip 13:28:11 [iNFO] DataSourcePool [MineCars] autoCommit[false] transIsolation[sERIA LIZABLE] min[2] max[20] 13:28:11 [iNFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.Plugi nClassLoader] 13:28:12 [WARNING] Bean [com.egodroid.bukkit.carmod.database.EbeanDB] has no uni que id set Before anybody asks, Yes I have replaced all those files, (hell the entire mods folder) with clean versions. still nadda. Doing the stupid version of a fix(?) by renaming all .zip files with .jar instead. Well you guys probably won't believe this. But it seems whatever subroutine that handles the zip files... Bitdefender antivirus ate it. renamed problem files with extension .jar and now all the errors are gone (cept missing worlds and such.)
Rokkwarr Posted October 22, 2012 Author Posted October 22, 2012 Final post, after renaming zips to jar (I'll fix this later if someone lets me know what handles the zip files within the tekkit server. C:\Users\Stygian Renegade\AppData\.MinecraftTekkit>java -Xmx4G -Xms2G -jar Tekkit.jar nogui 182 recipes 27 achievements 13:40:11 [iNFO] Starting minecraft server version 1.2.5 13:40:11 [iNFO] Attempting early MinecraftForge initialization 13:40:11 [iNFO] Completed early MinecraftForge initialization 13:40:11 [iNFO] Forge Mod Loader version 2.2.91.173 for Minecraft 1.2.5 loading 13:40:11 [iNFO] Loading mods from C:\Jade's Files\Oh fuck\mods 13:40:11 [iNFO] Directory weaponmod contained no mods 13:40:11 [iNFO] Forge Mod Loader has loaded 35 mods 13:40:12 [iNFO] MinecraftForge v3.3.8.152 Initialized 13:40:12 [iNFO] MinecraftForge v3.3.8.152 Initialized 13:40:12 [iNFO] [WeaponMod] Properties file read succesfully! 13:40:12 [WARNING] Configuration for mod_ComputerCraft.enableAPI_http found valu e 0 outside acceptable range 4.9E-324,1.7976931348623157E308 13:40:12 [iNFO] Loading ComputerCraft: To change block IDs, modify config/mod_Co mputerCraft.cfg 13:40:12 [iNFO] ComputerCraft: computerBlockID 207 13:40:12 [iNFO] ComputerCraft: diskDriveBlockID 208 13:40:12 [iNFO] ComputerCraft: diskItemID 4000 13:40:12 [iNFO] CONFLICT @ -49 item slot already occupied by dan200.computer.sha red.ItemComputer@4ceda5b while adding net.minecraft.server.ItemBlock@28618ed4 13:40:12 [iNFO] ComputerCraft: Searching for RedPowerLib... 13:40:12 [iNFO] ComputerCraft: RedPowerLib and methods located. 13:40:12 [iNFO] CONFLICT @ -48 item slot already occupied by dan200.computer.sha red.ItemPeripheral@6acff4eb while adding net.minecraft.server.ItemBlock@7ad8a715 13:40:12 [iNFO] Initializing alchemy values for Equivalent Exchange.. 13:40:12 [iNFO] NetherOres: loaded Macerator Recipes 13:40:12 [iNFO] Loading properties 13:40:12 [iNFO] Starting Minecraft server on *:25565 13:40:13 [iNFO] Loaded codechicken.wirelessredstone.core.CommandFreq 13:40:13 [iNFO] [iC2] Config loaded from C:\Jade's Files\Oh fuck\.\config\IC2.cf g 13:40:13 [iNFO] CONFLICT @ 1237 item slot already occupied by ccSensors.shared.I temWiFiTransmitter@4d1218ad while adding ccSensors.shared.ItemWiFiTransmitter@5f 122d62 13:40:13 [iNFO] CONFLICT @ -41 item slot already occupied by ccSensors.shared.It emComputerSensorBlock@435e331b while adding net.minecraft.server.ItemBlock@5d6d5 42a 13:40:13 [iNFO] [ccSensors] INFO: Loading SensorModule: Buildcraft 13:40:13 [iNFO] [ccSensors] INFO: Loading SensorModule: IndustrialCraft2 13:40:13 [iNFO] [ccSensors] INFO: Loading SensorModule: Forestry 13:40:13 [iNFO] [ccSensors] INFO: mod_Forestry not found - SensorModule is disab led. 13:40:13 [iNFO] [ccSensors] INFO: Loading SensorModule: RedPower2 13:40:14 [iNFO] [ccSensors] INFO: Loading SensorModule: EquivalentExchange 13:40:14 [iNFO] [ccSensors] INFO: Loading SensorModule: APS 13:40:14 [iNFO] [ccSensors] INFO: mod_BuildcraftAPS not found - SensorModule is disabled. 13:40:14 [iNFO] [ccSensors] INFO: Loading SensorModule: APS 13:40:14 [iNFO] [ccSensors] INFO: mod_ThaumCraft not found - SensorModule is dis abled. 13:40:14 [iNFO] CONFLICT @ -78 item slot already occupied by net.minecraft.serve r.ItemBlock@49337a10 while adding codechicken.enderstorage.ItemEnderChest@5292d5 fb 13:40:14 [iNFO] CompactSolars: MinecraftForge minor version mismatch, expecting 3.2.x, may lead to unexpected behavior 13:40:14 [iNFO] RedPowerCore: MinecraftForge minor version mismatch, expecting 3 .1.x, may lead to unexpected behavior 13:40:14 [iNFO] Starting BuildCraft 2.2.14 13:40:14 [iNFO] Copyright © SpaceToad, 2011 13:40:14 [iNFO] http://www.mod-buildcraft.com 13:40:14 [iNFO] [iC2] Loading IC2 submodule: bcIntegration22x 13:40:14 [iNFO] [iC2] BuildCraft integration module loaded 13:40:14 [iNFO] [iC2] Loaded minor compatibility modules: none 13:40:15 [iNFO] [RedPowerMachine] Adding 1:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 2:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 3:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 5:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 6:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 7:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 150:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 150:1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 150:2 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 150:3 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 150:4 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 150:5 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 150:6 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 150:7 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 150:8 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 150:9 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 150:10 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 150:11 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 150:12 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 150:13 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 194:1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 27592:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 130:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 169:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 7:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 26522:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 126:4 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 27579:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 27576:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 7303:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 27550:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 126:10 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 126:11 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4095:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 194:4 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 214:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 179:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 27531:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 27530:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 27593:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 27580:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 27533:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 27538:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 27584:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 27532:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 27594:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 27574:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4296:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4298:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4299:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4300:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4301:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4302:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4303:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4304:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4305:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4306:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4307:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4308:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4309:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4310:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4311:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4312:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4313:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4314:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4315:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4316:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4317:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4318:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4319:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4320:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4322:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4324:-1 to blockbreaker blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 126:4 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 128:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 7:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 150:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 214:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 7303:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Warning: Could not parse '' as ID or ID:data. 13:40:15 [iNFO] [RedPowerMachine] Adding 130:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 27592:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 194:1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 27592:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 130:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 169:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 7:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 26522:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 126:4 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 27579:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 27576:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 7303:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 27550:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 126:10 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 126:11 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4095:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 194:4 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 214:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 179:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 27531:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 27530:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 27593:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 27580:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 27533:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 27538:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 27584:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 27532:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 27594:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 27574:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4296:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4298:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4299:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4300:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4301:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4302:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4303:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4304:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4305:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4306:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4307:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4308:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4309:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4310:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4311:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4312:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4313:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4314:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4315:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4316:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4317:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4318:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4319:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4320:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4322:-1 to deployer blacklist. 13:40:15 [iNFO] [RedPowerMachine] Adding 4324:-1 to deployer blacklist. 13:40:15 [iNFO] ComputerCraft: turtleBlockID 216 13:40:15 [iNFO] CONFLICT @ -40 item slot already occupied by dan200.turtle.share d.ItemTurtle@ecf1966 while adding net.minecraft.server.ItemBlock@3e8c7f22 13:40:15 [iNFO] Forge Mod Loader load complete, 35 mods loaded 13:40:15 [iNFO] This server is running CraftBukkit version git-Bukkit-jenkins-Cr aftBukkit-173 (MC: 1.2.5) (Implementing API version 1.2.5-R4.1-MCPC-SNAPSHOT) 13:40:16 [iNFO] [superpermBridge] Superperm/Permissions bridge initialized 13:40:16 [iNFO] Starting Minequery server on *:811 13:40:16 [iNFO] [PermissionsEx] sql backend registered! 13:40:16 [iNFO] [PermissionsEx] file backend registered! 13:40:16 [iNFO] [PermissionsEx] PermissionEx plugin initialized. 13:40:16 [iNFO] DataSourcePool [MineCars] autoCommit[false] transIsolation[sERIA LIZABLE] min[2] max[20] 13:40:17 [iNFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.Plugi nClassLoader] 13:40:18 [WARNING] Bean [com.egodroid.bukkit.carmod.database.EbeanDB] has no uni que id set 13:40:18 [iNFO] Entities enhanced[0] subclassed[1] 13:40:18 [iNFO] [WorldBorder] Loading WorldBorder v1.5.4 13:40:18 [iNFO] Loading mod_BuildCraftEnergy vForgeMod 13:40:18 [iNFO] Loading mod_RedPowerWiring vForgeMod 13:40:18 [iNFO] [EnchantAnything] Loading EnchantAnything v1.0 13:40:18 [iNFO] [bukkitCompat] Loading BukkitCompat vr20A 13:40:18 [iNFO] Loading mod_BuildCraftCore vForgeMod 13:40:18 [iNFO] [spamGuard] Loading SpamGuard v1.0 BETA-1 13:40:18 [iNFO] Loading mod_ImmibisCore vForgeMod 13:40:18 [iNFO] [Vault] Loading Vault v1.2.16-b184 13:40:18 [iNFO] [RealPlugin] Loading RealPlugin v1.14 13:40:18 [iNFO] [Multiverse-Core] Loading Multiverse-Core v2.5-b558 13:40:18 [iNFO] Loading mod_BuildCraftFactory vForgeMod 13:40:18 [iNFO] [bLift] Loading bLift v1.2.1 13:40:18 [iNFO] [TheIcarusProject] Loading TheIcarusProject v1.0 13:40:18 [iNFO] [MobBountyReloaded] Loading MobBountyReloaded v235 13:40:18 [iNFO] [NoobResponse] Loading NoobResponse v2.03T 13:40:18 [iNFO] Loading mod_NetherOres vForgeMod 13:40:18 [iNFO] [CensorShip] Loading CensorShip v1.7 13:40:18 [iNFO] Loading mod_EE vForgeMod 13:40:18 [iNFO] Loading mod_TubeStuff vForgeMod 13:40:18 [iNFO] [buscript] Loading Buscript v1.0-SNAPSHOT-b14 13:40:18 [iNFO] [EnchantShops] Loading EnchantShops v0.1.4 13:40:18 [iNFO] [PaidRanks] Loading PaidRanks v1.0 13:40:18 [iNFO] [Gates] Loading Gates v1.1a 13:40:18 [iNFO] [Permissions] Loading Permissions v2.7.7 13:40:18 [iNFO] [WelcomeRulezz] Loading WelcomeRulezz v0.5.2 13:40:18 [iNFO] [skylandsPlus] Loading SkylandsPlus v0.13 13:40:18 [iNFO] [DupeStopper] Loading DupeStopper v0.4 13:40:18 [iNFO] [serverLogSaver] Loading ServerLogSaver v2.1.1 13:40:18 [iNFO] Loading mod_CCTurtle vForgeMod 13:40:18 [iNFO] [PvPReward] Loading PvPReward v1.8.0 13:40:18 [iNFO] Loading mod_IC2NuclearControl vForgeMod 13:40:18 [iNFO] Loading mod_WirelessRedstoneRedPower vForgeMod 13:40:18 [iNFO] [Votifier] Loading Votifier v1.7 13:40:18 [iNFO] Loading mod_ccSensors vForgeMod 13:40:18 [iNFO] [MobArena] Loading MobArena v0.94.4.78 13:40:18 [iNFO] [bankcraft] Loading Bankcraft v1.4 13:40:18 [iNFO] Loading mod_CompactSolars vForgeMod 13:40:18 [iNFO] Loading mod_WirelessRedstoneCore vForgeMod 13:40:18 [iNFO] [LagMeter] Loading LagMeter v1.8 13:40:18 [iNFO] [Citizens] Loading Citizens v1.2 13:40:18 [iNFO] Loading mod_IC2_ChargingBench vForgeMod 13:40:18 [iNFO] Loading mod_IronChest vForgeMod 13:40:18 [iNFO] [EnderdragonsPlus] Loading EnderdragonsPlus v1.5 13:40:18 [iNFO] Loading mod_MinecraftForge vForgeMod 13:40:18 [iNFO] [Minequery] Loading Minequery v1.5 13:40:18 [iNFO] [WorldEdit] Loading WorldEdit v5.3 13:40:18 [iNFO] [Multiverse-Inventories] Loading Multiverse-Inventories v2.4-b17 5 13:40:18 [iNFO] [TagAPI] Loading TagAPI v1.3.1 13:40:18 [iNFO] Loading mod_RedPowerControl vForgeMod 13:40:18 [iNFO] [Multiverse-NetherPortals] Loading Multiverse-NetherPortals v2.4 -b557 13:40:18 [iNFO] [ColoredSigns] Loading ColoredSigns v1.2 13:40:18 [iNFO] [NoItem] Loading NoItem v2.0.5 13:40:18 [iNFO] [stargate] Loading Stargate v0.7.7.2 13:40:18 [iNFO] [PermissionsEx] Loading PermissionsEx v1.19.3 13:40:18 [iNFO] [PermissionsEx] Initializing file backend 13:40:18 [iNFO] Loading mod_IC2 vForgeMod 13:40:18 [iNFO] Loading mod_RedPowerMachine vForgeMod 13:40:18 [iNFO] Loading mod_BuildCraftBuilders vForgeMod 13:40:18 [iNFO] [LWC] Loading LWC v4.3.0 (b736-git-1b1150b1) (August 08, 2012) 13:40:18 [iNFO] Loading mod_RedPowerLighting vForgeMod 13:40:18 [iNFO] [WorldGuard] Loading WorldGuard v5.5.2 FOR TEKKIT 3.0.3 [AlienX] 13:40:18 [iNFO] [PvPTimer] Loading PvPTimer v0.9 13:40:18 [iNFO] Loading mod_RedPowerWorld vForgeMod 13:40:18 [iNFO] [MineBackup] Loading MineBackup v5.9.3 13:40:18 [iNFO] Loading mod_ComputerCraft vForgeMod 13:40:18 [iNFO] [V10lift] Loading V10lift v0.4.11 13:40:18 [iNFO] Loading mod_BuildCraftTransport vForgeMod 13:40:18 [iNFO] Loading mod_PowerConverters vForgeMod 13:40:18 [iNFO] Loading mod_AdditionalPipes vForgeMod 13:40:18 [iNFO] [ignoreChat] Loading IgnoreChat v1.1.1 13:40:19 [iNFO] Loading mod_IC2AdvancedMachines vForgeMod 13:40:19 [iNFO] Loading mod_Railcraft vForgeMod 13:40:19 [iNFO] [bKCommonLib] Loading BKCommonLib v1.22 13:40:19 [iNFO] Loading mod_RedPowerCore vForgeMod 13:40:19 [iNFO] [scheduledAnnouncer2] Loading ScheduledAnnouncer2 v2.4 - for CB 1.2.5-R3.0 13:40:19 [iNFO] Loading mod_RedPowerLogic vForgeMod 13:40:19 [iNFO] [ClearLag] Loading ClearLag v1.4 13:40:19 [iNFO] [Modifyworld] Loading Modifyworld v1.19.3 13:40:19 [iNFO] Loading mod_ModularForceFieldSystem vForgeMod 13:40:19 [iNFO] [MineCars] Loading MineCars v2.3 13:40:19 [iNFO] Loading mod_EnderStorage vForgeMod 13:40:19 [iNFO] [Essentials] Loading Essentials v2.9.2 13:40:19 [iNFO] Loading mod_CodeChickenCore vForgeMod 13:40:19 [iNFO] Loading Balkon's WeaponMod vForgeMod 13:40:19 [iNFO] [MagicCarpet] Loading MagicCarpet v2.2 13:40:19 [iNFO] [showCaseStandalone] Loading ShowCaseStandalone v1.16 13:40:19 [iNFO] [Multiverse-Portals] Loading Multiverse-Portals v2.5-b579 13:40:19 [iNFO] [AncientRPG] Loading AncientRPG v0.7 13:40:19 [iNFO] [superpickaxe] Loading Superpickaxe v0.4f 13:40:19 [iNFO] [RSP] Loading RSP v1.0.0 13:40:19 [iNFO] [NoLagg] Loading NoLagg v1.86 13:40:19 [iNFO] [DeathTpPlus] Loading DeathTpPlus v3.9.11.2149 13:40:19 [iNFO] [simpleRegionMarket] Loading SimpleRegionMarket v2.0.3-beta 13:40:19 [iNFO] [ChatManager] Loading ChatManager v1.19.1 13:40:19 [iNFO] [EssentialsSpawn] Loading EssentialsSpawn v2.9.2 13:40:19 [iNFO] [VanishNoPacket] Loading VanishNoPacket v3.11 13:40:19 [iNFO] [Factions] Loading Factions v1.7.4_dev 13:40:19 [iNFO] [Vault] Enabling Vault v1.2.16-b184 13:40:19 [iNFO] [Vault][Economy] Essentials Economy found: Waiting 13:40:19 [iNFO] [Vault][Permission] PermissionsEx found: Waiting 13:40:19 [iNFO] [Vault][Permission] SuperPermissions loaded as backup permission system. 13:40:19 [iNFO] [Vault][Chat] PermissionsEx found: Waiting 13:40:19 [iNFO] [Vault] Enabled Version 1.2.16-b184 13:40:19 [iNFO] [RealPlugin] Enabling RealPlugin v1.14 13:40:19 [iNFO] [skylandsPlus] Enabling SkylandsPlus v0.13 13:40:19 [iNFO] [LWC] Enabling LWC v4.3.0 (b736-git-1b1150b1) (August 08, 2012) 13:40:19 [iNFO] [LWC] Loaded 209 locale strings (0 overrides) 13:40:19 [iNFO] [LWC] Permissions API: º4VaultPermissions 13:40:19 [iNFO] [LWC] Currency API: º4VaultCurrency 13:40:19 [iNFO] [LWC] Connecting to MySQL 13:40:19 [iNFO] [LWC] Performing any necessary database updates 13:40:19 [iNFO] [LWC] Using database: Mysql-connector-java-5.1.14 ( Revision: ${ bzr.revision-id} ) 13:40:19 [iNFO] [LWC] Precached 14 protections 13:40:19 [iNFO] [LWC] Enabled plugin support for MobArena 13:40:19 [iNFO] [bKCommonLib] Enabling BKCommonLib v1.22 13:40:19 [iNFO] BKCommonLib version 1.22 enabled! 13:40:19 [iNFO] [NoLagg] Enabling NoLagg v1.86 13:40:19 [iNFO] NoLagg version 1.86 enabled! 13:40:19 [iNFO] Preparing level "RenegadeCraft" 13:40:19 [iNFO] Default game type: 0 13:40:19 [iNFO] Registering world RenegadeCraft, dimension 0, of providertype ne t.minecraft.server.WorldProviderNormal@29da85f6(0) with Minecraft Forge 13:40:20 [iNFO] Registering world RenegadeCraft_the_end, dimension 1, of provide rtype net.minecraft.server.WorldProviderTheEnd@b9c2a85(0) with Minecraft Forge 13:40:20 [iNFO] Registering world RenegadeCraft_nether, dimension -1, of provide rtype net.minecraft.server.WorldProviderHell@15ea8b32(0) with Minecraft Forge 13:40:20 [iNFO] Preparing start region for level 0 (Seed: 987383209050078926) 13:40:21 [iNFO] Preparing spawn area: 81% 13:40:21 [iNFO] Preparing start region for level 1 (Seed: -92718021) 13:40:22 [iNFO] Preparing start region for level 2 (Seed: -92718021) 13:40:22 [iNFO] Preparing spawn area: 0% 13:40:23 [iNFO] Preparing spawn area: 93% 13:40:23 [iNFO] [WorldBorder] Enabling WorldBorder v1.5.4 13:40:23 [iNFO] [WorldBorder] [CONFIG] Using round border, knockback of 3.0 bloc ks, and timer delay of 10. 13:40:23 [iNFO] [WorldBorder] [CONFIG] Border-checking timed task started. 13:40:23 [iNFO] For reference, the main world's spawn location is at X: -114.0 Y : 64.0 Z: 402.0 13:40:23 [iNFO] [EnchantAnything] Enabling EnchantAnything v1.0 13:40:23 [iNFO] EnchantAnything version 1.0 is enabled! 13:40:23 [iNFO] [bukkitCompat] Enabling BukkitCompat vr20A 13:40:23 [iNFO] MCMACOMPAT r20A 13:40:23 [iNFO] McMyAdmin Compatibility Plugin version r20A started. 13:40:23 [iNFO] [spamGuard] Enabling SpamGuard v1.0 BETA-1 13:40:23 [iNFO] [spamGuard] 0 bans loaded. 13:40:23 [iNFO] SpamGuard version 1.0 BETA-1 is now enabled. 13:40:23 [iNFO] [Multiverse-Core] Enabling Multiverse-Core v2.5-b558 13:40:23 [iNFO] [Multiverse-Core] - Version 2.5-b558 (API v17) Enabled - By Rigb y, fernferret, lithium3141 and main-- 13:40:23 [iNFO] [AllPay] - Version 10.0 - hooked into Essentials Economy for Mul tiverse-Core v2.5-b558 13:40:23 [iNFO] Registering world skylands, dimension 2, of providertype net.min ecraft.server.WorldProviderNormal@633d2ff5(0) with Minecraft Forge 13:40:23 [iNFO] [skylandsPlus v0.13]: The world type of 'skylands' has been set to to normal. 13:40:23 [iNFO] Preparing start region for level 3 (Seed: -832047612971971043) 13:40:24 [iNFO] [Multiverse-Core] 4 - World(s) loaded. 13:40:24 [iNFO] [bLift] Enabling bLift v1.2.1 13:40:24 [iNFO] bLift version 1.2.1 is enabled! 13:40:24 [iNFO] [TheIcarusProject] Enabling TheIcarusProject v1.0 13:40:24 [iNFO] [TheIcarusProject] has been successfully enabled! 13:40:24 [iNFO] [MobBountyReloaded] Enabling MobBountyReloaded v235 13:40:24 [iNFO] [MobBountyReloaded] Config loaded. 13:40:24 [iNFO] [MobBountyReloaded] build 235 enabled. 13:40:24 [iNFO] [NoobResponse] Enabling NoobResponse v2.03T 13:40:24 [iNFO] [NoobResponse] Started update check. 13:40:25 [iNFO] [NoobResponse] There is a new version of NoobResponse available! Download it at BukkitDev. 13:40:25 [iNFO] [CensorShip] Enabling CensorShip v1.7 13:40:25 [iNFO] CensorShip v1.7 enabled! 13:40:25 [iNFO] [buscript] Enabling Buscript v1.0-SNAPSHOT-b14 13:40:25 [iNFO] [EnchantShops] Enabling EnchantShops v0.1.4 13:40:25 [iNFO] [EnchantShops] v0.1.4 - EnchantShops loaded. 13:40:25 [iNFO] [EnchantShops] v0.1.4 - config loaded. 13:40:25 [iNFO] [EnchantShops] v0.1.4 - Using economy Essentials Economy 13:40:25 [iNFO] [EnchantShops] v0.1.4 - enabled. 13:40:25 [iNFO] [PaidRanks] Enabling PaidRanks v1.0 13:40:25 [iNFO] [PaidRanks] v1.0 has been enabled. 13:40:25 [iNFO] [Gates] Enabling Gates v1.1a 13:40:25 [iNFO] [Gates] Gates v1.1a is now enabled 13:40:25 [iNFO] [Permissions] Enabling Permissions v2.7.7 13:40:25 [iNFO] [superpermBridge] Superperm/Permissions bridge enabled 13:40:25 [iNFO] [WelcomeRulezz] Enabling WelcomeRulezz v0.5.2 13:40:25 [iNFO] [WelcomeRulezz] has been enabled 13:40:25 [iNFO] [DupeStopper] Enabling DupeStopper v0.4 13:40:25 [iNFO] [serverLogSaver] Enabling ServerLogSaver v2.1.1 13:40:25 [iNFO] [serverLogSaver] Version 2.1.1 Is Enabled! 13:40:25 [iNFO] [PvPReward] Enabling PvPReward v1.8.0 13:40:25 [iNFO] PvPReward 1.8.0 (Build 704) is enabled! 13:40:25 [iNFO] [Votifier] Enabling Votifier v1.7 13:40:25 [iNFO] Votifier enabled. 13:40:25 [iNFO] [MobArena] Enabling MobArena v0.94.4.78 13:40:25 [iNFO] [MobArena] No boss abilities found. Extracting defaults... 13:40:25 [sEVERE] [MobArena] Couldn't extract the default boss abilities! 13:40:25 [sEVERE] [MobArena] The world 'games' for arena 'arena' does not exist! 13:40:25 [sEVERE] [MobArena] The world 'games' for arena 'smallarena' does not e xist! 13:40:25 [sEVERE] [MobArena] The world 'games' for arena 'medarena' does not exi st! 13:40:25 [sEVERE] Error occurred while enabling MobArena v0.94.4.78 (Is it up to date?) java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.LinkedList.checkElementIndex(Unknown Source) at java.util.LinkedList.get(Unknown Source) at com.garbagemule.MobArena.ArenaMasterImpl.loadArenas(ArenaMasterImpl.j ava:497) at com.garbagemule.MobArena.ArenaMasterImpl.initialize(ArenaMasterImpl.j ava:243) at com.garbagemule.MobArena.MobArena.onEnable(MobArena.java:81) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader .java:337) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage r.java:386) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:264) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:246 ) at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:387) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:374) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:208) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 13:40:25 [iNFO] [bankcraft] Enabling Bankcraft v1.4 13:40:25 [iNFO] [bankcraft] File storage selected 13:40:25 [iNFO] [bankcraft] Bankcraft has been enabled! 13:40:25 [iNFO] [LagMeter] Enabling LagMeter v1.8 13:40:25 [iNFO] [LagMeter 1.8] Old permissions system detected. Using it. 13:40:25 [iNFO] [LagMeter 1.8] Enabled! Polling every 40 server ticks. Logging to C:\Jade's Files\Oh fuck\plugins\LagMeter\lag.log 13:40:25 [iNFO] [Citizens] Enabling Citizens v1.2 13:40:25 [iNFO] [Citizens] NPC types loaded: blacksmith, guard, healer, quester, trader, wizard 13:40:26 [iNFO] [Citizens] version [1.2] loaded. 13:40:26 [iNFO] [EnderdragonsPlus] Enabling EnderdragonsPlus v1.5 13:40:26 [iNFO] [EnderdragonsPlus] EnderdragonsPlus v1.5 fully loaded with: Vaul t 13:40:26 [iNFO] [Minequery] Enabling Minequery v1.5 13:40:26 [iNFO] [WorldEdit] Enabling WorldEdit v5.3 13:40:26 [iNFO] WEPIF: Using the Bukkit Permissions API. 13:40:26 [iNFO] [Multiverse-Inventories] Enabling Multiverse-Inventories v2.4-b1 75 13:40:26 [iNFO] [Multiverse-Inventories 2.4-b175] enabled. 13:40:26 [iNFO] [TagAPI] Enabling TagAPI v1.3.1 13:40:26 [iNFO] [Multiverse-NetherPortals] Enabling Multiverse-NetherPortals v2. 4-b557 13:40:26 [iNFO] [MultiVerse-NetherPortals] - Version 2.4-b557 Enabled - By Rigby and fernferret 13:40:26 [iNFO] [ColoredSigns] Enabling ColoredSigns v1.2 13:40:26 [iNFO] [NoItem] Enabling NoItem v2.0.5 13:40:26 [iNFO] [NoItem] Hooked into vault for permissions. 13:40:27 [iNFO] [stargate] Enabling Stargate v0.7.7.2 13:40:27 [iNFO] Stargate v.0.7.7.2 is enabled. 13:40:27 [iNFO] [stargate] Loaded 1 gate layouts 13:40:27 [iNFO] [stargate] {RenegadeCraft} No stargates for world 13:40:27 [iNFO] [stargate] {RenegadeCraft_the_end} No stargates for world 13:40:27 [iNFO] [stargate] {RenegadeCraft_nether} No stargates for world 13:40:27 [iNFO] [stargate] {skylands} No stargates for world 13:40:27 [iNFO] [stargate] Found Permissions (v2.7.7) 13:40:27 [iNFO] [stargate] Permissions is 2.7.2/2.7.7, most likely a bridge, dis abling. 13:40:27 [iNFO] [PermissionsEx] Enabling PermissionsEx v1.19.3 13:40:27 [iNFO] [PermissionsEx] Superperms support enabled. 13:40:27 [iNFO] [PermissionsEx] v1.19.3 enabled 13:40:27 [iNFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissio ns. 13:40:27 [iNFO] [Vault][Permission] PermissionsEx hooked. 13:40:27 [iNFO] [Vault][Chat] PermissionsEx_Chat hooked. 13:40:27 [iNFO] [WorldGuard] Enabling WorldGuard v5.5.2 FOR TEKKIT 3.0.3 [AlienX ] 13:40:27 [iNFO] [WorldGuard] [WorldGuard-AlienX] 21 tekkit ID's have been loaded . 13:40:27 [iNFO] [WorldGuard] (RenegadeCraft) TNT ignition is blocked. 13:40:27 [iNFO] [WorldGuard] (RenegadeCraft) Lighters are blocked. 13:40:27 [iNFO] [WorldGuard] (RenegadeCraft) Lava fire is blocked. 13:40:27 [iNFO] [WorldGuard] (RenegadeCraft) All fire spread is disabled. 13:40:27 [iNFO] [WorldGuard] Loaded configuration for world 'RenegadeCraft' 13:40:27 [iNFO] [WorldGuard] (RenegadeCraft_the_end) TNT ignition is blocked. 13:40:27 [iNFO] [WorldGuard] (RenegadeCraft_the_end) Lighters are blocked. 13:40:27 [iNFO] [WorldGuard] (RenegadeCraft_the_end) Lava fire is blocked. 13:40:27 [iNFO] [WorldGuard] (RenegadeCraft_the_end) All fire spread is disabled . 13:40:27 [iNFO] [WorldGuard] Loaded configuration for world 'RenegadeCraft_the_e nd' 13:40:27 [iNFO] [WorldGuard] (RenegadeCraft_nether) TNT ignition is blocked. 13:40:27 [iNFO] [WorldGuard] (RenegadeCraft_nether) Lighters are blocked. 13:40:27 [iNFO] [WorldGuard] (RenegadeCraft_nether) Lava fire is blocked. 13:40:27 [iNFO] [WorldGuard] (RenegadeCraft_nether) All fire spread is disabled. 13:40:27 [iNFO] [WorldGuard] Loaded configuration for world 'RenegadeCraft_nethe r' 13:40:27 [iNFO] [WorldGuard] (skylands) TNT ignition is blocked. 13:40:27 [iNFO] [WorldGuard] (skylands) Lighters are blocked. 13:40:27 [iNFO] [WorldGuard] (skylands) Lava fire is blocked. 13:40:27 [iNFO] [WorldGuard] (skylands) All fire spread is disabled. 13:40:27 [iNFO] [WorldGuard] Loaded configuration for world 'skylands' 13:40:27 [iNFO] [WorldGuard] 1 regions loaded for 'RenegadeCraft' 13:40:27 [iNFO] [WorldGuard] 0 regions loaded for 'RenegadeCraft_the_end' 13:40:27 [iNFO] [WorldGuard] 0 regions loaded for 'RenegadeCraft_nether' 13:40:27 [iNFO] [WorldGuard] 0 regions loaded for 'skylands' 13:40:27 [iNFO] [PvPTimer] Enabling PvPTimer v0.9 13:40:27 [iNFO] [PvPTimer] Version 0.9 enabled! 13:40:27 [iNFO] [MineBackup] Enabling MineBackup v5.9.3 13:40:27 [iNFO] [MineBackup] Using Vault as provider 13:40:27 [iNFO] [V10lift] Enabling V10lift v0.4.11 13:40:27 [iNFO] [V10lift] [AutoUpdate] v1.0 enabled! 13:40:27 [iNFO] v0.4.11 enabled! 13:40:27 [iNFO] [ignoreChat] Enabling IgnoreChat v1.1.1 13:40:27 [iNFO] [scheduledAnnouncer2] Enabling ScheduledAnnouncer2 v2.4 - for CB 1.2.5-R3.0 13:40:27 [iNFO] ScheduledAnnouncer2 v2.4 - for CB 1.2.5-R3.0 is enabled! 13:40:27 [iNFO] [ClearLag] Enabling ClearLag v1.4 13:40:27 [iNFO] ClearLag is now enabled. 13:40:27 [iNFO] [Modifyworld] Enabling Modifyworld v1.19.3 13:40:27 [iNFO] [Modifyworld] Modifyworld enabled! 13:40:27 [iNFO] [MineCars] Enabling MineCars v2.3 13:40:27 [iNFO] net.milkbowl.vault.permission.plugins.Permission_PermissionsEx@4 b643e35 13:40:27 [iNFO] [MineCars] - Found Vault! Can use Economy Support! 13:40:27 [iNFO] [MineCars] Version 2.3 is now enabled. 13:40:27 [iNFO] [Essentials] Enabling Essentials v2.9.2 13:40:27 [iNFO] Bukkit version format changed. Version not checked. 13:40:27 [iNFO] git-Bukkit-jenkins-CraftBukkit-173 (MC: 1.2.5) 13:40:27 [iNFO] 1.2.5-R4.1-MCPC-SNAPSHOT 13:40:28 [iNFO] [Vault][Economy] Essentials Economy hooked. 13:40:28 [iNFO] Essentials: Using PermissionsEx based permissions. 13:40:28 [iNFO] [MagicCarpet] Enabling MagicCarpet v2.2 13:40:28 [iNFO] [MagicCarpet] Loading carpets... 13:40:28 [iNFO] [MagicCarpet] is now enabled! 13:40:28 [iNFO] [showCaseStandalone] Enabling ShowCaseStandalone v1.16 13:40:28 [iNFO] [sCS] Starting build 120.0, 2012-07-19 by kellerkindt, contribut ors: sorklin 13:40:28 [iNFO] [sCS] Loading configuration. 13:40:28 [iNFO] [sCS] locale vs. config: 2.42 v 2.42 13:40:28 [iNFO] [sCS] Initializing ShopHandler and ShopStorage 13:40:28 [iNFO] [sCS] Using the ffss storage type. 13:40:28 [iNFO] [sCS] getDatafolder: plugins\ShowCaseStandalone 13:40:28 [iNFO] [sCS] Loading shops 13:40:28 [iNFO] [sCS] Loaded Shops: 0 13:40:28 [iNFO] [sCS] Loaded localization: locale_EN.yml 13:40:28 [iNFO] [sCS] Searching for other Plugins... 13:40:28 [iNFO] [sCS] Hooked into Vault Economy 13:40:28 [iNFO] [sCS] Hooked into Vault Permissions 13:40:28 [iNFO] [sCS] Hooked into EssentialsEconomy 13:40:28 [iNFO] [sCS] Register event listeners. 13:40:28 [iNFO] [bKCommonLib] Showcase Standalone detected: Showcased items will be ignored 13:40:28 [iNFO] [Multiverse-Portals] Enabling Multiverse-Portals v2.5-b579 13:40:28 [iNFO] [Multiverse-Portals] - Version 2.5-b579 Enabled - By Rigby and f ernferret 13:40:28 [iNFO] [Multiverse-Portals] 0 - Portals(s) loaded 13:40:28 [iNFO] [AncientRPG] Enabling AncientRPG v0.7 13:40:28 [iNFO] [AncientRPG] Enabled Version 0.7 13:40:28 [iNFO] [superpickaxe] Enabling Superpickaxe v0.4f 13:40:28 [iNFO] [superpickaxe] [superpickaxe] Overriding WorldEdit commands 13:40:28 [iNFO] [superpickaxe] Superpickaxe v0.4f by DiddiZ enabled 13:40:28 [iNFO] [RSP] Enabling RSP v1.0.0 13:40:28 [iNFO] [RSP] Using for permissions: PermissionsEx (rsp-pex) 13:40:28 [iNFO] RSP(1.0.0) is enabled. 13:40:28 [iNFO] [DeathTpPlus] Enabling DeathTpPlus v3.9.11.2149 13:40:28 [iNFO] [DeathTpPlus] allow-wordtravel is: yes 13:40:28 [iNFO] [DeathTpPlus] Keeping Experience on Quickloot is: true 13:40:28 [iNFO] [DeathTpPlus] Keep in mind it only works if people are quickloot ing their TombStone! 13:40:28 [iNFO] [DeathTpPlus] Configuration v.3.4 loaded. 13:40:28 [iNFO] [DeathTpPlus] Config is up to date 13:40:28 [iNFO] [DeathTpPlus] Looks like are running a strange version, everythi ng should be fine. 13:40:28 [iNFO] [DeathTpPlus] Except Version checking. 13:40:29 [WARNING] [DeathTpPlus] You are running on an older CB Version 13:40:29 [WARNING] [DeathTpPlus] There might be issues, just letting you know 13:40:29 [iNFO] [DeathTpPlus] There is a new Version available for CB: 2320 13:40:29 [WARNING] [DeathTpPlus] You are running an dev-build. Be sure you know what you are doing! 13:40:29 [WARNING] [DeathTpPlus] Please report any bugs via issues or tickets! 13:40:29 [WARNING] [DeathTpPlus] There is a NEWER dev-build available! 13:40:29 [iNFO] [DeathTpPlus] 5 messages loaded for killstreak 13:40:29 [iNFO] [DeathTpPlus] 5 messages loaded for deathstreak 13:40:29 [iNFO] [DeathTpPlus] 7 messages loaded for multikill 13:40:29 [iNFO] [DeathTpPlus] Loading death messages... 13:40:29 [iNFO] [DeathTpPlus] 8 messages loaded for BLOCK_EXPLOSION 13:40:29 [iNFO] [DeathTpPlus] 1 messages loaded for ENTITY_EXPLOSION 13:40:29 [iNFO] [DeathTpPlus] 6 messages loaded for CAVE_SPIDER 13:40:29 [iNFO] [DeathTpPlus] 9 messages loaded for CONTACT 13:40:29 [iNFO] [DeathTpPlus] 7 messages loaded for CREEPER 13:40:29 [iNFO] [DeathTpPlus] 11 messages loaded for DROWNING 13:40:29 [iNFO] [DeathTpPlus] 2 messages loaded for ENDERMAN 13:40:29 [iNFO] [DeathTpPlus] 14 messages loaded for FALL 13:40:29 [iNFO] [DeathTpPlus] 9 messages loaded for FIRE 13:40:29 [iNFO] [DeathTpPlus] 9 messages loaded for FIRE_TICK 13:40:29 [iNFO] [DeathTpPlus] 5 messages loaded for GHAST 13:40:29 [iNFO] [DeathTpPlus] 3 messages loaded for GIANT 13:40:29 [iNFO] [DeathTpPlus] 8 messages loaded for LAVA 13:40:29 [iNFO] [DeathTpPlus] 3 messages loaded for LIGHTNING 13:40:29 [iNFO] [DeathTpPlus] 13 messages loaded for MONSTER 13:40:29 [iNFO] [DeathTpPlus] 3 messages loaded for PIG_ZOMBIE 13:40:29 [iNFO] [DeathTpPlus] 31 messages loaded for PVP 13:40:29 [iNFO] [DeathTpPlus] 2 messages loaded for PVP_FISTS 13:40:29 [iNFO] [DeathTpPlus] 2 messages loaded for PVP_TAMED 13:40:29 [iNFO] [DeathTpPlus] 5 messages loaded for SILVERFISH 13:40:29 [iNFO] [DeathTpPlus] 5 messages loaded for SKELETON 13:40:29 [iNFO] [DeathTpPlus] 4 messages loaded for SLIME 13:40:29 [iNFO] [DeathTpPlus] 5 messages loaded for SPIDER 13:40:29 [iNFO] [DeathTpPlus] 5 messages loaded for STARVATION 13:40:29 [iNFO] [DeathTpPlus] 4 messages loaded for SUFFOCATION 13:40:29 [iNFO] [DeathTpPlus] 2 messages loaded for SUICIDE 13:40:29 [iNFO] [DeathTpPlus] 13 messages loaded for UNKNOWN 13:40:29 [iNFO] [DeathTpPlus] 1 messages loaded for VOID 13:40:29 [iNFO] [DeathTpPlus] 2 messages loaded for WOLF 13:40:29 [iNFO] [DeathTpPlus] 6 messages loaded for ZOMBIE 13:40:29 [iNFO] [DeathTpPlus] 4 messages loaded for BLAZE 13:40:29 [iNFO] [DeathTpPlus] 3 messages loaded for MAGMA_CUBE 13:40:29 [iNFO] [DeathTpPlus] 7 messages loaded for ENDERDRAGON 13:40:29 [iNFO] [DeathTpPlus] 4 messages loaded for DISPENSER 13:40:29 [iNFO] [DeathTpPlus] 6 messages loaded for POISON 13:40:29 [iNFO] [DeathTpPlus] 5 messages loaded for MAGIC 13:40:29 [iNFO] [DeathTpPlus] 4 messages loaded for IRON_GOLEM 13:40:29 [iNFO] [DeathTpPlus] Deathmessages v.3.5 loaded. 13:40:29 [iNFO] [DeathTpPlus] Deathmessages are up to date 13:40:29 [iNFO] [DeathTpPlus] Loading tomb messages.. 13:40:29 [iNFO] [DeathTpPlus] 3 messages loaded for BLOCK_EXPLOSION 13:40:29 [iNFO] [DeathTpPlus] 3 messages loaded for ENTITY_EXPLOSION 13:40:29 [iNFO] [DeathTpPlus] 2 messages loaded for CAVE_SPIDER 13:40:29 [iNFO] [DeathTpPlus] 3 messages loaded for CONTACT 13:40:29 [iNFO] [DeathTpPlus] 3 messages loaded for CREEPER 13:40:29 [iNFO] [DeathTpPlus] 3 messages loaded for DROWNING 13:40:29 [iNFO] [DeathTpPlus] 2 messages loaded for ENDERMAN 13:40:29 [iNFO] [DeathTpPlus] 2 messages loaded for FALL 13:40:29 [iNFO] [DeathTpPlus] 3 messages loaded for FIRE 13:40:29 [iNFO] [DeathTpPlus] 3 messages loaded for FIRE_TICK 13:40:29 [iNFO] [DeathTpPlus] 2 messages loaded for GHAST 13:40:29 [iNFO] [DeathTpPlus] 2 messages loaded for GIANT 13:40:29 [iNFO] [DeathTpPlus] 2 messages loaded for LAVA 13:40:29 [iNFO] [DeathTpPlus] 3 messages loaded for LIGHTNING 13:40:29 [iNFO] [DeathTpPlus] 1 messages loaded for PIG_ZOMBIE 13:40:29 [iNFO] [DeathTpPlus] 1 messages loaded for PVP 13:40:29 [iNFO] [DeathTpPlus] 1 messages loaded for SILVERFISH 13:40:29 [iNFO] [DeathTpPlus] 2 messages loaded for SKELETON 13:40:29 [iNFO] [DeathTpPlus] 2 messages loaded for SLIME 13:40:29 [iNFO] [DeathTpPlus] 2 messages loaded for SPIDER 13:40:29 [iNFO] [DeathTpPlus] 2 messages loaded for STARVATION 13:40:29 [iNFO] [DeathTpPlus] 3 messages loaded for SUFFOCATION 13:40:29 [iNFO] [DeathTpPlus] 2 messages loaded for SUICIDE 13:40:29 [iNFO] [DeathTpPlus] 1 messages loaded for UNKNOWN 13:40:29 [iNFO] [DeathTpPlus] 2 messages loaded for VOID 13:40:29 [iNFO] [DeathTpPlus] 3 messages loaded for WOLF 13:40:29 [iNFO] [DeathTpPlus] 3 messages loaded for ZOMBIE 13:40:29 [iNFO] [DeathTpPlus] 2 messages loaded for BLAZE 13:40:29 [iNFO] [DeathTpPlus] 4 messages loaded for MAGMA_CUBE 13:40:29 [iNFO] [DeathTpPlus] 3 messages loaded for ENDERDRAGON 13:40:29 [iNFO] [DeathTpPlus] 3 messages loaded for DISPENSER 13:40:29 [iNFO] [DeathTpPlus] 4 messages loaded for POISON 13:40:29 [iNFO] [DeathTpPlus] 4 messages loaded for MAGIC 13:40:29 [iNFO] [DeathTpPlus] 3 messages loaded for IRON_GOLEM 13:40:29 [iNFO] [DeathTpPlus] Tombmessages v.3.5 loaded. 13:40:29 [iNFO] [DeathTpPlus] Tombmessages are up to date 13:40:29 [iNFO] [DeathTpPlus] Found LWC (v4.3.0 (b736-git-1b1150b1) (August 08, 2012)) 13:40:29 [iNFO] [DeathTpPlus] [LOAD] Tombs loaded ! 13:40:29 [iNFO] [DeathTpPlus] Successfully loaded 0 TombStones for world Renegad eCraft 13:40:29 [iNFO] [DeathTpPlus] Successfully loaded 0 TombStones for world Renegad eCraft_the_end 13:40:29 [iNFO] [DeathTpPlus] Successfully loaded 0 TombStones for world Renegad eCraft_nether 13:40:29 [iNFO] [DeathTpPlus] Successfully loaded 0 TombStones for world skyland s 13:40:29 [iNFO] [DeathTpPlus] dtplist command registered 13:40:29 [iNFO] [DeathTpPlus] dtpfind command registered 13:40:29 [iNFO] [DeathTpPlus] dtptime command registered 13:40:29 [iNFO] [DeathTpPlus] dtpreset command registered 13:40:29 [iNFO] [DeathTpPlus] dtpadmin command registered 13:40:29 [iNFO] [DeathTpPlus] deathtp command registered 13:40:29 [iNFO] [DeathTpPlus] deaths command registered 13:40:29 [iNFO] [DeathTpPlus] kills command registered 13:40:29 [iNFO] [DeathTpPlus] streak command registered 13:40:29 [iNFO] [DeathTpPlus] v3.9.11.2149 enabled 13:40:29 [iNFO] [DeathTpPlus] Vault detected 13:40:29 [iNFO] [DeathTpPlus] Checking ecnomony providers now! 13:40:29 [iNFO] [DeathTpPlus] Economy provider found: Essentials Economy 13:40:29 [iNFO] [DeathTpPlus] Enabling MobArena protection 13:40:29 [iNFO] [DeathTpPlus] Enabling WorldGuard integration 13:40:29 [iNFO] [simpleRegionMarket] Enabling SimpleRegionMarket v2.0.3-beta 13:40:29 [iNFO] [simpleRegionMarket] Loaded 3 template(s), 0 world(s) and 0 regi on(s). 13:40:29 [iNFO] [simpleRegionMarket] The check took 0ms 13:40:29 [iNFO] [ChatManager] Enabling ChatManager v1.19.1 13:40:29 [iNFO] [ChatManager] ChatManager enabled! 13:40:29 [iNFO] [ChatManager] Multiverse 2 integration enabled! 13:40:29 [iNFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.2 13:40:29 [iNFO] [VanishNoPacket] Enabling VanishNoPacket v3.11 13:40:29 [iNFO] [VanishNoPacket] Using color changing features of TagAPI. 13:40:29 [iNFO] [VanishNoPacket] Now hooking into Essentials 13:40:29 [iNFO] [VanishNoPacket] v3.11 loaded. 13:40:29 [iNFO] [Factions] Enabling Factions v1.7.4_dev 13:40:29 [iNFO] [Factions v1.7.4_dev] === ENABLE START === 13:40:30 [iNFO] [Factions v1.7.4_dev] Loading board from disk 13:40:30 [iNFO] [Factions v1.7.4_dev] Economy integration through Vault plugin s uccessful. 13:40:30 [iNFO] [Factions v1.7.4_dev] Successfully hooked into LWC! 13:40:30 [iNFO] [Factions v1.7.4_dev] Successfully hooked to WorldGuard. 13:40:30 [iNFO] [Factions v1.7.4_dev] === ENABLE DONE (Took 267ms) === 13:40:30 [iNFO] Server permissions file permissions.yml is empty, ignoring it 13:40:30 [iNFO] Done (10.609s)! For help, type "help" or "?" 13:40:30 [iNFO] Starting GS4 status listener 13:40:30 [iNFO] Query running on 0.0.0.0:25565 13:40:30 [iNFO] [Citizens] Unable to fetch player map from CraftEntity: players. Conflicting names will do funny things. 13:40:30 [iNFO] [Citizens] Loaded 4 NPCs. 13:40:30 [iNFO] [Citizens] Loaded 0 quests. 13:40:31 [iNFO] [Railcraft] Loaded 32 saved Anchors 13:40:33 [iNFO] [V10lift] New Release available! 13:40:33 [iNFO] If you want to update from v0.4.11 to 0.4.12 use /update V10lift 13:40:33 [iNFO] See http://dev.bukkit.org/server-mods/V10lift/ for more informat ion. 13:40:34 [iNFO] [VanishNoPacket] Found a different version available: 3.12.1 13:40:34 [iNFO] [VanishNoPacket] Check http://dev.bukkit.org/server-mods/vanish/ 13:41:03 [WARNING] [MineBackup] % detected old map format files (.\RenegadeCraft ); once backed up, remove level.dat_mcr and *.mcr files from \region and *.mcr f iles from DIM-1\region >
efflandt Posted October 23, 2012 Posted October 23, 2012 As far as .jar vs. .zip, the culprit is likely Internet Explorer. It names file extensions base on its own interpretation of the type of file from its contents, instead of filename on the web server or content-type header it receives from the web server. The first time I downloaded minecraft.jar in Windows that I intended to use in Linux, Internet Explorer saved it as minecraft.zip. That could leave anyone who does not change Windows default of hiding known filename extensions mystified. So if you download .jar files in Windows it may be best to use Firefox or something other than IE.
Jorcer Posted October 23, 2012 Posted October 23, 2012 As far as .jar vs. .zip, the culprit is likely Internet Explorer. It names file extensions base on its own interpretation of the type of file from its contents, instead of filename on the web server or content-type header it receives from the web server. The first time I downloaded minecraft.jar in Windows that I intended to use in Linux, Internet Explorer saved it as minecraft.zip. That could leave anyone who does not change Windows default of hiding known filename extensions mystified. So if you download .jar files in Windows it may be best to use Firefox or something other than IE. I have seen dozens of people who were having this issue and in every case they were using IE. Safe to assume it is an issue with IE.
Rokkwarr Posted October 24, 2012 Author Posted October 24, 2012 I use Google Chrome for about everything. I do programming. Why the hell would I want to touch IE? lol Oh. and I run the server and client locally on my own laptop. So no server yet. I'm working on that.
Jorcer Posted October 24, 2012 Posted October 24, 2012 I use Google Chrome for about everything. I do programming. Why the hell would I want to touch IE? lol Oh. and I run the server and client locally on my own laptop. So no server yet. I'm working on that. You must have used something to download Chrome... Anyways this has been solved?
Rokkwarr Posted October 24, 2012 Author Posted October 24, 2012 You must have used something to download Chrome... Anyways this has been solved? chrome on USB stick downloaded from Konqueror. and yes. yes it has been solved. hence the tag in the top. Just don't use bitdefender antivirus and minecraft. For some reason bitdefender just really dislikes JAR files...
Jorcer Posted October 24, 2012 Posted October 24, 2012 chrome on USB stick downloaded from Konqueror. and yes. yes it has been solved. hence the tag in the top. Just don't use bitdefender antivirus and minecraft. For some reason bitdefender just really dislikes JAR files... I used bitdefender for a while and it worked fine. Never had any issues with it (other than the fact that it cost money).
Recommended Posts