FTB Ultimate, MCPC+, LWC, and Essentials Protect errors.

Cheetohz

New Member
Jul 29, 2019
56
0
0
  • What OS are you running?
Linux/Debian
  • Are you using minecraft hosting provider or a dedicated/local server not designed for minecraft?
Local, dedicated.
  • What version of FTB are you using? (Dont just say latest tell us the version)
FTB Ultimate 1.4.7
Sorry, unsure on exact version. Been up for about 2 months, and AFAIK, there haven't been and never will be any more updates, but please correct me if I am mistaken.
  • Did you add any mods to the server pack?
Yes, Plugins.
MCPC+, PermissionsEX, Essentials, EssentialsExtras(protect,antibuild,etc...), EssentialsXMPP, EssentialsGeoIP, LWC, worldedit
  • What are your server specs?
Unrelated to issue i would suspenct, but posting for etiquette. I7 4770, 32GB ram
  • A good detailed paragraph about the problem
LWC is not loadign properly, and essentialsprotect is generating errors. Haven't done any troubleshooting yet, as I don't know where to begin.
server startup logs
Code:
2013-07-30 18:30:17 [INFO] Starting minecraft server version 1.4.7
2013-07-30 18:30:17 [INFO] MinecraftForge v
2013-07-30 18:30:17 [INFO] 6.6.2.534
2013-07-30 18:30:17 [INFO]  Initialized
 
2013-07-30 18:30:17 [INFO] Replaced 84 ore recipies
2013-07-30 18:30:25 [INFO] GT_Mod: Creating Config Object.
2013-07-30 18:30:25 [INFO] GT_Mod: Generating Lang-File
2013-07-30 18:30:25 [INFO] GT_Mod: Removing all Scrapbox Drops.
2013-07-30 18:30:25 [INFO] GT_Mod: Adding Scrap with a Chance of 200.00F to the Scrapbox Drops.
2013-07-30 18:30:25 [INFO] GT_Mod: Preload-Phase finished!
2013-07-30 18:30:25 [INFO] IC2 API: Call getItem failed for refinedUranium
2013-07-30 18:30:26 [INFO] /config/forestry/extrabees/main.conf
2013-07-30 18:30:26 [INFO] /config/forestry/extrabees/machines.conf
2013-07-30 18:30:26 [INFO] [ModularForceFieldSystem] Loading module for IC2
2013-07-30 18:30:26 [INFO] [ModularForceFieldSystem] Loading module for Universal Electricity
2013-07-30 18:30:26 [INFO] [ModularForceFieldSystem] Module not loaded: Universal Electricity not found
2013-07-30 18:30:26 [INFO] [ModularForceFieldSystem] Loading module for Buildcraft
2013-07-30 18:30:26 [INFO] [ModularForceFieldSystem] Loading module for EE3
2013-07-30 18:30:26 [INFO] [ModularForceFieldSystem] Loading module for ThermalExpansion
2013-07-30 18:30:26 [INFO] Fluid registration:
2013-07-30 18:30:26 [INFO] Liquid Black Dye
2013-07-30 18:30:26 [INFO] Loading properties
2013-07-30 18:30:26 [INFO] Default game type: SURVIVAL
2013-07-30 18:30:26 [INFO] Generating keypair
2013-07-30 18:30:27 [INFO] Starting Minecraft server on *:25565
2013-07-30 18:30:27 [INFO] This server is running CraftBukkit version git-MCPC-Plus-jenkins-MCPC-Plus-Legacy-67 (MC: 1.4.7) (Implementing API version 1.4.7-R1.1-SNAPSHOT)
2013-07-30 18:30:27 [INFO] Mapping loaded 4 packages, 1997 classes, 2184 fields, 3535 methods, flags 76
2013-07-30 18:30:27 [INFO] Loaded inheritance map of 706 classes
2013-07-30 18:30:27 [INFO] [PermissionsEx] sql backend registered!
2013-07-30 18:30:27 [INFO] [PermissionsEx] file backend registered!
2013-07-30 18:30:27 [INFO] [PermissionsEx] PermissionEx plugin initialized.
2013-07-30 18:30:27 [INFO] [Modifyworld] Loading Modifyworld v1.19.6
2013-07-30 18:30:27 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.6
2013-07-30 18:30:27 [INFO] [PermissionsEx] Initializing file backend
2013-07-30 18:30:27 [INFO] Permissions file successfully reloaded
2013-07-30 18:30:27 [INFO] [WorldEdit] Loading WorldEdit v5.5.7
2013-07-30 18:30:27 [INFO] [LWC] Loading LWC v4.4.0 (b881) (July 11, 2013)
2013-07-30 18:30:27 [INFO] [Essentials] Loading Essentials v2.11.1
2013-07-30 18:30:27 [INFO] [EssentialsXMPP] Loading EssentialsXMPP v2.11.1
2013-07-30 18:30:27 [INFO] [EssentialsChat] Loading EssentialsChat v2.11.1
2013-07-30 18:30:27 [INFO] [ChatManager] Loading ChatManager v1.19.1
2013-07-30 18:30:27 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.11.1
2013-07-30 18:30:27 [INFO] [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.11.1
2013-07-30 18:30:27 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.11.1
2013-07-30 18:30:27 [INFO] [EssentialsGeoIP] Loading EssentialsGeoIP v2.11.1
2013-07-30 18:30:27 [INFO] [LWC] Enabling LWC v4.4.0 (b881) (July 11, 2013)
2013-07-30 18:30:28 [INFO] [LWC] Connecting to SQLite
2013-07-30 18:30:28 [SEVERE] Error occurred while enabling LWC v4.4.0 (b881) (July 11, 2013) (Is it up to date?)
java.lang.NoSuchFieldError: HOPPER
    at com.griefcraft.sql.PhysDB.performDatabaseUpdates(PhysDB.java:453)
    at com.griefcraft.sql.PhysDB.load(PhysDB.java:393)
    at com.griefcraft.lwc.LWC.load(LWC.java:1427)
    at com.griefcraft.lwc.LWCPlugin.onEnable(LWCPlugin.java:203)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:396)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    at org.bukkit.craftbukkit.v1_4_R1.CraftServer.loadPlugin(CraftServer.java:306)
    at org.bukkit.craftbukkit.v1_4_R1.CraftServer.enablePlugins(CraftServer.java:288)
    at org.bukkit.craftbukkit.v1_4_R1.CraftServer.<init>(CraftServer.java:242)
    at gm.<init>(ServerConfigurationManager.java:121)
    at hn.<init>(DedicatedPlayerList.java:19)
    at ho.c(DedicatedServer.java:148)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:613)
    at fy.run(ThreadMinecraftServer.java:16)
