So my end goal here is to get a TekkitLite server running with the Multiverse-2.5 Bukkit plugin
I can successfully start a TekkitLite server by itself.
From what I understand I need to use the MCPC+ jar instead of the TekkitLite jar when starting the server.
I've tried this using the latest (as of now) successfully built jar from http://ci.md-5.net/job/MCPC-Plus/
mcpc-plus-1.6.2-R0.1-forge804-B39.jar
I launched the server with the following command:
java -Xmx3G -Xms2G -jar mcpc-plus-1.6.2-R0.1-forge804-B39.jar nogui
but, the server never starts due to a MissingModsException, it can't seem to find PowerCrystalsCore, even though it is specifically there.
2013-08-05 15:23:17 [sEVERE] [ForgeModLoader] The mod FlatBedrock (FlatBedrock) requires mods [PowerCrystalsCore] to be available
15:23:17 [sEVERE] cpw.mods.fml.common.MissingModsException
15:23:17 [sEVERE] at cpw.mods.fml.common.Loader.sortModList(Loader.java:228)
15:23:17 [sEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
15:23:17 [sEVERE] at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
15:23:17 [sEVERE] at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
15:23:17 [sEVERE] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:92)
15:23:17 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:596)
15:23:17 [sEVERE] at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
15:23:17 [sEVERE] Encountered an unexpected exception MissingModsException
cpw.mods.fml.common.MissingModsException
at cpw.mods.fml.common.Loader.sortModList(Loader.java:228)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:92)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:596)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
minecraft/coremods
[1.4.6]TreeCapitator.Forge.1.4.6.r07.Uni.CoreMod.jar
CodeChickenCore 0.7.3.jar
NotEnoughItems 1.4.7.0.jar
PowerCrystalsCore-1.0.3-34.jar
minecraft/mods
[1.4.7]bspkrsCorev2.02.zip
AdditionalPipes2.1.3u42-BC3.4.2-MC1.4.7.jar
AdvancedMachines_1.4.6.zip
AdvancedPowerManagement-1.1.55-IC2_1.112.jar
adv-repulsion-systems-52.0.6.jar
appeng-rv9-i.zip
buildcraft-A-3.4.3.jar
ChickenChunks 1.3.1.0.jar
CoFHCore-1.4.7.3.zip
compactsolars-universal-1.4.7-4.0.3.29.zip
ComputerCraft1.5.zip
dimensional-anchor-52.2.0.jar
DimensionalDoors-1.4.7 v1.3.2.zip
ee3-universal-pre1f.jar
EnderStorage 1.4.1.2.jar
Factorization-0.7.21.jar
FlatBedrock_1.0.3.zip
IC2NuclearControl-1.4.6.zip
immibis-core-52.4.6.jar
industrialcraft-2_1.115.231-lf.jar
ironchest-universal-1.4.7-5.1.0.275.zip
LogisticsPipes-MC1.4.7-0.7.0.96.jar
MineFactoryReloaded-2.3.2-287.jar
ModularPowersuits-0.3.2-199.jar
mystcraft-uni-1.4.7-0.10.1.00.zip
nei_plugins-1.0.4.5a.jar
NEI_RedPowerPlugin 1.4.3.1.jar
NetherOres-2.0.6-32.jar
OCSLua/
OmniTools-3.0.4.zip
OpenCCSensors-0.1.4b.zip
PowerConverters-2.2.2-29.jar
RedPowerCompat-2.0pr6.zip
RedPowerCore-2.0pr6.zip
RedPowerDigital-2.0pr6.zip
RedPowerMechanical-2.0pr6.zip
StevesCarts2.0.0.a62.zip
ThermalExpansion-2.2.2.2.zip
tubestuff-52.3.2.jar
weaponmod/
Weaponmod.zip
WR-CBE Addons 1.3.2.8.jar
WR-CBE Core 1.3.2.8.jar
WR-CBE RedPower 1.3.2.8.jar
I'm at a loss on how to get the server started with MCPC+
I haven't had a change to try to get Multiverse working since I cannot even start the server.
I do hear that I will need to remove ChickenChunks and DimensionalDoors to get Mutliverse to work correctly.
Am I missing something simple here? or is this just a problem with incompatible versions or something?