- What OS are you running?
- Are you using minecraft hosting provider or a dedicated/local server not designed for minecraft?
- What version of FTB are you using? (Dont just say latest tell us the version)
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?
MCPC+, PermissionsEX, Essentials, EssentialsExtras(protect,antibuild,etc...), EssentialsXMPP, EssentialsGeoIP, LWC, worldedit
- What are your server specs?
- A good detailed paragraph about the problem
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.