2013-07-30 18:30:28 [INFO] Loading ComputerCraft v1.5 (rev 887)
2013-07-30 18:30:28 [INFO] ComputerCraft: Searching for RedPowerLib...
2013-07-30 18:30:28 [INFO] ComputerCraft: RedPowerLib and methods located.
2013-07-30 18:30:28 [INFO] Loading CCTurtle v1.5 (rev 887)
2013-07-30 18:30:29 [INFO] Fluid registration:
2013-07-30 18:30:29 [INFO] Oil
2013-07-30 18:30:29 [INFO] Fluid registration:
2013-07-30 18:30:29 [INFO] Liquid Black Dye
2013-07-30 18:30:29 [INFO] Fluid registration:
2013-07-30 18:30:29 [INFO] coolant
2013-07-30 18:30:29 [INFO] Fluid registration:
2013-07-30 18:30:29 [INFO] Steam
2013-07-30 18:30:29 [INFO] Fluid registration:
2013-07-30 18:30:29 [INFO] Lava
2013-07-30 18:30:29 [INFO] Fluid registration:
2013-07-30 18:30:29 [INFO] Fuel
2013-07-30 18:30:29 [INFO] Fluid registration:
2013-07-30 18:30:29 [INFO] Water
2013-07-30 18:30:29 [INFO] Fluid registration:
2013-07-30 18:30:29 [INFO] Creosote Oil
2013-07-30 18:30:30 [INFO] GT_Mod: Beginning Load-Phase.
2013-07-30 18:30:30 [INFO] GT_Mod: Adding Blocks.
2013-07-30 18:30:30 [INFO] GT_Mod: Register OreDict Entries of Non-GT-Items.
2013-07-30 18:30:30 [INFO] GT_Mod: Register Unification Entries
2013-07-30 18:30:30 [INFO] GT_Mod: Register other Mods Unification Targets.
2013-07-30 18:30:30 [INFO] GT_Mod: Register TileEntities.
2013-07-30 18:30:30 [INFO] GT_Mod: Register MetaTileEntities.
2013-07-30 18:30:30 [INFO] GT_Mod: Register Armor Textures.
2013-07-30 18:30:30 [INFO] GT_Mod: Register Meta-ID Items.
2013-07-30 18:30:30 [INFO] GT_Mod: Adding All Sub-Items with their OreDict and LiquidDict Entries.
2013-07-30 18:30:30 [INFO] Fluid registration:
2013-07-30 18:30:30 [INFO] plasmaHelium
2013-07-30 18:30:30 [INFO] Fluid registration:
2013-07-30 18:30:30 [INFO] gasHydrogen
2013-07-30 18:30:30 [INFO] Fluid registration:
2013-07-30 18:30:30 [INFO] gasDeuterium
2013-07-30 18:30:30 [INFO] Fluid registration:
2013-07-30 18:30:30 [INFO] gasTritium
2013-07-30 18:30:30 [INFO] Fluid registration:
2013-07-30 18:30:30 [INFO] gasHelium
2013-07-30 18:30:30 [INFO] Fluid registration:
2013-07-30 18:30:30 [INFO] gasHelium-3
2013-07-30 18:30:30 [INFO] Fluid registration:
2013-07-30 18:30:30 [INFO] gasMethane
2013-07-30 18:30:30 [INFO] Fluid registration:
2013-07-30 18:30:30 [INFO] gasNitrogen
2013-07-30 18:30:30 [INFO] Fluid registration:
2013-07-30 18:30:30 [INFO] gasNitrogenDioxide
2013-07-30 18:30:30 [INFO] Fluid registration:
2013-07-30 18:30:30 [INFO] fluidWolframium
2013-07-30 18:30:30 [INFO] Fluid registration:
2013-07-30 18:30:30 [INFO] fluidLithium
2013-07-30 18:30:30 [INFO] Fluid registration:
2013-07-30 18:30:30 [INFO] fluidSilicon
2013-07-30 18:30:30 [INFO] Fluid registration:
2013-07-30 18:30:30 [INFO] fluidBerylium
2013-07-30 18:30:30 [INFO] Fluid registration:
2013-07-30 18:30:30 [INFO] fluidCalcium
2013-07-30 18:30:30 [INFO] Fluid registration:
2013-07-30 18:30:30 [INFO] fluidSodium
2013-07-30 18:30:30 [INFO] Fluid registration:
2013-07-30 18:30:30 [INFO] fluidChlorite
2013-07-30 18:30:30 [INFO] Fluid registration:
2013-07-30 18:30:30 [INFO] fluidPotassium
2013-07-30 18:30:30 [INFO] Fluid registration:
2013-07-30 18:30:30 [INFO] fluidMercury
2013-07-30 18:30:30 [INFO] Fluid registration:
2013-07-30 18:30:30 [INFO] fluidNitroFuel
2013-07-30 18:30:30 [INFO] Fluid registration:
2013-07-30 18:30:30 [INFO] fluidSodiumPersulfate
2013-07-30 18:30:30 [INFO] Fluid registration:
2013-07-30 18:30:30 [INFO] fluidCalciumCarbonate
2013-07-30 18:30:30 [INFO] Fluid registration:
2013-07-30 18:30:30 [INFO] fluidGlyceryl
2013-07-30 18:30:30 [INFO] Fluid registration:
2013-07-30 18:30:30 [INFO] fluidNitroCoalFuel
2013-07-30 18:30:30 [INFO] GT_Mod: Trying to add Nuclear Control Sensor Kit/Card...
2013-07-30 18:30:30 [INFO] GT_Mod: ...succeeded.
2013-07-30 18:30:30 [INFO] GT_Mod: Register Regular Items.
2013-07-30 18:30:30 [INFO] GT_Mod: Hiding certain Items from NEI.
2013-07-30 18:30:30 [INFO] GT_Mod: Register regular Item Names.
2013-07-30 18:30:30 [INFO] GT_Mod: Registering GT/IC2-Circuitry and similar to the OreDict.
2013-07-30 18:30:30 [INFO] GT_Mod: Register colors to the OreDict.
2013-07-30 18:30:30 [INFO] GT_Mod: Load-Phase finished!
2013-07-30 18:30:31 [INFO] Fluid registration:
2013-07-30 18:30:31 [INFO] Molten White Dye
2013-07-30 18:30:31 [INFO] Fluid registration:
2013-07-30 18:30:31 [INFO] Molten Orange Dye
2013-07-30 18:30:31 [INFO] Fluid registration:
2013-07-30 18:30:31 [INFO] Molten Magenta Dye
2013-07-30 18:30:31 [INFO] Fluid registration:
2013-07-30 18:30:31 [INFO] Molten Light Blue Dye
2013-07-30 18:30:31 [INFO] Fluid registration:
2013-07-30 18:30:31 [INFO] Molten Yellow Dye
2013-07-30 18:30:31 [INFO] Fluid registration:
2013-07-30 18:30:31 [INFO] Molten Lime Green Dye
2013-07-30 18:30:31 [INFO] Fluid registration:
2013-07-30 18:30:31 [INFO] Molten Pink Dye
2013-07-30 18:30:31 [INFO] Fluid registration:
2013-07-30 18:30:31 [INFO] Molten Gray Dye
2013-07-30 18:30:31 [INFO] Fluid registration:
2013-07-30 18:30:31 [INFO] Molten Light Gray Dye
2013-07-30 18:30:31 [INFO] Fluid registration:
2013-07-30 18:30:31 [INFO] Molten Cyan Dye
2013-07-30 18:30:31 [INFO] Fluid registration:
2013-07-30 18:30:31 [INFO] Molten Purple Dye
2013-07-30 18:30:31 [INFO] Fluid registration:
2013-07-30 18:30:31 [INFO] Molten Blue Dye
2013-07-30 18:30:31 [INFO] Fluid registration:
2013-07-30 18:30:31 [INFO] Molten Brown Dye
2013-07-30 18:30:31 [INFO] Fluid registration:
2013-07-30 18:30:31 [INFO] Molten Green Dye
2013-07-30 18:30:31 [INFO] Fluid registration:
2013-07-30 18:30:31 [INFO] Molten Red Dye
2013-07-30 18:30:31 [INFO] Fluid registration:
2013-07-30 18:30:31 [INFO] Molten Black Dye
2013-07-30 18:30:31 [INFO] Fluid registration:
2013-07-30 18:30:31 [INFO] Primer
2013-07-30 18:30:31 [INFO] Fluid registration:
2013-07-30 18:30:31 [INFO] Nitrogen
2013-07-30 18:30:31 [INFO] Fluid registration:
2013-07-30 18:30:31 [INFO] Liquid Nitrogen
2013-07-30 18:30:32 [INFO] Fluid registration:
2013-07-30 18:30:32 [INFO] moltenIron
2013-07-30 18:30:32 [INFO] Fluid registration:
2013-07-30 18:30:32 [INFO] moltenCopper
2013-07-30 18:30:32 [INFO] Fluid registration:
2013-07-30 18:30:32 [INFO] moltenTin
2013-07-30 18:30:32 [INFO] Fluid registration:
2013-07-30 18:30:32 [INFO] moltenBronze
2013-07-30 18:30:32 [INFO] Fluid registration:
2013-07-30 18:30:32 [INFO] moltenSilver
2013-07-30 18:30:32 [INFO] Fluid registration:
2013-07-30 18:30:32 [INFO] moltenGold
2013-07-30 18:30:32 [INFO] Fluid registration:
2013-07-30 18:30:32 [INFO] moltenDiamond
2013-07-30 18:30:32 [INFO] Fluid registration:
2013-07-30 18:30:32 [INFO] moltenEmerald
2013-07-30 18:30:32 [INFO] Fluid registration:
2013-07-30 18:30:32 [INFO] moltenObsidian
2013-07-30 18:30:32 [INFO] Fluid registration:
2013-07-30 18:30:32 [INFO] acid
2013-07-30 18:30:32 [INFO] Fluid registration:
2013-07-30 18:30:32 [INFO] poison
2013-07-30 18:30:32 [INFO] Fluid registration:
2013-07-30 18:30:32 [INFO] liquidNitrogen
2013-07-30 18:30:32 [INFO] Fluid registration:
2013-07-30 18:30:32 [INFO] liquidDNA
2013-07-30 18:30:32 [INFO] Fluid registration:
2013-07-30 18:30:32 [INFO] milk
2013-07-30 18:30:32 [INFO] Fluid registration:
2013-07-30 18:30:32 [INFO] biomass
2013-07-30 18:30:32 [INFO] Fluid registration:
2013-07-30 18:30:32 [INFO] biofuel
2013-07-30 18:30:32 [INFO] Fluid registration:
2013-07-30 18:30:32 [INFO] seedoil
2013-07-30 18:30:32 [INFO] Fluid registration:
2013-07-30 18:30:32 [INFO] honey
2013-07-30 18:30:32 [INFO] Fluid registration:
2013-07-30 18:30:32 [INFO] juice
2013-07-30 18:30:32 [INFO] Fluid registration:
2013-07-30 18:30:32 [INFO] ice
2013-07-30 18:30:32 [INFO] Fluid registration:
2013-07-30 18:30:32 [INFO] mead
2013-07-30 18:30:32 [INFO] GT_Mod: Beginning PostLoad-Phase.
2013-07-30 18:30:32 [INFO] GT_Mod: Initializing Proxy.
2013-07-30 18:30:32 [INFO] GT_Mod: Checking if Items got Overloaded.
2013-07-30 18:30:32 [INFO] GT_Mod: Scanning for certain kinds of compatible Machineblocks.
2013-07-30 18:30:32 [INFO] GT_Mod: Adding Food Recipes to the Automatic Canning Machine. (also during the following Item Iteration)
2013-07-30 18:30:32 [INFO] GT_Mod: Scanning ItemList.
2013-07-30 18:30:32 [INFO] GT_Mod: Getting Storage Blocks of Redpower for the OreDictUnification.
2013-07-30 18:30:32 [INFO] GT_Mod: Grabbing Liquids of other Mods to register Liquid Cells, and adding Liquid Transposer Recipes for them
2013-07-30 18:30:32 [INFO] GT_Mod: Initializing various Fuels.
2013-07-30 18:30:32 [INFO] GT_Mod: Changing maximum Stacksizes if configured.
2013-07-30 18:30:32 [INFO] GT_Mod: Adding Dungeon Loot.
2013-07-30 18:30:32 [INFO] GT_Mod: Adding non-OreDict Machine Recipes.
2013-07-30 18:30:33 [INFO] GT_Mod: Adding Stuff to the Recycler Blacklist.
2013-07-30 18:30:33 [INFO] GT_Mod: (re-)adding Scrapbox Drops.
2013-07-30 18:30:33 [INFO] GT_Mod: Adding Slab Recipes.
2013-07-30 18:30:33 [INFO] GT_Mod: Adding Wool and Color releated Recipes.
2013-07-30 18:30:33 [INFO] GT_Mod: Adding 'The holy Planks of Sengir'.
2013-07-30 18:30:33 [INFO] GT_Mod: Nerfing Forestrys invalid Bronze Recipe (even though it's still logical, seeing the amount of Ingots, but IC added Bronze first, so...).
2013-07-30 18:30:33 [INFO] GT_Mod: Adding Mixed Metal Ingot Recipes.
2013-07-30 18:30:33 [INFO] GT_Mod: Adding Rolling Machine Recipes.
2013-07-30 18:30:33 [INFO] GT_Mod: Beginning to add regular Crafting Recipes.
2013-07-30 18:30:33 [INFO] GT_Mod: Applying harder Recipes for Electric Tools and several Blocks.
2013-07-30 18:30:33 [INFO] GT_Mod: Removing Q-Armor Recipes if configured.
2013-07-30 18:30:33 [INFO] GT_Mod: Removing Mass Fabricator Recipe if configured.
2013-07-30 18:30:33 [INFO] GT_Mod: Adding/Removing/Overloading UUM Recipes.
2013-07-30 18:30:33 [INFO] GT_Mod: Adding all the Reverse Recipes for the Furnace/Macerator/Sawmill.
2013-07-30 18:30:33 [INFO] GT_Mod: Adding JackHammer minable Blocks.
2013-07-30 18:30:33 [INFO] GT_Mod: Adding Glowstone and Soulsand to the miners Valuable List.
2013-07-30 18:30:33 [INFO] GT_Mod: Activating OreDictionary Handler
2013-07-30 18:30:34 [INFO] You get less Cells, than you put in? My Machines usually don't destroy Cells. item.itemIngotUran / item.itemCellEmpty
2013-07-30 18:30:34 [INFO] Thingy Name: aquaRegia !!!Unknown 'Thingy' detected!!! This Object seems to probably not follow a valid OreDictionary Convention, or I missed a Convention. Please report to GregTech Intergalactical for additional compatiblity. This is not an Error, it's just an Information.
2013-07-30 18:30:35 [INFO] You get less Cells, than you put in? My Machines usually don't destroy Cells. item.GT_Dusts.16 / item.itemCellEmpty
2013-07-30 18:30:35 [INFO] Item Name: itemSuperconductor !!!Unknown Item detected!!! Please report to GregTech Intergalactical for additional compatiblity. This is not an Error, it's just an Information.
2013-07-30 18:30:35 [INFO] Thingy Name: shardDiamond !!!Unknown 'Thingy' detected!!! This Object seems to probably not follow a valid OreDictionary Convention, or I missed a Convention. Please report to GregTech Intergalactical for additional compatiblity. This is not an Error, it's just an Information.
2013-07-30 18:30:35 [INFO] Thingy Name: shardEmerald !!!Unknown 'Thingy' detected!!! This Object seems to probably not follow a valid OreDictionary Convention, or I missed a Convention. Please report to GregTech Intergalactical for additional compatiblity. This is not an Error, it's just an Information.
2013-07-30 18:30:35 [INFO] Thingy Name: brickXyEngineering !!!Unknown 'Thingy' detected!!! This Object seems to probably not follow a valid OreDictionary Convention, or I missed a Convention. Please report to GregTech Intergalactical for additional compatiblity. This is not an Error, it's just an Information.
2013-07-30 18:30:36 [INFO] GT_Mod: Iterating through the Seed-List of ForgeHooks, with a brilliant and 100% Invocation-free Method, to add Recipes for gaining Seed Oil from Seeds.
2013-07-30 18:30:36 [INFO] GT_Mod: Iterating through the Grass-Flower-List of ForgeHooks, with a brilliant and 100% Invocation-free Method, to add Extractor Recipes for gaining more Dye from Flowers and also Compression Recipes for Plantballs.
2013-07-30 18:30:36 [INFO] GT_Mod: Forestry was properly loaded, so the Seed Recipes got added to the Squeezer.
2013-07-30 18:30:36 [INFO] GT_Mod: Adding Default Description Set of the Computer Cube
2013-07-30 18:30:36 [INFO] GT_Mod: Saving Lang File now.
2013-07-30 18:30:36 [INFO] GT_Mod: PostLoad-Phase finished!
2013-07-30 18:30:36 [INFO] Fluid registration:
2013-07-30 18:30:36 [INFO] sludge
2013-07-30 18:30:36 [INFO] Fluid registration:
2013-07-30 18:30:36 [INFO] sewage
2013-07-30 18:30:36 [INFO] Fluid registration:
2013-07-30 18:30:36 [INFO] mobEssence
2013-07-30 18:30:36 [INFO] Xeno's Reliquary loaded.
2013-07-30 18:30:36 [INFO] Preparing level "world"
2013-07-30 18:30:36 [INFO] Registered command debug with permission node vanilla.command.debug
2013-07-30 18:30:37 [INFO] Preparing start region for level 0 (Dimension: 0, Seed: -3534570868538538017)
2013-07-30 18:30:37 [INFO] Preparing start region for level 1 (Dimension: 7, Seed: 8068432531888929460)
2013-07-30 18:30:37 [INFO] Preparing start region for level 2 (Dimension: 1, Seed: 8068432531888929460)
2013-07-30 18:30:37 [INFO] Preparing start region for level 3 (Dimension: -1, Seed: 8068432531888929460)
2013-07-30 18:30:38 [INFO] [Modifyworld] Enabling Modifyworld v1.19.6
2013-07-30 18:30:38 [INFO] [Modifyworld] Modifyworld enabled!
2013-07-30 18:30:38 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.6
2013-07-30 18:30:38 [INFO] [PermissionsEx] Superperms support enabled.
2013-07-30 18:30:38 [INFO] [PermissionsEx] v1.19.6 enabled
2013-07-30 18:30:38 [INFO] [WorldEdit] Enabling WorldEdit v5.5.7
2013-07-30 18:30:38 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
2013-07-30 18:30:38 [INFO] [Essentials] Enabling Essentials v2.11.1
2013-07-30 18:30:38 [INFO] Bukkit version format changed. Version not checked.
2013-07-30 18:30:38 [INFO] git-MCPC-Plus-jenkins-MCPC-Plus-Legacy-67 (MC: 1.4.7)
2013-07-30 18:30:38 [INFO] 1.4.7-R1.1-SNAPSHOT
2013-07-30 18:30:38 [INFO] Essentials: Using PermissionsEx based permissions.
2013-07-30 18:30:38 [INFO] [EssentialsXMPP] Enabling EssentialsXMPP v2.11.1
2013-07-30 18:30:38 [INFO] Connecting to xmpp server 127.0.0.1:5222 as user minecraft.
2013-07-30 18:30:38 [INFO] [EssentialsChat] Enabling EssentialsChat v2.11.1
2013-07-30 18:30:38 [INFO] [ChatManager] Enabling ChatManager v1.19.1
2013-07-30 18:30:38 [INFO] [ChatManager] ChatManager disabled. Check config.yml!
2013-07-30 18:30:38 [INFO] [ChatManager] Disabling ChatManager v1.19.1
2013-07-30 18:30:38 [INFO] [ChatManager] ChatManager disabled!
2013-07-30 18:30:38 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.11.1
2013-07-30 18:30:38 [INFO] [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.11.1
2013-07-30 18:30:38 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.11.1
2013-07-30 18:30:38 [INFO] [EssentialsGeoIP] Enabling EssentialsGeoIP v2.11.1
2013-07-30 18:30:38 [INFO] [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
2013-07-30 18:30:38 [INFO] Server permissions file permissions.yml is empty, ignoring it
2013-07-30 18:30:38 [INFO] Done (2.087s)! For help, type "help" or "?"
2013-07-30 18:30:38 [INFO] Registered command cofh with permission node cofh.command.CommandCoFH
2013-07-30 18:30:38 [INFO] Registered command buildcraft with permission node buildcraft.core.CommandBuildCraft
2013-07-30 18:30:38 [INFO] Registered command namesculpture with permission node factorization.common.NameClayCommand
2013-07-30 18:30:38 [INFO] Registered command beekeeping with permission node forestry.apiculture.CommandBeekeepingMode
2013-07-30 18:30:38 [INFO] Registered command givedrone with permission node forestry.apiculture.CommandGiveBee
2013-07-30 18:30:38 [INFO] Registered command giveprincess with permission node forestry.apiculture.CommandGiveBee
2013-07-30 18:30:38 [INFO] Registered command givequeen with permission node forestry.apiculture.CommandGiveBee
2013-07-30 18:30:38 [INFO] Registered command spawntree with permission node forestry.arboriculture.CommandSpawnTree
2013-07-30 18:30:38 [INFO] Registered command spawnforest with permission node forestry.arboriculture.CommandSpawnForest
2013-07-30 18:30:39 [INFO] Registered command forestry with permission node forestry.core.CommandForestry
2013-07-30 18:30:39 [INFO] Registered command mail with permission node forestry.mail.CommandMail
2013-07-30 18:30:39 [INFO] Registered command chunkloaders with permission node codechicken.chunkloader.CommandChunkLoaders
2013-07-30 18:30:39 [INFO] Registered command ccdebug with permission node codechicken.chunkloader.CommandDebugInfo
2013-07-30 18:30:39 [INFO] Registered command pg with permission node portalgun.common.core.CommandPortalGun
2013-07-30 18:30:39 [INFO] Registered command ee3 with permission node com.pahimar.ee3.command.CommandEE
2013-07-30 18:30:39 [INFO] Registered command f with permission node factorization.misc.MiscellaneousNonsense$FogCommand
2013-07-30 18:30:39 [INFO] Registered command tpx with permission node com.xcompwiz.mystcraft.command.CommandTPX
2013-07-30 18:30:39 [INFO] Registered command myst-create with permission node com.xcompwiz.mystcraft.command.CommandCreateDim
2013-07-30 18:30:39 [INFO] Registered command myst-agebook with permission node com.xcompwiz.mystcraft.command.CommandCreateAgebook
2013-07-30 18:30:39 [INFO] Registered command myst-toggleworldinstability with permission node com.xcompwiz.mystcraft.command.CommandToggleWorldInstability
2013-07-30 18:30:39 [INFO] Registered command toggledownfall with permission node com.xcompwiz.mystcraft.command.CommandToggleDownfall
2013-07-30 18:30:39 [INFO] Registered command time with permission node com.xcompwiz.mystcraft.command.CommandTime
2013-07-30 18:30:39 [INFO] Registered command myst-permissions with permission node com.xcompwiz.mystcraft.command.CommandMystPermissions
2013-07-30 18:30:39 [INFO] Registered command srm-show with permission node com.github.AbrarSyed.SecretRooms.common.CommandShow
2013-07-30 18:30:39 [INFO] Registered command freq with permission node codechicken.wirelessredstone.core.CommandFreq
2013-07-30 18:30:39 [INFO] Loading NEI
2013-07-30 18:30:39 [INFO] Adding biome mapping 32 Alpine at BiomeBase[32]
2013-07-30 18:30:39 [INFO] Adding biome mapping 33 Autumn Woods at BiomeBase[33]
2013-07-30 18:30:39 [INFO] Adding biome mapping 34 Birch Forest at BiomeBase[34]
2013-07-30 18:30:39 [INFO] Adding biome mapping 35 Extreme Jungle at BiomeBase[35]
2013-07-30 18:30:39 [INFO] Adding biome mapping 36 Forested Hills at BiomeBase[36]
2013-07-30 18:30:39 [INFO] Adding biome mapping 37 Forested Island at BiomeBase[37]
2013-07-30 18:30:39 [INFO] Adding biome mapping 38 Glacier at BiomeBase[38]
2013-07-30 18:30:39 [INFO] Adding biome mapping 39 Green Hills at BiomeBase[39]
2013-07-30 18:30:39 [INFO] Adding biome mapping 40 Green Swamplands at BiomeBase[40]
2013-07-30 18:30:39 [INFO] Adding biome mapping 41 Ice Wasteland at BiomeBase[41]
2013-07-30 18:30:39 [INFO] Adding biome mapping 42 Marsh at BiomeBase[42]
2013-07-30 18:30:39 [INFO] Adding biome mapping 43 Meadow at BiomeBase[43]
2013-07-30 18:30:39 [INFO] Adding biome mapping 44 Mini Jungle at BiomeBase[44]
2013-07-30 18:30:39 [INFO] Adding biome mapping 45 Mountainous Desert at BiomeBase[45]
2013-07-30 18:30:39 [INFO] Adding biome mapping 46 Mountain Ridge at BiomeBase[46]
2013-07-30 18:30:39 [INFO] Adding biome mapping 47 Mountain Taiga at BiomeBase[47]
2013-07-30 18:30:39 [INFO] Adding biome mapping 48 Pine Forest at BiomeBase[48]
2013-07-30 18:30:39 [INFO] Adding biome mapping 49 Rainforest at BiomeBase[49]
2013-07-30 18:30:39 [INFO] Adding biome mapping 50 Redwood Forest at BiomeBase[50]
2013-07-30 18:30:39 [INFO] Adding biome mapping 51 Lush Redwoods at BiomeBase[51]
2013-07-30 18:30:39 [INFO] Adding biome mapping 52 Savanna at BiomeBase[52]
2013-07-30 18:30:39 [INFO] Adding biome mapping 53 Shrubland at BiomeBase[53]
2013-07-30 18:30:39 [INFO] Adding biome mapping 54 Snow Forest at BiomeBase[54]
2013-07-30 18:30:39 [INFO] Adding biome mapping 55 Snowy Rainforest at BiomeBase[55]
2013-07-30 18:30:39 [INFO] Adding biome mapping 56 Temperate Rainforest at BiomeBase[56]
2013-07-30 18:30:39 [INFO] Adding biome mapping 57 Tundra at BiomeBase[57]
2013-07-30 18:30:39 [INFO] Adding biome mapping 58 Wasteland at BiomeBase[58]
2013-07-30 18:30:39 [INFO] Adding biome mapping 59 Woodlands at BiomeBase[59]
2013-07-30 18:30:39 [INFO] Adding biome mapping 70 Twilight Lake at BiomeBase[70]
2013-07-30 18:30:39 [INFO] Adding biome mapping 71 Twilight Forest at BiomeBase[71]
2013-07-30 18:30:39 [INFO] Adding biome mapping 72 Dense Twilight Forest at BiomeBase[72]
2013-07-30 18:30:39 [INFO] Adding biome mapping 73 Highlands at BiomeBase[73]
2013-07-30 18:30:39 [INFO] Adding biome mapping 74 Mushrooms at BiomeBase[74]
2013-07-30 18:30:39 [INFO] Adding biome mapping 75 Twilight Swamp at BiomeBase[75]
2013-07-30 18:30:39 [INFO] Adding biome mapping 76 Twilight Stream at BiomeBase[76]
2013-07-30 18:30:39 [INFO] Adding biome mapping 77 Snowy Forest at BiomeBase[77]
2013-07-30 18:30:39 [INFO] Adding biome mapping 78 Glacier at BiomeBase[78]
2013-07-30 18:30:39 [INFO] Adding biome mapping 79 Twilight Clearing at BiomeBase[79]
2013-07-30 18:30:39 [INFO] Adding biome mapping 80 Clearing Border at BiomeBase[80]
2013-07-30 18:30:39 [INFO] Adding biome mapping 81 Lake Border at BiomeBase[81]
2013-07-30 18:30:39 [INFO] Adding biome mapping 82 Lots of Mushrooms at BiomeBase[82]
2013-07-30 18:30:39 [INFO] Adding biome mapping 83 Major Feature at BiomeBase[83]
2013-07-30 18:30:39 [INFO] Adding biome mapping 84 Minor Feature at BiomeBase[84]
2013-07-30 18:30:39 [INFO] Adding biome mapping 85 Dark Forest at BiomeBase[85]
2013-07-30 18:30:39 [INFO] Adding biome mapping 86 Enchanted Forest at BiomeBase[86]
2013-07-30 18:30:39 [INFO] Adding biome mapping 87 Fire Swamp at BiomeBase[87]

Reached message size limit. more to come in following posts.
 

Cheetohz

New Member
Jul 29, 2019
56
0
0
Here's logs from the usual errors while server is running.
Code:
18:11:37 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:65)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:353)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:380)
        at md.a(EntityLiving.java:1118)
        at qj.a(EntityMob.java:73)
        at portalgun.common.entity.EntityBullet.j_(EntityBullet.java:214)
        at yc.a(World.java:2759)
        at in.a(WorldServer.java:844)
        at yc.g(World.java:2717)
        at yc.h(World.java:2546)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 19 more
18:11:37 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:65)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:353)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:380)
        at md.a(EntityLiving.java:1118)
        at qj.a(EntityMob.java:73)
        at portalgun.common.entity.EntityBullet.j_(EntityBullet.java:214)
        at yc.a(World.java:2759)
        at in.a(WorldServer.java:844)
        at yc.g(World.java:2717)
        at yc.h(World.java:2546)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 19 more
18:11:37 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:65)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:353)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:380)
        at md.a(EntityLiving.java:1118)
        at qj.a(EntityMob.java:73)
        at portalgun.common.entity.EntityBullet.j_(EntityBullet.java:214)
        at yc.a(World.java:2759)
        at in.a(WorldServer.java:844)
        at yc.g(World.java:2717)
        at yc.h(World.java:2546)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 19 more
18:11:37 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:65)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:353)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:380)
        at md.a(EntityLiving.java:1118)
        at qj.a(EntityMob.java:73)
        at portalgun.common.entity.EntityBullet.j_(EntityBullet.java:214)
        at yc.a(World.java:2759)
        at in.a(WorldServer.java:844)
        at yc.g(World.java:2717)
        at yc.h(World.java:2546)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 19 more
18:11:37 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:65)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:353)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:380)
        at md.a(EntityLiving.java:1118)
        at qj.a(EntityMob.java:73)
        at portalgun.common.entity.EntityBullet.j_(EntityBullet.java:214)
        at yc.a(World.java:2759)
        at in.a(WorldServer.java:844)
        at yc.g(World.java:2717)
        at yc.h(World.java:2546)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 19 more
18:11:37 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:65)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:353)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:380)
        at md.a(EntityLiving.java:1118)
        at qj.a(EntityMob.java:73)
        at portalgun.common.entity.EntityBullet.j_(EntityBullet.java:214)
        at yc.a(World.java:2759)
        at in.a(WorldServer.java:844)
        at yc.g(World.java:2717)
        at yc.h(World.java:2546)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 19 more
18:11:37 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:65)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:353)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:380)
        at md.a(EntityLiving.java:1118)
        at qj.a(EntityMob.java:73)
        at portalgun.common.entity.EntityBullet.j_(EntityBullet.java:214)
        at yc.a(World.java:2759)
        at in.a(WorldServer.java:844)
        at yc.g(World.java:2717)
        at yc.h(World.java:2546)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 19 more
18:11:37 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:65)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:353)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:380)
        at md.a(EntityLiving.java:1118)
        at qj.a(EntityMob.java:73)
        at portalgun.common.entity.EntityBullet.j_(EntityBullet.java:214)
        at yc.a(World.java:2759)
        at in.a(WorldServer.java:844)
        at yc.g(World.java:2717)
        at yc.h(World.java:2546)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 19 more
18:11:37 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:65)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:353)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:380)
        at md.a(EntityLiving.java:1118)
        at qj.a(EntityMob.java:73)
        at portalgun.common.entity.EntityBullet.j_(EntityBullet.java:214)
        at yc.a(World.java:2759)
        at in.a(WorldServer.java:844)
        at yc.g(World.java:2717)
        at yc.h(World.java:2546)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 19 more
18:11:37 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:65)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:353)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:380)
        at md.a(EntityLiving.java:1118)
        at qj.a(EntityMob.java:73)
        at portalgun.common.entity.EntityBullet.j_(EntityBullet.java:214)
        at yc.a(World.java:2759)
        at in.a(WorldServer.java:844)
        at yc.g(World.java:2717)
        at yc.h(World.java:2546)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 19 more
 

Cheetohz

New Member
Jul 29, 2019
56
0
0
Continued...
Code:
18:11:37 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:65)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:353)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:380)
        at md.a(EntityLiving.java:1118)
        at qj.a(EntityMob.java:73)
        at portalgun.common.entity.EntityBullet.j_(EntityBullet.java:214)
        at yc.a(World.java:2759)
        at in.a(WorldServer.java:844)
        at yc.g(World.java:2717)
        at yc.h(World.java:2546)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 19 more
18:11:37 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:65)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:353)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:380)
        at md.a(EntityLiving.java:1118)
        at qj.a(EntityMob.java:73)
        at portalgun.common.entity.EntityBullet.j_(EntityBullet.java:214)
        at yc.a(World.java:2759)
        at in.a(WorldServer.java:844)
        at yc.g(World.java:2717)
        at yc.h(World.java:2546)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 19 more
18:11:37 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:65)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:353)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:380)
        at md.a(EntityLiving.java:1118)
        at qj.a(EntityMob.java:73)
        at portalgun.common.entity.EntityBullet.j_(EntityBullet.java:214)
        at yc.a(World.java:2759)
        at in.a(WorldServer.java:844)
        at yc.g(World.java:2717)
        at yc.h(World.java:2546)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 19 more
18:11:37 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:65)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:353)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:380)
        at md.a(EntityLiving.java:1118)
        at qj.a(EntityMob.java:73)
        at portalgun.common.entity.EntityBullet.j_(EntityBullet.java:214)
        at yc.a(World.java:2759)
        at in.a(WorldServer.java:844)
        at yc.g(World.java:2717)
        at yc.h(World.java:2546)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 19 more
18:11:38 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:65)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:353)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:380)
        at md.a(EntityLiving.java:1118)
        at qj.a(EntityMob.java:73)
        at portalgun.common.entity.EntityBullet.j_(EntityBullet.java:214)
        at yc.a(World.java:2759)
        at in.a(WorldServer.java:844)
        at yc.g(World.java:2717)
        at yc.h(World.java:2546)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 19 more
18:11:38 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:65)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:353)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:380)
        at md.a(EntityLiving.java:1118)
        at qj.a(EntityMob.java:73)
        at portalgun.common.entity.EntityBullet.j_(EntityBullet.java:214)
        at yc.a(World.java:2759)
        at in.a(WorldServer.java:844)
        at yc.g(World.java:2717)
        at yc.h(World.java:2546)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 19 more
18:11:38 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:65)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:353)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:380)
        at md.a(EntityLiving.java:1118)
        at qj.a(EntityMob.java:73)
        at portalgun.common.entity.EntityBullet.j_(EntityBullet.java:214)
        at yc.a(World.java:2759)
        at in.a(WorldServer.java:844)
        at yc.g(World.java:2717)
        at yc.h(World.java:2546)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 19 more
18:11:38 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:65)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:353)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:380)
        at md.a(EntityLiving.java:1118)
        at qj.a(EntityMob.java:73)
        at portalgun.common.entity.EntityBullet.j_(EntityBullet.java:214)
        at yc.a(World.java:2759)
        at in.a(WorldServer.java:844)
        at yc.g(World.java:2717)
        at yc.h(World.java:2546)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 19 more
18:11:38 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:65)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:353)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:380)
        at md.a(EntityLiving.java:1118)
        at qj.a(EntityMob.java:73)
        at portalgun.common.entity.EntityBullet.j_(EntityBullet.java:214)
        at yc.a(World.java:2759)
        at in.a(WorldServer.java:844)
        at yc.g(World.java:2717)
        at yc.h(World.java:2546)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 19 more
18:11:38 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:65)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:353)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:380)
        at md.a(EntityLiving.java:1118)
        at qj.a(EntityMob.java:73)
        at portalgun.common.entity.EntityBullet.j_(EntityBullet.java:214)
        at yc.a(World.java:2759)
        at in.a(WorldServer.java:844)
        at yc.g(World.java:2717)
        at yc.h(World.java:2546)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 19 more
18:11:38 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:65)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:353)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:380)
        at md.a(EntityLiving.java:1118)
        at qj.a(EntityMob.java:73)
        at portalgun.common.entity.EntityBullet.j_(EntityBullet.java:214)
        at yc.a(World.java:2759)
        at in.a(WorldServer.java:844)
        at yc.g(World.java:2717)
        at yc.h(World.java:2546)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 19 more
18:11:38 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:65)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:353)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:380)
        at md.a(EntityLiving.java:1118)
        at qj.a(EntityMob.java:73)
        at portalgun.common.entity.EntityBullet.j_(EntityBullet.java:214)
        at yc.a(World.java:2759)
        at in.a(WorldServer.java:844)
        at yc.g(World.java:2717)
        at yc.h(World.java:2546)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 19 more
18:11:38 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:65)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:353)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:380)
        at md.a(EntityLiving.java:1118)
        at qj.a(EntityMob.java:73)
        at portalgun.common.entity.EntityBullet.j_(EntityBullet.java:214)
        at yc.a(World.java:2759)
        at in.a(WorldServer.java:844)
        at yc.g(World.java:2717)
        at yc.h(World.java:2546)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 19 more
18:11:38 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:65)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:353)
        at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:380)
        at md.a(EntityLiving.java:1118)
        at qj.a(EntityMob.java:73)
        at portalgun.common.entity.EntityBullet.j_(EntityBullet.java:214)
        at yc.a(World.java:2759)
        at in.a(WorldServer.java:844)
        at yc.g(World.java:2717)
        at yc.h(World.java:2546)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 19 more
 

Cheetohz

New Member
Jul 29, 2019
56
0
0
Changed LWC to a recommended version for MCPC+
Seems to have fixed that issue as seen in startup logs.
Code:
2013-07-30 18:55:46 [INFO] Starting minecraft server version 1.4.7
2013-07-30 18:55:46 [INFO] MinecraftForge v
2013-07-30 18:55:46 [INFO] 6.6.2.534
2013-07-30 18:55:46 [INFO]  Initialized
 
2013-07-30 18:55:46 [INFO] Replaced 84 ore recipies
2013-07-30 18:55:53 [INFO] GT_Mod: Creating Config Object.
2013-07-30 18:55:53 [INFO] GT_Mod: Generating Lang-File
2013-07-30 18:55:53 [INFO] GT_Mod: Removing all Scrapbox Drops.
2013-07-30 18:55:53 [INFO] GT_Mod: Adding Scrap with a Chance of 200.00F to the Scrapbox Drops.
2013-07-30 18:55:53 [INFO] GT_Mod: Preload-Phase finished!
2013-07-30 18:55:53 [INFO] IC2 API: Call getItem failed for refinedUranium
2013-07-30 18:55:54 [INFO] /config/forestry/extrabees/main.conf
2013-07-30 18:55:54 [INFO] /config/forestry/extrabees/machines.conf
2013-07-30 18:55:54 [INFO] [ModularForceFieldSystem] Loading module for IC2
2013-07-30 18:55:54 [INFO] [ModularForceFieldSystem] Loading module for Universal Electricity
2013-07-30 18:55:54 [INFO] [ModularForceFieldSystem] Module not loaded: Universal Electricity not found
2013-07-30 18:55:54 [INFO] [ModularForceFieldSystem] Loading module for Buildcraft
2013-07-30 18:55:54 [INFO] [ModularForceFieldSystem] Loading module for EE3
2013-07-30 18:55:54 [INFO] [ModularForceFieldSystem] Loading module for ThermalExpansion
2013-07-30 18:55:55 [INFO] Fluid registration:
2013-07-30 18:55:55 [INFO] Liquid Black Dye
2013-07-30 18:55:55 [INFO] Loading properties
2013-07-30 18:55:55 [INFO] Default game type: SURVIVAL
2013-07-30 18:55:55 [INFO] Generating keypair
2013-07-30 18:55:55 [INFO] Starting Minecraft server on *:25565
2013-07-30 18:55:55 [INFO] This server is running CraftBukkit version git-MCPC-Plus-jenkins-MCPC-Plus-Legacy-67 (MC: 1.4.7) (Implementing API version 1.4.7-R1.1-SNAPSHOT)
2013-07-30 18:55:55 [INFO] Mapping loaded 4 packages, 1997 classes, 2184 fields, 3535 methods, flags 76
2013-07-30 18:55:55 [INFO] Loaded inheritance map of 706 classes
2013-07-30 18:55:55 [INFO] [PermissionsEx] sql backend registered!
2013-07-30 18:55:55 [INFO] [PermissionsEx] file backend registered!
2013-07-30 18:55:55 [INFO] [PermissionsEx] PermissionEx plugin initialized.
2013-07-30 18:55:56 [INFO] [Modifyworld] Loading Modifyworld v1.19.6
2013-07-30 18:55:56 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.6
2013-07-30 18:55:56 [INFO] [PermissionsEx] Initializing file backend
2013-07-30 18:55:56 [INFO] Permissions file successfully reloaded
2013-07-30 18:55:56 [INFO] [WorldEdit] Loading WorldEdit v5.5.7
2013-07-30 18:55:56 [INFO] [LWC] Loading LWC v4.3.1 (bMANUAL-git-MANUAL) (February 12, 2013)
2013-07-30 18:55:56 [INFO] [Essentials] Loading Essentials v2.11.1
2013-07-30 18:55:56 [INFO] [EssentialsXMPP] Loading EssentialsXMPP v2.11.1
2013-07-30 18:55:56 [INFO] [EssentialsChat] Loading EssentialsChat v2.11.1
2013-07-30 18:55:56 [INFO] [ChatManager] Loading ChatManager v1.19.1
2013-07-30 18:55:56 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.11.1
2013-07-30 18:55:56 [INFO] [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.11.1
2013-07-30 18:55:56 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.11.1
2013-07-30 18:55:56 [INFO] [EssentialsGeoIP] Loading EssentialsGeoIP v2.11.1
2013-07-30 18:55:56 [INFO] [LWC] Enabling LWC v4.3.1 (bMANUAL-git-MANUAL) (February 12, 2013)
2013-07-30 18:55:56 [INFO] [LWC] Connecting to SQLite
2013-07-30 18:55:56 [INFO] Loading ComputerCraft v1.5 (rev 887)
2013-07-30 18:55:56 [INFO] ComputerCraft: Searching for RedPowerLib...
2013-07-30 18:55:56 [INFO] ComputerCraft: RedPowerLib and methods located.
2013-07-30 18:55:56 [INFO] Loading CCTurtle v1.5 (rev 887)
2013-07-30 18:55:58 [INFO] Fluid registration:
2013-07-30 18:55:58 [INFO] Oil
2013-07-30 18:55:58 [INFO] Fluid registration:
2013-07-30 18:55:58 [INFO] Liquid Black Dye
2013-07-30 18:55:58 [INFO] Fluid registration:
2013-07-30 18:55:58 [INFO] coolant
2013-07-30 18:55:58 [INFO] Fluid registration:
2013-07-30 18:55:58 [INFO] Steam
2013-07-30 18:55:58 [INFO] Fluid registration:
2013-07-30 18:55:58 [INFO] Lava
2013-07-30 18:55:58 [INFO] Fluid registration:
2013-07-30 18:55:58 [INFO] Fuel
2013-07-30 18:55:58 [INFO] Fluid registration:
2013-07-30 18:55:58 [INFO] Water
2013-07-30 18:55:58 [INFO] Fluid registration:
2013-07-30 18:55:58 [INFO] Creosote Oil
2013-07-30 18:55:58 [INFO] GT_Mod: Beginning Load-Phase.
2013-07-30 18:55:58 [INFO] GT_Mod: Adding Blocks.
2013-07-30 18:55:58 [INFO] GT_Mod: Register OreDict Entries of Non-GT-Items.
2013-07-30 18:55:58 [INFO] GT_Mod: Register Unification Entries
2013-07-30 18:55:58 [INFO] GT_Mod: Register other Mods Unification Targets.
2013-07-30 18:55:58 [INFO] GT_Mod: Register TileEntities.
2013-07-30 18:55:58 [INFO] GT_Mod: Register MetaTileEntities.
2013-07-30 18:55:58 [INFO] GT_Mod: Register Armor Textures.
2013-07-30 18:55:58 [INFO] GT_Mod: Register Meta-ID Items.
2013-07-30 18:55:58 [INFO] GT_Mod: Adding All Sub-Items with their OreDict and LiquidDict Entries.
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] plasmaHelium
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] gasHydrogen
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] gasDeuterium
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] gasTritium
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] gasHelium
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] gasHelium-3
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] gasMethane
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] gasNitrogen
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] gasNitrogenDioxide
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] fluidWolframium
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] fluidLithium
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] fluidSilicon
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] fluidBerylium
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] fluidCalcium
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] fluidSodium
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] fluidChlorite
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] fluidPotassium
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] fluidMercury
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] fluidNitroFuel
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] fluidSodiumPersulfate
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] fluidCalciumCarbonate
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] fluidGlyceryl
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] fluidNitroCoalFuel
2013-07-30 18:55:59 [INFO] GT_Mod: Trying to add Nuclear Control Sensor Kit/Card...
2013-07-30 18:55:59 [INFO] GT_Mod: ...succeeded.
2013-07-30 18:55:59 [INFO] GT_Mod: Register Regular Items.
2013-07-30 18:55:59 [INFO] GT_Mod: Hiding certain Items from NEI.
2013-07-30 18:55:59 [INFO] GT_Mod: Register regular Item Names.
2013-07-30 18:55:59 [INFO] GT_Mod: Registering GT/IC2-Circuitry and similar to the OreDict.
2013-07-30 18:55:59 [INFO] GT_Mod: Register colors to the OreDict.
2013-07-30 18:55:59 [INFO] GT_Mod: Load-Phase finished!
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] Molten White Dye
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] Molten Orange Dye
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] Molten Magenta Dye
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] Molten Light Blue Dye
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] Molten Yellow Dye
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] Molten Lime Green Dye
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] Molten Pink Dye
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] Molten Gray Dye
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] Molten Light Gray Dye
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] Molten Cyan Dye
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] Molten Purple Dye
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] Molten Blue Dye
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] Molten Brown Dye
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] Molten Green Dye
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] Molten Red Dye
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] Molten Black Dye
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] Primer
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] Nitrogen
2013-07-30 18:55:59 [INFO] Fluid registration:
2013-07-30 18:55:59 [INFO] Liquid Nitrogen
2013-07-30 18:56:00 [INFO] Fluid registration:
2013-07-30 18:56:00 [INFO] moltenIron
2013-07-30 18:56:00 [INFO] Fluid registration:
2013-07-30 18:56:00 [INFO] moltenCopper
2013-07-30 18:56:00 [INFO] Fluid registration:
2013-07-30 18:56:00 [INFO] moltenTin
2013-07-30 18:56:00 [INFO] Fluid registration:
2013-07-30 18:56:00 [INFO] moltenBronze
2013-07-30 18:56:00 [INFO] Fluid registration:
2013-07-30 18:56:00 [INFO] moltenSilver
2013-07-30 18:56:00 [INFO] Fluid registration:
2013-07-30 18:56:00 [INFO] moltenGold
2013-07-30 18:56:00 [INFO] Fluid registration:
2013-07-30 18:56:00 [INFO] moltenDiamond
2013-07-30 18:56:00 [INFO] Fluid registration:
2013-07-30 18:56:00 [INFO] moltenEmerald
2013-07-30 18:56:00 [INFO] Fluid registration:
2013-07-30 18:56:00 [INFO] moltenObsidian
2013-07-30 18:56:00 [INFO] Fluid registration:
2013-07-30 18:56:00 [INFO] acid
2013-07-30 18:56:00 [INFO] Fluid registration:
2013-07-30 18:56:00 [INFO] poison
2013-07-30 18:56:00 [INFO] Fluid registration:
2013-07-30 18:56:00 [INFO] liquidNitrogen
2013-07-30 18:56:00 [INFO] Fluid registration:
2013-07-30 18:56:00 [INFO] liquidDNA
2013-07-30 18:56:00 [INFO] Fluid registration:
2013-07-30 18:56:00 [INFO] milk
2013-07-30 18:56:00 [INFO] Fluid registration:
2013-07-30 18:56:00 [INFO] biomass
2013-07-30 18:56:00 [INFO] Fluid registration:
2013-07-30 18:56:00 [INFO] biofuel
2013-07-30 18:56:00 [INFO] Fluid registration:
2013-07-30 18:56:00 [INFO] seedoil
2013-07-30 18:56:00 [INFO] Fluid registration:
2013-07-30 18:56:00 [INFO] honey
2013-07-30 18:56:00 [INFO] Fluid registration:
2013-07-30 18:56:00 [INFO] juice
2013-07-30 18:56:00 [INFO] Fluid registration:
2013-07-30 18:56:00 [INFO] ice
2013-07-30 18:56:01 [INFO] Fluid registration:
2013-07-30 18:56:01 [INFO] mead
2013-07-30 18:56:01 [INFO] GT_Mod: Beginning PostLoad-Phase.
2013-07-30 18:56:01 [INFO] GT_Mod: Initializing Proxy.
2013-07-30 18:56:01 [INFO] GT_Mod: Checking if Items got Overloaded.
2013-07-30 18:56:01 [INFO] GT_Mod: Scanning for certain kinds of compatible Machineblocks.
2013-07-30 18:56:01 [INFO] GT_Mod: Adding Food Recipes to the Automatic Canning Machine. (also during the following Item Iteration)
2013-07-30 18:56:01 [INFO] GT_Mod: Scanning ItemList.
2013-07-30 18:56:01 [INFO] GT_Mod: Getting Storage Blocks of Redpower for the OreDictUnification.
2013-07-30 18:56:01 [INFO] GT_Mod: Grabbing Liquids of other Mods to register Liquid Cells, and adding Liquid Transposer Recipes for them
2013-07-30 18:56:01 [INFO] GT_Mod: Initializing various Fuels.
2013-07-30 18:56:01 [INFO] GT_Mod: Changing maximum Stacksizes if configured.
2013-07-30 18:56:01 [INFO] GT_Mod: Adding Dungeon Loot.
2013-07-30 18:56:01 [INFO] GT_Mod: Adding non-OreDict Machine Recipes.
2013-07-30 18:56:01 [INFO] GT_Mod: Adding Stuff to the Recycler Blacklist.
2013-07-30 18:56:01 [INFO] GT_Mod: (re-)adding Scrapbox Drops.
2013-07-30 18:56:01 [INFO] GT_Mod: Adding Slab Recipes.
2013-07-30 18:56:01 [INFO] GT_Mod: Adding Wool and Color releated Recipes.
2013-07-30 18:56:01 [INFO] GT_Mod: Adding 'The holy Planks of Sengir'.
2013-07-30 18:56:01 [INFO] GT_Mod: Nerfing Forestrys invalid Bronze Recipe (even though it's still logical, seeing the amount of Ingots, but IC added Bronze first, so...).
2013-07-30 18:56:01 [INFO] GT_Mod: Adding Mixed Metal Ingot Recipes.
2013-07-30 18:56:01 [INFO] GT_Mod: Adding Rolling Machine Recipes.
2013-07-30 18:56:01 [INFO] GT_Mod: Beginning to add regular Crafting Recipes.
2013-07-30 18:56:01 [INFO] GT_Mod: Applying harder Recipes for Electric Tools and several Blocks.
2013-07-30 18:56:01 [INFO] GT_Mod: Removing Q-Armor Recipes if configured.
2013-07-30 18:56:01 [INFO] GT_Mod: Removing Mass Fabricator Recipe if configured.
2013-07-30 18:56:01 [INFO] GT_Mod: Adding/Removing/Overloading UUM Recipes.
2013-07-30 18:56:01 [INFO] GT_Mod: Adding all the Reverse Recipes for the Furnace/Macerator/Sawmill.
2013-07-30 18:56:02 [INFO] GT_Mod: Adding JackHammer minable Blocks.
2013-07-30 18:56:02 [INFO] GT_Mod: Adding Glowstone and Soulsand to the miners Valuable List.
2013-07-30 18:56:02 [INFO] GT_Mod: Activating OreDictionary Handler
2013-07-30 18:56:02 [INFO] You get less Cells, than you put in? My Machines usually don't destroy Cells. item.itemIngotUran / item.itemCellEmpty
2013-07-30 18:56:02 [INFO] Thingy Name: aquaRegia !!!Unknown 'Thingy' detected!!! This Object seems to probably not follow a valid OreDictionary Convention, or I missed a Convention. Please report to GregTech Intergalactical for additional compatiblity. This is not an Error, it's just an Information.
2013-07-30 18:56:04 [INFO] You get less Cells, than you put in? My Machines usually don't destroy Cells. item.GT_Dusts.16 / item.itemCellEmpty
2013-07-30 18:56:04 [INFO] Item Name: itemSuperconductor !!!Unknown Item detected!!! Please report to GregTech Intergalactical for additional compatiblity. This is not an Error, it's just an Information.
2013-07-30 18:56:04 [INFO] Thingy Name: shardDiamond !!!Unknown 'Thingy' detected!!! This Object seems to probably not follow a valid OreDictionary Convention, or I missed a Convention. Please report to GregTech Intergalactical for additional compatiblity. This is not an Error, it's just an Information.
2013-07-30 18:56:04 [INFO] Thingy Name: shardEmerald !!!Unknown 'Thingy' detected!!! This Object seems to probably not follow a valid OreDictionary Convention, or I missed a Convention. Please report to GregTech Intergalactical for additional compatiblity. This is not an Error, it's just an Information.
2013-07-30 18:56:04 [INFO] Thingy Name: brickXyEngineering !!!Unknown 'Thingy' detected!!! This Object seems to probably not follow a valid OreDictionary Convention, or I missed a Convention. Please report to GregTech Intergalactical for additional compatiblity. This is not an Error, it's just an Information.
2013-07-30 18:56:04 [INFO] GT_Mod: Iterating through the Seed-List of ForgeHooks, with a brilliant and 100% Invocation-free Method, to add Recipes for gaining Seed Oil from Seeds.
2013-07-30 18:56:04 [INFO] GT_Mod: Iterating through the Grass-Flower-List of ForgeHooks, with a brilliant and 100% Invocation-free Method, to add Extractor Recipes for gaining more Dye from Flowers and also Compression Recipes for Plantballs.
2013-07-30 18:56:04 [INFO] GT_Mod: Forestry was properly loaded, so the Seed Recipes got added to the Squeezer.
2013-07-30 18:56:04 [INFO] GT_Mod: Adding Default Description Set of the Computer Cube
2013-07-30 18:56:04 [INFO] GT_Mod: Saving Lang File now.
2013-07-30 18:56:04 [INFO] GT_Mod: PostLoad-Phase finished!
2013-07-30 18:56:04 [INFO] Fluid registration:
2013-07-30 18:56:04 [INFO] sludge
2013-07-30 18:56:04 [INFO] Fluid registration:
2013-07-30 18:56:04 [INFO] sewage
2013-07-30 18:56:04 [INFO] Fluid registration:
2013-07-30 18:56:04 [INFO] mobEssence
2013-07-30 18:56:05 [INFO] Xeno's Reliquary loaded.
2013-07-30 18:56:05 [INFO] Preparing level "world"
2013-07-30 18:56:05 [INFO] Registered command debug with permission node vanilla.command.debug
2013-07-30 18:56:05 [INFO] Preparing start region for level 0 (Dimension: 0, Seed: -3534570868538538017)
2013-07-30 18:56:06 [INFO] Preparing start region for level 1 (Dimension: 7, Seed: 8068432531888929460)
2013-07-30 18:56:06 [INFO] Preparing start region for level 2 (Dimension: 1, Seed: 8068432531888929460)
2013-07-30 18:56:06 [INFO] Preparing start region for level 3 (Dimension: -1, Seed: 8068432531888929460)
2013-07-30 18:56:06 [INFO] [Modifyworld] Enabling Modifyworld v1.19.6
2013-07-30 18:56:06 [INFO] [Modifyworld] Modifyworld enabled!
2013-07-30 18:56:06 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.6
2013-07-30 18:56:06 [INFO] [PermissionsEx] Superperms support enabled.
2013-07-30 18:56:06 [INFO] [PermissionsEx] v1.19.6 enabled
2013-07-30 18:56:06 [INFO] [WorldEdit] Enabling WorldEdit v5.5.7
2013-07-30 18:56:06 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
2013-07-30 18:56:06 [INFO] [Essentials] Enabling Essentials v2.11.1
2013-07-30 18:56:06 [INFO] Bukkit version format changed. Version not checked.
2013-07-30 18:56:06 [INFO] git-MCPC-Plus-jenkins-MCPC-Plus-Legacy-67 (MC: 1.4.7)
2013-07-30 18:56:06 [INFO] 1.4.7-R1.1-SNAPSHOT
2013-07-30 18:56:06 [INFO] Essentials: Using PermissionsEx based permissions.
2013-07-30 18:56:06 [INFO] [EssentialsXMPP] Enabling EssentialsXMPP v2.11.1
2013-07-30 18:56:07 [INFO] Connecting to xmpp server 127.0.0.1:5222 as user minecraft.
2013-07-30 18:56:07 [INFO] [EssentialsChat] Enabling EssentialsChat v2.11.1
2013-07-30 18:56:07 [INFO] [ChatManager] Enabling ChatManager v1.19.1
2013-07-30 18:56:07 [INFO] [ChatManager] ChatManager disabled. Check config.yml!
2013-07-30 18:56:07 [INFO] [ChatManager] Disabling ChatManager v1.19.1
2013-07-30 18:56:07 [INFO] [ChatManager] ChatManager disabled!
2013-07-30 18:56:07 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.11.1
2013-07-30 18:56:07 [INFO] [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.11.1
2013-07-30 18:56:07 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.11.1
2013-07-30 18:56:07 [INFO] [EssentialsGeoIP] Enabling EssentialsGeoIP v2.11.1
2013-07-30 18:56:07 [INFO] [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
2013-07-30 18:56:07 [INFO] Server permissions file permissions.yml is empty, ignoring it
2013-07-30 18:56:07 [INFO] Done (2.030s)! For help, type "help" or "?"
2013-07-30 18:56:07 [INFO] Registered command cofh with permission node cofh.command.CommandCoFH
2013-07-30 18:56:07 [INFO] Registered command buildcraft with permission node buildcraft.core.CommandBuildCraft
2013-07-30 18:56:07 [INFO] Registered command namesculpture with permission node factorization.common.NameClayCommand
2013-07-30 18:56:07 [INFO] Registered command beekeeping with permission node forestry.apiculture.CommandBeekeepingMode
2013-07-30 18:56:07 [INFO] Registered command givedrone with permission node forestry.apiculture.CommandGiveBee
2013-07-30 18:56:07 [INFO] Registered command giveprincess with permission node forestry.apiculture.CommandGiveBee
2013-07-30 18:56:07 [INFO] Registered command givequeen with permission node forestry.apiculture.CommandGiveBee
2013-07-30 18:56:07 [INFO] Registered command spawntree with permission node forestry.arboriculture.CommandSpawnTree
2013-07-30 18:56:07 [INFO] Registered command spawnforest with permission node forestry.arboriculture.CommandSpawnForest
2013-07-30 18:56:07 [INFO] Registered command forestry with permission node forestry.core.CommandForestry
2013-07-30 18:56:07 [INFO] Registered command mail with permission node forestry.mail.CommandMail
2013-07-30 18:56:07 [INFO] Registered command chunkloaders with permission node codechicken.chunkloader.CommandChunkLoaders
2013-07-30 18:56:07 [INFO] Registered command ccdebug with permission node codechicken.chunkloader.CommandDebugInfo
2013-07-30 18:56:07 [INFO] Registered command pg with permission node portalgun.common.core.CommandPortalGun
2013-07-30 18:56:07 [INFO] Registered command ee3 with permission node com.pahimar.ee3.command.CommandEE
2013-07-30 18:56:07 [INFO] Registered command f with permission node factorization.misc.MiscellaneousNonsense$FogCommand
2013-07-30 18:56:07 [INFO] Registered command tpx with permission node com.xcompwiz.mystcraft.command.CommandTPX
2013-07-30 18:56:07 [INFO] Registered command myst-create with permission node com.xcompwiz.mystcraft.command.CommandCreateDim
2013-07-30 18:56:07 [INFO] Registered command myst-agebook with permission node com.xcompwiz.mystcraft.command.CommandCreateAgebook
2013-07-30 18:56:07 [INFO] Registered command myst-toggleworldinstability with permission node com.xcompwiz.mystcraft.command.CommandToggleWorldInstability
2013-07-30 18:56:07 [INFO] Registered command toggledownfall with permission node com.xcompwiz.mystcraft.command.CommandToggleDownfall
2013-07-30 18:56:07 [INFO] Registered command time with permission node com.xcompwiz.mystcraft.command.CommandTime
2013-07-30 18:56:07 [INFO] Registered command myst-permissions with permission node com.xcompwiz.mystcraft.command.CommandMystPermissions
2013-07-30 18:56:07 [INFO] Registered command srm-show with permission node com.github.AbrarSyed.SecretRooms.common.CommandShow
2013-07-30 18:56:07 [INFO] Registered command freq with permission node codechicken.wirelessredstone.core.CommandFreq
2013-07-30 18:56:07 [INFO] Loading NEI
2013-07-30 18:56:07 [INFO] Adding biome mapping 32 Alpine at BiomeBase[32]
2013-07-30 18:56:07 [INFO] Adding biome mapping 33 Autumn Woods at BiomeBase[33]
2013-07-30 18:56:07 [INFO] Adding biome mapping 34 Birch Forest at BiomeBase[34]
2013-07-30 18:56:07 [INFO] Adding biome mapping 35 Extreme Jungle at BiomeBase[35]
2013-07-30 18:56:07 [INFO] Adding biome mapping 36 Forested Hills at BiomeBase[36]
2013-07-30 18:56:07 [INFO] Adding biome mapping 37 Forested Island at BiomeBase[37]
2013-07-30 18:56:07 [INFO] Adding biome mapping 38 Glacier at BiomeBase[38]
2013-07-30 18:56:07 [INFO] Adding biome mapping 39 Green Hills at BiomeBase[39]
2013-07-30 18:56:07 [INFO] Adding biome mapping 40 Green Swamplands at BiomeBase[40]
2013-07-30 18:56:07 [INFO] Adding biome mapping 41 Ice Wasteland at BiomeBase[41]
2013-07-30 18:56:07 [INFO] Adding biome mapping 42 Marsh at BiomeBase[42]
2013-07-30 18:56:07 [INFO] Adding biome mapping 43 Meadow at BiomeBase[43]
2013-07-30 18:56:07 [INFO] Adding biome mapping 44 Mini Jungle at BiomeBase[44]
2013-07-30 18:56:07 [INFO] Adding biome mapping 45 Mountainous Desert at BiomeBase[45]
2013-07-30 18:56:07 [INFO] Adding biome mapping 46 Mountain Ridge at BiomeBase[46]
2013-07-30 18:56:07 [INFO] Adding biome mapping 47 Mountain Taiga at BiomeBase[47]
2013-07-30 18:56:07 [INFO] Adding biome mapping 48 Pine Forest at BiomeBase[48]
2013-07-30 18:56:07 [INFO] Adding biome mapping 49 Rainforest at BiomeBase[49]
2013-07-30 18:56:07 [INFO] Adding biome mapping 50 Redwood Forest at BiomeBase[50]
2013-07-30 18:56:07 [INFO] Adding biome mapping 51 Lush Redwoods at BiomeBase[51]
2013-07-30 18:56:07 [INFO] Adding biome mapping 52 Savanna at BiomeBase[52]
2013-07-30 18:56:07 [INFO] Adding biome mapping 53 Shrubland at BiomeBase[53]
2013-07-30 18:56:07 [INFO] Adding biome mapping 54 Snow Forest at BiomeBase[54]
2013-07-30 18:56:07 [INFO] Adding biome mapping 55 Snowy Rainforest at BiomeBase[55]
2013-07-30 18:56:07 [INFO] Adding biome mapping 56 Temperate Rainforest at BiomeBase[56]
2013-07-30 18:56:07 [INFO] Adding biome mapping 57 Tundra at BiomeBase[57]
2013-07-30 18:56:07 [INFO] Adding biome mapping 58 Wasteland at BiomeBase[58]
2013-07-30 18:56:07 [INFO] Adding biome mapping 59 Woodlands at BiomeBase[59]
2013-07-30 18:56:07 [INFO] Adding biome mapping 70 Twilight Lake at BiomeBase[70]
2013-07-30 18:56:07 [INFO] Adding biome mapping 71 Twilight Forest at BiomeBase[71]
2013-07-30 18:56:07 [INFO] Adding biome mapping 72 Dense Twilight Forest at BiomeBase[72]
2013-07-30 18:56:07 [INFO] Adding biome mapping 73 Highlands at BiomeBase[73]
2013-07-30 18:56:07 [INFO] Adding biome mapping 74 Mushrooms at BiomeBase[74]
2013-07-30 18:56:07 [INFO] Adding biome mapping 75 Twilight Swamp at BiomeBase[75]
2013-07-30 18:56:07 [INFO] Adding biome mapping 76 Twilight Stream at BiomeBase[76]
2013-07-30 18:56:07 [INFO] Adding biome mapping 77 Snowy Forest at BiomeBase[77]
2013-07-30 18:56:07 [INFO] Adding biome mapping 78 Glacier at BiomeBase[78]
2013-07-30 18:56:07 [INFO] Adding biome mapping 79 Twilight Clearing at BiomeBase[79]
2013-07-30 18:56:07 [INFO] Adding biome mapping 80 Clearing Border at BiomeBase[80]
2013-07-30 18:56:07 [INFO] Adding biome mapping 81 Lake Border at BiomeBase[81]
2013-07-30 18:56:07 [INFO] Adding biome mapping 82 Lots of Mushrooms at BiomeBase[82]
2013-07-30 18:56:07 [INFO] Adding biome mapping 83 Major Feature at BiomeBase[83]
2013-07-30 18:56:07 [INFO] Adding biome mapping 84 Minor Feature at BiomeBase[84]
2013-07-30 18:56:07 [INFO] Adding biome mapping 85 Dark Forest at BiomeBase[85]
2013-07-30 18:56:07 [INFO] Adding biome mapping 86 Enchanted Forest at BiomeBase[86]
2013-07-30 18:56:07 [INFO] Adding biome mapping 87 Fire Swamp at BiomeBase[87]
2013-07-30 18:56:07 [INFO] [LWC] An update is available. You are on version "4.3.1". The latest version is: "4.4.0"
2013-07-30 18:56:07 [INFO] [LWC] LWC updates can be found on the Bukkit Dev page at: http://dev.bukkit.org/server-mods/lwc/
 

Cheetohz

New Member
Jul 29, 2019
56
0
0
Now, this is what I find odd, the above is what is contained in the file server.log within the /ftb folder.

When watching console, I receive more/different errors that are omitted in server.log.

Code:
EDITED OUT A BUNCH OF OMNITOOLS WHITELISTS FOR SIZE
 
2013-07-30 18:55:50 [INFO] [IC2] Config loaded from /home/gameserver/FTB/./config/IC2.cfg
2013-07-30 18:55:51 [INFO] [ForgeModLoader] IC2 registered world generator ic2.core.IC2@503eb778
2013-07-30 18:55:51 [INFO] [ForgeModLoader] factorization registered world generator factorization.common.Registry@df419b9
2013-07-30 18:55:52 [INFO] [ExtrabiomesXL]
2013-07-30 18:55:52 [WARNING] [ThermalExpansion] Version Check Failed: https://dl.dropboxusercontent.com/u/57416963/Minecraft/ThermalExpansion/version.txt
2013-07-30 18:55:52 [WARNING] [OmniTools] Version Check Failed: https://dl.dropboxusercontent.com/u/57416963/Minecraft/OmniTools/version.txt
2013-07-30 18:55:52 [INFO] [ForgeModLoader] ExtrabiomesXL registered world generator extrabiomes.module.summa.worldgen.CatTailGenerator@1699da5c
2013-07-30 18:55:52 [INFO] [ForgeModLoader] ExtrabiomesXL registered world generator extrabiomes.module.summa.worldgen.FlowerGenerator@45e8b527
2013-07-30 18:55:52 [INFO] [ForgeModLoader] ExtrabiomesXL registered world generator extrabiomes.module.summa.worldgen.LeafPileGenerator@2cb0f5a7
2013-07-30 18:55:52 [INFO] [ForgeModLoader] ExtrabiomesXL registered world generator extrabiomes.module.summa.worldgen.MarshGenerator@74360e4f
2013-07-30 18:55:52 [INFO] [ForgeModLoader] ExtrabiomesXL registered world generator extrabiomes.module.summa.worldgen.MountainDesertGenerator@219f8528
2013-07-30 18:55:52 [INFO] [ForgeModLoader] ExtrabiomesXL registered world generator extrabiomes.module.summa.worldgen.MountainRidgeGenerator@45a41998
2013-07-30 18:55:52 [INFO] [ForgeModLoader] ExtrabiomesXL registered world generator extrabiomes.module.summa.worldgen.VanillaFloraGenerator@6d947de0
2013-07-30 18:55:52 [INFO] [ForgeModLoader] ExtrabiomesXL registered world generator extrabiomes.module.summa.worldgen.LegendOakGenerator@5b31e5f8
2013-07-30 18:55:52 [INFO] [ExtrabiomesXL] Module CAUTIA is enabled.
2013-07-30 18:55:52 [INFO] [ExtrabiomesXL] Module FABRICA is enabled.
2013-07-30 18:55:52 [INFO] [ExtrabiomesXL] Module AMICA is enabled.
18:55:53 [INFO] GT_Mod: Creating Config Object.
18:55:53 [INFO] GT_Mod: Generating Lang-File
18:55:53 [INFO] GT_Mod: Removing all Scrapbox Drops.
18:55:53 [INFO] GT_Mod: Adding Scrap with a Chance of 200.00F to the Scrapbox Drops.
18:55:53 [INFO] GT_Mod: Preload-Phase finished!
>2013-07-30 18:55:53 [INFO] [MiscPeripherals] Loaded module: ASM
18:55:53 [INFO] IC2 API: Call getItem failed for refinedUranium
>2013-07-30 18:55:53 [INFO] [MiscPeripherals] Loaded module: IC2
2013-07-30 18:55:53 [INFO] [MiscPeripherals] Loaded module: NuclearControl
2013-07-30 18:55:53 [INFO] [MiscPeripherals] Loaded module: MFFS
2013-07-30 18:55:53 [INFO] [MiscPeripherals] Loaded module: GregTech
2013-07-30 18:55:53 [INFO] [MiscPeripherals] Loaded module: AdvancedSolarPanel
2013-07-30 18:55:53 [INFO] [MiscPeripherals] Loaded module: Forestry
2013-07-30 18:55:53 [INFO] [MiscPeripherals] Loaded module: Railcraft
2013-07-30 18:55:53 [INFO] [MiscPeripherals] Loaded module: StevesCarts
2013-07-30 18:55:53 [INFO] [MiscPeripherals] Loaded module: ChickenChunks
2013-07-30 18:55:53 [INFO] [MiscPeripherals] Loaded module: BuildCraftCore
2013-07-30 18:55:53 [INFO] [MiscPeripherals] Loaded module: BuildCraftFactory
2013-07-30 18:55:53 [INFO] [MiscPeripherals] Loaded module: BuildCraftTransport
2013-07-30 18:55:53 [INFO] [MiscPeripherals] Loaded module: EnderStorage
2013-07-30 18:55:53 [INFO] [MiscPeripherals] Loaded module: EE3
2013-07-30 18:55:53 [INFO] [MiscPeripherals] Loaded module: WRCBE
2013-07-30 18:55:53 [INFO] [MiscPeripherals] Loaded module: Factorization
2013-07-30 18:55:53 [INFO] [MiscPeripherals] Loaded module: Thaumcraft
2013-07-30 18:55:53 [INFO] [MiscPeripherals] Loaded module: ThermalExpansion
2013-07-30 18:55:53 [INFO] [MiscPeripherals] Loaded module: PortalGun
2013-07-30 18:55:53 [INFO] [ChargePads] Config loaded from: /home/gameserver/FTB/config/ChargePads.cfg
2013-07-30 18:55:53 [INFO] [GraviGun] [1.4.7v2] Loading properties.
2013-07-30 18:55:54 [INFO] [ForgeModLoader] Thaumcraft registered world generator thaumcraft.common.world.ThaumcraftWorldGenerator@7cef3802
2013-07-30 18:55:54 [INFO] [PortalGun] [1.4.7v5] Loading properties.
2013-07-30 18:55:54 [INFO] [Equivalent Exchange 3] Remote version check disabled, skipping
18:55:54 [INFO] /config/forestry/extrabees/main.conf
18:55:54 [INFO] /config/forestry/extrabees/machines.conf
18:55:54 [INFO] [ModularForceFieldSystem] Loading module for IC2
18:55:54 [INFO] [ModularForceFieldSystem] Loading module for Universal Electricity
18:55:54 [INFO] [ModularForceFieldSystem] Module not loaded: Universal Electricity not found
18:55:54 [INFO] [ModularForceFieldSystem] Loading module for Buildcraft
18:55:54 [INFO] [ModularForceFieldSystem] Loading module for EE3
18:55:54 [INFO] [ModularForceFieldSystem] Loading module for ThermalExpansion
>2013-07-30 18:55:54 [SEVERE] [ForgeModLoader] [Modual ForceField System] cannot read remote Version file!
java.io.FileNotFoundException: https://raw.github.com/Thunderdark/ModularForceFieldSystem/master/src/minecraft/versioninfo
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1623)
        at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
        at java.net.URL.openStream(URL.java:1037)
        at chb.mods.mffs.common.Versioninfo.newestversion(Versioninfo.java:61)
        at chb.mods.mffs.common.ModularForceFieldSystem.preInit(ModularForceFieldSystem.java:251)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:487)
        at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
        at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
        at com.google.common.eventbus.EventBus.post(EventBus.java:268)
        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
        at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
        at com.google.common.eventbus.EventBus.post(EventBus.java:268)
        at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86)
        at cpw.mods.fml.common.Loader.loadMods(Loader.java:505)
        at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
        at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:351)
        at ho.c(DedicatedServer.java:86)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:613)
        at fy.run(ThreadMinecraftServer.java:16)
2013-07-30 18:55:54 [INFO] [ForgeModLoader] [Modstats] Config loaded. allowUpdates: true,  betaNotification: false, strict: false
18:55:55 [INFO] Fluid registration:
18:55:55 [INFO] Liquid Black Dye
>2013-07-30 18:55:55 [INFO] [ObsidiPlates] Config loaded from: /home/gameserver/FTB/config/ObsidiPlates.cfg
2013-07-30 18:55:55 [WARNING] [XyCraft] true
18:55:55 [INFO] Loading properties
18:55:55 [INFO] Default game type: SURVIVAL
18:55:55 [INFO] Generating keypair
18:55:55 [INFO] Starting Minecraft server on *:25565
18:55:55 [INFO] This server is running CraftBukkit version git-MCPC-Plus-jenkins-MCPC-Plus-Legacy-67 (MC: 1.4.7) (Implementing API version 1.4.7-R1.1-SNAPSHOT)
18:55:55 [INFO] Mapping loaded 4 packages, 1997 classes, 2184 fields, 3535 methods, flags 76
18:55:55 [INFO] Loaded inheritance map of 706 classes
18:55:55 [INFO] [PermissionsEx] sql backend registered!
18:55:55 [INFO] [PermissionsEx] file backend registered!
18:55:55 [INFO] [PermissionsEx] PermissionEx plugin initialized.
18:55:56 [INFO] [Modifyworld] Loading Modifyworld v1.19.6
18:55:56 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.6
18:55:56 [INFO] [PermissionsEx] Initializing file backend
18:55:56 [INFO] Permissions file successfully reloaded
18:55:56 [INFO] [WorldEdit] Loading WorldEdit v5.5.7
18:55:56 [INFO] [LWC] Loading LWC v4.3.1 (bMANUAL-git-MANUAL) (February 12, 2013)
18:55:56 [INFO] [Essentials] Loading Essentials v2.11.1
18:55:56 [INFO] [EssentialsXMPP] Loading EssentialsXMPP v2.11.1
18:55:56 [INFO] [EssentialsChat] Loading EssentialsChat v2.11.1
18:55:56 [INFO] [ChatManager] Loading ChatManager v1.19.1
18:55:56 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.11.1
18:55:56 [INFO] [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.11.1
18:55:56 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.11.1
18:55:56 [INFO] [EssentialsGeoIP] Loading EssentialsGeoIP v2.11.1
18:55:56 [INFO] [LWC] Enabling LWC v4.3.1 (bMANUAL-git-MANUAL) (February 12, 2013)
18:55:56 [INFO] [LWC] Connecting to SQLite
18:55:56 [INFO] Loading ComputerCraft v1.5 (rev 887)
18:55:56 [INFO] ComputerCraft: Searching for RedPowerLib...
18:55:56 [INFO] ComputerCraft: RedPowerLib and methods located.
18:55:56 [INFO] Loading CCTurtle v1.5 (rev 887)
>2013-07-30 18:55:56 [INFO] [ForgeModLoader] ThermalExpansion registered world generator cofh.world.WorldHandler@1d93df9a
2013-07-30 18:55:57 [INFO] [ForgeModLoader] ExtrabiomesXL registered world generator extrabiomes.module.cautia.worldgen.QuicksandGenerator@7f1deda0
2013-07-30 18:55:57 [INFO] [ForgeModLoader] Forestry registered world generator forestry.core.WorldGenerator@7f50ea42
2013-07-30 18:55:58 [INFO] [fml.ItemTracker] The mod Railcraft is overwriting existing item at 328 (uv from Minecraft) with railcraft.common.carts.ItemCartVanilla
2013-07-30 18:55:58 [INFO] [fml.ItemTracker] The mod Railcraft is overwriting existing item at 342 (uv from Minecraft) with railcraft.common.carts.ItemCartVanilla
2013-07-30 18:55:58 [INFO] [fml.ItemTracker] The mod Railcraft is overwriting existing item at 343 (uv from Minecraft) with railcraft.common.carts.ItemCartVanilla
 
EDITED OUT A BUNCH OF FLUID REGISTRATIONS FOR SIZE
 
>2013-07-30 18:55:58 [INFO] [ForgeModLoader] RedPowerWorld registered world generator com.eloraam.redpower.world.WorldGenHandler@60afb304
18:55:58 [INFO] GT_Mod: Beginning Load-Phase.
18:55:58 [INFO] GT_Mod: Adding Blocks.
18:55:58 [INFO] GT_Mod: Register OreDict Entries of Non-GT-Items.
18:55:58 [INFO] GT_Mod: Register Unification Entries
18:55:58 [INFO] GT_Mod: Register other Mods Unification Targets.
18:55:58 [INFO] GT_Mod: Register TileEntities.
18:55:58 [INFO] GT_Mod: Register MetaTileEntities.
18:55:58 [INFO] GT_Mod: Register Armor Textures.
18:55:58 [INFO] GT_Mod: Register Meta-ID Items.
18:55:58 [INFO] GT_Mod: Adding All Sub-Items with their OreDict and LiquidDict Entries.
 
EDITED OUT A BUNCH OF FLUID REGISTRATIONS FOR SIZE
 
18:55:59 [INFO] GT_Mod: Trying to add Nuclear Control Sensor Kit/Card...
18:55:59 [INFO] GT_Mod: ...succeeded.
18:55:59 [INFO] GT_Mod: Register Regular Items.
18:55:59 [INFO] GT_Mod: Hiding certain Items from NEI.
18:55:59 [INFO] GT_Mod: Register regular Item Names.
18:55:59 [INFO] GT_Mod: Registering GT/IC2-Circuitry and similar to the OreDict.
18:55:59 [INFO] GT_Mod: Register colors to the OreDict.
18:55:59 [INFO] GT_Mod: Load-Phase finished!
>2013-07-30 18:55:59 [SEVERE] [ForgeModLoader] [AppEng] Starting Applied Energistics
2013-07-30 18:55:59 [INFO] [ForgeModLoader] AppliedEnergistics registered world generator appeng.common.AppEng@70533bef
2013-07-30 18:55:59 [INFO] [ForgeModLoader] FlatBedrock registered world generator powercrystals.flatbedrock.FlatBedrockWorldGen@46d76db1
2013-07-30 18:55:59 [INFO] [fml.ItemTracker] The mod MFReloaded is overwriting existing item at 102 (amp from Minecraft) with vq
2013-07-30 18:55:59 [INFO] [fml.ItemTracker] The mod MFReloaded is overwriting existing item at 79 (akr from Minecraft) with powercrystals.minefactoryreloaded.decorative.ItemBlockVanillaIce
2013-07-30 18:55:59 [INFO] [ForgeModLoader] MFReloaded registered world generator powercrystals.minefactoryreloaded.world.MineFactoryReloadedWorldGen@16917fd7
2013-07-30 18:55:59 [WARNING] [ForgeModLoader] Pam's HC base missing - MFR Pam HC Compat not loading
2013-07-30 18:55:59 [WARNING] [ForgeModLoader] Pam's Weee! Flowers missing - MFR Pam Weee! Flowers Compat not loading
2013-07-30 18:55:59 [WARNING] [ForgeModLoader] Sufficient Biomes missing - MFR Sufficient Biomes Compat not loading
 
EDITED OUT A BUNCH OF FLUID REGISTRATIONS FOR SIZE
 
>2013-07-30 18:55:59 [INFO] [ForgeModLoader] XyCraftWorld registered world generator soaryn.xycraft.world.gen.WorldPopulator@29141b20
2013-07-30 18:55:59 [INFO] [ForgeModLoader] NetherOres registered world generator powercrystals.netherores.NetherOresWorldGenHandler@20d03f91
2013-07-30 18:55:59 [INFO] [PortalGun] [1.4.7v5] Added macerator recipe for ender pearl dust.
2013-07-30 18:56:00 [INFO] [ForgeModLoader] ModularForceFieldSystem registered world generator chb.mods.mffs.common.MFFSWorldGenerator@1823b59d
2013-07-30 18:56:00 [INFO] [PetroGen] Adding fuel tile.oilStill (ID: 255) => Potential: 30000, Power: 10
2013-07-30 18:56:00 [INFO] [PetroGen] Adding fuel item.fuel (ID: 4064) => Potential: 300000, Power: 25
2013-07-30 18:56:00 [INFO] [PetroGen] TrainCraft NOT found.. do nothing.
2013-07-30 18:56:00 [INFO] [ForgeModLoader] [ThaumicBees] Attempting to get Forestry's item graphics file...
2013-07-30 18:56:00 [INFO] [ThermalExpansion] Buildcraft Triggers Registered: 8
2013-07-30 18:56:00 [INFO] [IC2] Loading IC2 submodule: bcIntegration32x
2013-07-30 18:56:00 [INFO] [IC2] BuildCraft integration: Railcraft integration loaded
2013-07-30 18:56:00 [INFO] [IC2] BuildCraft 3.2 integration module loaded
2013-07-30 18:56:00 [INFO] [IC2] Loaded minor compatibility modules: none
2013-07-30 18:56:00 [INFO] [ForgeModLoader] [TwilightForest] Loaded ThaumcraftApi integration.
2013-07-30 18:56:00 [INFO] [ForgeModLoader] ExtrabiomesXL registered world generator extrabiomes.module.amica.buildcraft.OilGenerator@6a1f2367
2013-07-30 18:56:00 [INFO] [ExtrabiomesXL] Successfully Loaded.
2013-07-30 18:56:00 [WARNING] [ForgeModLoader] Could not load forestry config, due to java reflection failing!
beeBreedingMode
 
EDITED OUT A BUNCH OF FLUID REGISTRATIONS FOR SIZE
 
>2013-07-30 18:56:01 [INFO] [Forestry] Skipping CraftGuide integration.
18:56:01 [INFO] Fluid registration:
18:56:01 [INFO] mead
>2013-07-30 18:56:01 [WARNING] [ForgeModLoader] Couldn't find vanilla template - forestry.speciesFestive
18:56:01 [INFO] GT_Mod: Beginning PostLoad-Phase.
18:56:01 [INFO] GT_Mod: Initializing Proxy.
>2013-07-30 18:56:01 [INFO] [ForgeModLoader] GregTech_Addon registered world generator gregtechmod.common.GT_Worldgenerator@28d459c6
18:56:01 [INFO] GT_Mod: Checking if Items got Overloaded.
18:56:01 [INFO] GT_Mod: Scanning for certain kinds of compatible Machineblocks.
18:56:01 [INFO] GT_Mod: Adding Food Recipes to the Automatic Canning Machine. (also during the following Item Iteration)
18:56:01 [INFO] GT_Mod: Scanning ItemList.
18:56:01 [INFO] GT_Mod: Getting Storage Blocks of Redpower for the OreDictUnification.
18:56:01 [INFO] GT_Mod: Grabbing Liquids of other Mods to register Liquid Cells, and adding Liquid Transposer Recipes for them
18:56:01 [INFO] GT_Mod: Initializing various Fuels.
18:56:01 [INFO] GT_Mod: Changing maximum Stacksizes if configured.
18:56:01 [INFO] GT_Mod: Adding Dungeon Loot.
18:56:01 [INFO] GT_Mod: Adding non-OreDict Machine Recipes.
18:56:01 [INFO] GT_Mod: Adding Stuff to the Recycler Blacklist.
18:56:01 [INFO] GT_Mod: (re-)adding Scrapbox Drops.
18:56:01 [INFO] GT_Mod: Adding Slab Recipes.
18:56:01 [INFO] GT_Mod: Adding Wool and Color releated Recipes.
18:56:01 [INFO] GT_Mod: Adding 'The holy Planks of Sengir'.
18:56:01 [INFO] GT_Mod: Nerfing Forestrys invalid Bronze Recipe (even though it's still logical, seeing the amount of Ingots, but IC added Bronze first, so...).
18:56:01 [INFO] GT_Mod: Adding Mixed Metal Ingot Recipes.
18:56:01 [INFO] GT_Mod: Adding Rolling Machine Recipes.
18:56:01 [INFO] GT_Mod: Beginning to add regular Crafting Recipes.
18:56:01 [INFO] GT_Mod: Applying harder Recipes for Electric Tools and several Blocks.
18:56:01 [INFO] GT_Mod: Removing Q-Armor Recipes if configured.
18:56:01 [INFO] GT_Mod: Removing Mass Fabricator Recipe if configured.
18:56:01 [INFO] GT_Mod: Adding/Removing/Overloading UUM Recipes.
18:56:01 [INFO] GT_Mod: Adding all the Reverse Recipes for the Furnace/Macerator/Sawmill.
18:56:02 [INFO] GT_Mod: Adding JackHammer minable Blocks.
18:56:02 [INFO] GT_Mod: Adding Glowstone and Soulsand to the miners Valuable List.
18:56:02 [INFO] GT_Mod: Activating OreDictionary Handler
18:56:02 [INFO] You get less Cells, than you put in? My Machines usually don't destroy Cells. item.itemIngotUran / item.itemCellEmpty
18:56:02 [INFO] Thingy Name: aquaRegia !!!Unknown 'Thingy' detected!!! This Object seems to probably not follow a valid OreDictionary Convention, or I missed a Convention. Please report to GregTech Intergalactical for additional compatiblity. This is not an Error, it's just an Information.
>2013-07-30 18:56:03 [WARNING] [ThermalExpansion] A mod attempted to overwrite a Pulverizer recipe. To allow this, enable the functionality in your configuration file.
2013-07-30 18:56:03 [WARNING] [ThermalExpansion] A mod attempted to overwrite a Pulverizer recipe. To allow this, enable the functionality in your configuration file.
2013-07-30 18:56:03 [WARNING] [ThermalExpansion] A mod attempted to overwrite a Pulverizer recipe. To allow this, enable the functionality in your configuration file.
2013-07-30 18:56:03 [WARNING] [ThermalExpansion] A mod attempted to overwrite a Pulverizer recipe. To allow this, enable the functionality in your configuration file.
2013-07-30 18:56:03 [WARNING] [ThermalExpansion] A mod attempted to overwrite a Pulverizer recipe. To allow this, enable the functionality in your configuration file.
18:56:04 [INFO] You get less Cells, than you put in? My Machines usually don't destroy Cells. item.GT_Dusts.16 / item.itemCellEmpty
18:56:04 [INFO] Item Name: itemSuperconductor !!!Unknown Item detected!!! Please report to GregTech Intergalactical for additional compatiblity. This is not an Error, it's just an Information.
18:56:04 [INFO] Thingy Name: shardDiamond !!!Unknown 'Thingy' detected!!! This Object seems to probably not follow a valid OreDictionary Convention, or I missed a Convention. Please report to GregTech Intergalactical for additional compatiblity. This is not an Error, it's just an Information.
18:56:04 [INFO] Thingy Name: shardEmerald !!!Unknown 'Thingy' detected!!! This Object seems to probably not follow a valid OreDictionary Convention, or I missed a Convention. Please report to GregTech Intergalactical for additional compatiblity. This is not an Error, it's just an Information.
18:56:04 [INFO] Thingy Name: brickXyEngineering !!!Unknown 'Thingy' detected!!! This Object seems to probably not follow a valid OreDictionary Convention, or I missed a Convention. Please report to GregTech Intergalactical for additional compatiblity. This is not an Error, it's just an Information.
18:56:04 [INFO] GT_Mod: Iterating through the Seed-List of ForgeHooks, with a brilliant and 100% Invocation-free Method, to add Recipes for gaining Seed Oil from Seeds.
18:56:04 [INFO] GT_Mod: Iterating through the Grass-Flower-List of ForgeHooks, with a brilliant and 100% Invocation-free Method, to add Extractor Recipes for gaining more Dye from Flowers and also Compression Recipes for Plantballs.
18:56:04 [INFO] GT_Mod: Forestry was properly loaded, so the Seed Recipes got added to the Squeezer.
18:56:04 [INFO] GT_Mod: Adding Default Description Set of the Computer Cube
18:56:04 [INFO] GT_Mod: Saving Lang File now.
18:56:04 [INFO] GT_Mod: PostLoad-Phase finished!
>2013-07-30 18:56:04 [INFO] [MiscPeripherals] Loaded 10 demo files
2013-07-30 18:56:04 [SEVERE] [ForgeModLoader] [AppEng] LP Integration Disabled.
18:56:04 [INFO] Fluid registration:
18:56:04 [INFO] sludge
18:56:04 [INFO] Fluid registration:
18:56:04 [INFO] sewage
18:56:04 [INFO] Fluid registration:
18:56:04 [INFO] mobEssence
18:56:05 [INFO] Xeno's Reliquary loaded.
>2013-07-30 18:56:05 [INFO] [Equivalent Exchange 3] Loaded RP2 World addon
2013-07-30 18:56:05 [INFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 89 mods
18:56:05 [INFO] Preparing level "world"
18:56:05 [INFO] Registered command debug with permission node vanilla.command.debug
>2013-07-30 18:56:05 [INFO] [ForgeModLoader] Loading dimension 0 (world) (ho@31417dd9)
2013-07-30 18:56:05 [INFO] [ForgeModLoader] Loading dimension 7 (DIM7) (ho@31417dd9)
2013-07-30 18:56:05 [INFO] [ForgeModLoader] [TwilightForest] Loaded feature cache with 26122 chunks present.
2013-07-30 18:56:05 [INFO] [ForgeModLoader] Loading dimension 1 (DIM1) (ho@31417dd9)
2013-07-30 18:56:05 [INFO] [ForgeModLoader] Loading dimension -1 (DIM-1) (ho@31417dd9)
18:56:05 [INFO] Preparing start region for level 0 (Dimension: 0, Seed: -3534570868538538017)
18:56:06 [INFO] Preparing start region for level 1 (Dimension: 7, Seed: 8068432531888929460)
18:56:06 [INFO] Preparing start region for level 2 (Dimension: 1, Seed: 8068432531888929460)
18:56:06 [INFO] Preparing start region for level 3 (Dimension: -1, Seed: 8068432531888929460)
18:56:06 [INFO] [Modifyworld] Enabling Modifyworld v1.19.6
18:56:06 [INFO] [Modifyworld] Modifyworld enabled!
18:56:06 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.6
18:56:06 [INFO] [PermissionsEx] Superperms support enabled.
18:56:06 [INFO] [PermissionsEx] v1.19.6 enabled
18:56:06 [INFO] [WorldEdit] Enabling WorldEdit v5.5.7
18:56:06 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
18:56:06 [INFO] [Essentials] Enabling Essentials v2.11.1
18:56:06 [INFO] Bukkit version format changed. Version not checked.
18:56:06 [INFO] git-MCPC-Plus-jenkins-MCPC-Plus-Legacy-67 (MC: 1.4.7)
18:56:06 [INFO] 1.4.7-R1.1-SNAPSHOT
18:56:06 [INFO] Essentials: Using PermissionsEx based permissions.
18:56:06 [INFO] [EssentialsXMPP] Enabling EssentialsXMPP v2.11.1
18:56:07 [INFO] Connecting to xmpp server 127.0.0.1:5222 as user minecraft.
18:56:07 [INFO] [EssentialsChat] Enabling EssentialsChat v2.11.1
18:56:07 [INFO] [ChatManager] Enabling ChatManager v1.19.1
18:56:07 [INFO] [ChatManager] ChatManager disabled. Check config.yml!
18:56:07 [INFO] [ChatManager] Disabling ChatManager v1.19.1
18:56:07 [INFO] [ChatManager] ChatManager disabled!
18:56:07 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.11.1
18:56:07 [INFO] [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.11.1
18:56:07 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.11.1
18:56:07 [INFO] [EssentialsGeoIP] Enabling EssentialsGeoIP v2.11.1
18:56:07 [INFO] [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
18:56:07 [INFO] Server permissions file permissions.yml is empty, ignoring it
18:56:07 [INFO] Done (2.030s)! For help, type "help" or "?"
18:56:07 [INFO] Registered command cofh with permission node cofh.command.CommandCoFH
18:56:07 [INFO] Registered command buildcraft with permission node buildcraft.core.CommandBuildCraft
18:56:07 [INFO] Registered command namesculpture with permission node factorization.common.NameClayCommand
18:56:07 [INFO] Registered command beekeeping with permission node forestry.apiculture.CommandBeekeepingMode
18:56:07 [INFO] Registered command givedrone with permission node forestry.apiculture.CommandGiveBee
18:56:07 [INFO] Registered command giveprincess with permission node forestry.apiculture.CommandGiveBee
18:56:07 [INFO] Registered command givequeen with permission node forestry.apiculture.CommandGiveBee
18:56:07 [INFO] Registered command spawntree with permission node forestry.arboriculture.CommandSpawnTree
18:56:07 [INFO] Registered command spawnforest with permission node forestry.arboriculture.CommandSpawnForest
18:56:07 [INFO] Registered command forestry with permission node forestry.core.CommandForestry
18:56:07 [INFO] Registered command mail with permission node forestry.mail.CommandMail
18:56:07 [INFO] Registered command chunkloaders with permission node codechicken.chunkloader.CommandChunkLoaders
18:56:07 [INFO] Registered command ccdebug with permission node codechicken.chunkloader.CommandDebugInfo
18:56:07 [INFO] Registered command pg with permission node portalgun.common.core.CommandPortalGun
18:56:07 [INFO] Registered command ee3 with permission node com.pahimar.ee3.command.CommandEE
18:56:07 [INFO] Registered command f with permission node factorization.misc.MiscellaneousNonsense$FogCommand
18:56:07 [INFO] Registered command tpx with permission node com.xcompwiz.mystcraft.command.CommandTPX
18:56:07 [INFO] Registered command myst-create with permission node com.xcompwiz.mystcraft.command.CommandCreateDim
18:56:07 [INFO] Registered command myst-agebook with permission node com.xcompwiz.mystcraft.command.CommandCreateAgebook
18:56:07 [INFO] Registered command myst-toggleworldinstability with permission node com.xcompwiz.mystcraft.command.CommandToggleWorldInstability
18:56:07 [INFO] Registered command toggledownfall with permission node com.xcompwiz.mystcraft.command.CommandToggleDownfall
18:56:07 [INFO] Registered command time with permission node com.xcompwiz.mystcraft.command.CommandTime
18:56:07 [INFO] Registered command myst-permissions with permission node com.xcompwiz.mystcraft.command.CommandMystPermissions
18:56:07 [INFO] Registered command srm-show with permission node com.github.AbrarSyed.SecretRooms.common.CommandShow
18:56:07 [INFO] Registered command freq with permission node codechicken.wirelessredstone.core.CommandFreq
>2013-07-30 18:56:07 [INFO] [PortalGun] [1.4.7v5] Loading world properties.
18:56:07 [INFO] Loading NEI
 
EDITED OUT A BUNCH OF BIOME MAPPINGS FOR SIZE
 
18:56:07 [INFO] [LWC] An update is available. You are on version "4.3.1". The latest version is: "4.4.0"
18:56:07 [INFO] [LWC] LWC updates can be found on the Bukkit Dev page at: http://dev.bukkit.org/server-mods/lwc/
>
 

TheMap

Member
Jul 29, 2019
175
0
11
I would expect this is a MCPC+ error incompatibility. But its late and i only browsed the errors.

Also is your name Lolhazard?
 

Cheetohz

New Member
Jul 29, 2019
56
0
0
Yep, that is caused when not using the MCPC+ patched LWC. You can use my direct download: https://docs.google.com/file/d/0B4F_Bf6ekfCoQy05am55RnZqYWM/edit?usp=sharing or you can get it from here: http://mcportcentral.co.za/wiki/index.php?title=Mods_and_Plugins_for_1.4.7

Thanks, only issue that still exists is listed below. No players were on, this was at least 4 hours after last player logged off...

Code:
04:38:30 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at lq.a(Entity.java:2528)
        at pu.j_(EntityLightningBolt.java:163)
        at yc.h(World.java:2466)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 12 more
04:38:30 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at lq.a(Entity.java:2528)
        at pu.j_(EntityLightningBolt.java:163)
        at yc.h(World.java:2466)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 12 more
04:38:30 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at lq.a(Entity.java:2528)
        at pu.j_(EntityLightningBolt.java:163)
        at yc.h(World.java:2466)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 12 more
04:38:30 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at lq.a(Entity.java:2528)
        at pu.j_(EntityLightningBolt.java:163)
        at yc.h(World.java:2466)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 12 more
04:38:30 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at lq.a(Entity.java:2528)
        at pu.j_(EntityLightningBolt.java:163)
        at yc.h(World.java:2466)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 12 more
04:38:30 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at lq.a(Entity.java:2528)
        at pu.j_(EntityLightningBolt.java:163)
        at yc.h(World.java:2466)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 12 more
04:38:30 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at lq.a(Entity.java:2528)
        at pu.j_(EntityLightningBolt.java:163)
        at yc.h(World.java:2466)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 12 more
04:38:30 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at lq.a(Entity.java:2528)
        at pu.j_(EntityLightningBolt.java:163)
        at yc.h(World.java:2466)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 12 more
04:38:30 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at lq.a(Entity.java:2528)
        at pu.j_(EntityLightningBolt.java:163)
        at yc.h(World.java:2466)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 12 more
 

Cheetohz

New Member
Jul 29, 2019
56
0
0
Issue is irrelevant at this point, I am updating to Unleased tonight. But if anyone has the answer, please feel free to post as it may help others who stumble across this in the future.
 

Jared39

New Member
Jul 29, 2019
125
0
0
Thanks, only issue that still exists is listed below. No players were on, this was at least 4 hours after last player logged off...

Code:
04:38:30 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at lq.a(Entity.java:2528)
        at pu.j_(EntityLightningBolt.java:163)
        at yc.h(World.java:2466)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 12 more
04:38:30 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at lq.a(Entity.java:2528)
        at pu.j_(EntityLightningBolt.java:163)
        at yc.h(World.java:2466)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 12 more
04:38:30 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at lq.a(Entity.java:2528)
        at pu.j_(EntityLightningBolt.java:163)
        at yc.h(World.java:2466)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 12 more
04:38:30 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at lq.a(Entity.java:2528)
        at pu.j_(EntityLightningBolt.java:163)
        at yc.h(World.java:2466)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 12 more
04:38:30 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at lq.a(Entity.java:2528)
        at pu.j_(EntityLightningBolt.java:163)
        at yc.h(World.java:2466)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 12 more
04:38:30 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at lq.a(Entity.java:2528)
        at pu.j_(EntityLightningBolt.java:163)
        at yc.h(World.java:2466)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 12 more
04:38:30 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at lq.a(Entity.java:2528)
        at pu.j_(EntityLightningBolt.java:163)
        at yc.h(World.java:2466)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 12 more
04:38:30 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at lq.a(Entity.java:2528)
        at pu.j_(EntityLightningBolt.java:163)
        at yc.h(World.java:2466)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 12 more
04:38:30 [SEVERE] Could not pass event EntityDamageByEntityEvent to EssentialsProtect v2.11.1
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at lq.a(Entity.java:2528)
        at pu.j_(EntityLightningBolt.java:163)
        at yc.h(World.java:2466)
        at in.h(WorldServer.java:701)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:845)
        at ho.r(DedicatedServer.java:309)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
        at fy.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/minecart/ExplosiveMinecart
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onEntityDamage(EssentialsProtectEntityListener.java:107)
        at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
        ... 12 more
That error happens to me quite often, not with the same plugin of course. I don't think there is a fix for this, however the error has not impacted anything on my server.
 

cjm721

New Member
Jul 29, 2019
734
0
1
The original issue was due to using LWC made for 1.5 on a 1.4.7 server. So that original version should work with 1.5 (just not with the upgraded features of the MCPC version)