michaelpalmer7 Posted July 29, 2014 Posted July 29, 2014 Hi All, I am trying to work out how to add the spam craft mod to my server, I have used it single player but on my server admin page it is not an available mod pack to install. Has anyone done this? Thanks Michael
Discord Moderator plowmanplow Posted July 30, 2014 Discord Moderator Posted July 30, 2014 I assume you are referring to a modpack created and maintained by someone else? Without a link to the modpack in question it is impossible to say for sure, but most pack creators do not include server downloads for their modpacks. You could obviously do this yourself since converting a (well made) client modpack into a server is a fairly trivial process. michaelpalmer7 1
michaelpalmer7 Posted July 30, 2014 Author Posted July 30, 2014 Thanks for the feedback I have added the link below: http://www.technicpack.net/modpack/details/spamcraft-pack-164.200854 I assume it is a case of merging folders from a working mine craft server with the folders in the app data folder created when installing the single player mod pack. The 'mods' folder seems quite obvious however it would be useful to understand anything else that may need to be changed I.e. Configs, other folders etc. I will have a play tonight anyway. Thanks
Discord Moderator plowmanplow Posted July 30, 2014 Discord Moderator Posted July 30, 2014 Install Forge or Cauldron for your version of Forge/MC into a folder. We'll call this SERVER. Copy config and mods folders from the client to SERVER. Remove all client-only mods from SERVERmods (that pack has quite a few). Launch server. Other than that, this thread may help: '?do=embed' frameborder='0' data-embedContent>>
michaelpalmer7 Posted August 1, 2014 Author Posted August 1, 2014 (edited) Thanks for the feedback, tried this today and got the following crash report: 2014-08-01 15:41:06 [iNFO] [Calclavia Core] Found method func_76592_a 2014-08-01 15:41:06 [iNFO] [Calclavia Core] Injected instruction to method: func_76592_a 2014-08-01 15:41:08 [iNFO] Galacticraft ignored dynamic interface insertion since "IC2" was not found. 2014-08-01 15:41:08 [iNFO] Galacticraft added interface "buildcraft/api/power/IPowerReceptor" dynamically from "BuildCraft|Energy" to class "micdoodle8/mods/galacticraft/core/tile/GCCoreTileEntityUniversalElectrical". 2014-08-01 15:41:08 [iNFO] Galacticraft added interface "cofh/api/energy/IEnergyHandler" dynamically from "ThermalExpansion" to class "micdoodle8/mods/galacticraft/core/tile/GCCoreTileEntityUniversalElectrical". 2014-08-01 15:41:08 [iNFO] Galacticraft successfully injected bytecode into: micdoodle8/mods/galacticraft/core/tile/GCCoreTileEntityUniversalElectrical (2) 2014-08-01 15:41:08 [iNFO] Galacticraft ignored dynamic interface insertion since "IC2" was not found. 2014-08-01 15:41:08 [iNFO] Galacticraft ignored dynamic interface insertion since "Mekanism" was not found. 2014-08-01 15:41:08 [iNFO] Galacticraft ignored dynamic interface insertion since "Mekanism" was not found. 2014-08-01 15:41:08 [iNFO] Galacticraft ignored dynamic interface insertion since "IC2" was not found. 2014-08-01 15:41:08 [iNFO] Galacticraft added interface "buildcraft/api/power/IPowerReceptor" dynamically from "BuildCraft|Energy" to class "micdoodle8/mods/galacticraft/core/tile/GCCoreTileEntityUniversalConductor". 2014-08-01 15:41:08 [iNFO] Galacticraft added interface "cofh/api/energy/IEnergyHandler" dynamically from "ThermalExpansion" to class "micdoodle8/mods/galacticraft/core/tile/GCCoreTileEntityUniversalConductor". 2014-08-01 15:41:08 [iNFO] Galacticraft ignored dynamic interface insertion since "Mekanism" was not found. 2014-08-01 15:41:08 [iNFO] Galacticraft successfully injected bytecode into: micdoodle8/mods/galacticraft/core/tile/GCCoreTileEntityUniversalConductor (2) 2014-08-01 15:41:08 [iNFO] Galacticraft added interface "buildcraft/api/tools/IToolWrench" dynamically from "BuildCraft|Core" to class "micdoodle8/mods/galacticraft/core/items/GCCoreItemWrench". 2014-08-01 15:41:08 [iNFO] Galacticraft successfully injected bytecode into: micdoodle8/mods/galacticraft/core/items/GCCoreItemWrench (1) 2014-08-01 15:41:08 [iNFO] Galacticraft ignored dynamic interface insertion since "ICBM|Explosion" was not found. 2014-08-01 15:41:08 [iNFO] Galacticraft ignored dynamic interface insertion since "ICBM|Explosion" was not found. 2014-08-01 15:41:08 [iNFO] Galacticraft ignored dynamic interface insertion since "ICBM|Explosion" was not found. 2014-08-01 15:41:08 [iNFO] [universal Electricity] Injected universalelectricity.core.asm.template.tile.TemplateICTile API into: mffs/base/TileMFFSElectrical 2014-08-01 15:41:08 [iNFO] [universal Electricity] Injected universalelectricity.core.asm.template.tile.TemplateBCTile API into: mffs/base/TileMFFSElectrical 2014-08-01 15:41:08 [iNFO] [universal Electricity] Injected universalelectricity.core.asm.template.tile.TemplateTETile API into: mffs/base/TileMFFSElectrical 2014-08-01 18:14:39 [iNFO] Starting minecraft server version 1.6.4 2014-08-01 18:14:40 [iNFO] MinecraftForge v 2014-08-01 18:14:40 [iNFO] 9.11.1.965 2014-08-01 18:14:40 [iNFO] Initialized 2014-08-01 18:14:40 [iNFO] Replaced 111 ore recipies 2014-08-01 18:14:48 [sEVERE] cpw.mods.fml.common.DuplicateModsFoundException 2014-08-01 18:14:48 [sEVERE] at cpw.mods.fml.common.Loader.identifyDuplicates(Loader.java:396) 2014-08-01 18:14:48 [sEVERE] at cpw.mods.fml.common.Loader.identifyMods(Loader.java:354) 2014-08-01 18:14:48 [sEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:484) 2014-08-01 18:14:48 [sEVERE] at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) 2014-08-01 18:14:48 [sEVERE] at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350) 2014-08-01 18:14:48 [sEVERE] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:92) 2014-08-01 18:14:48 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:630) 2014-08-01 18:14:48 [sEVERE] at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16) 2014-08-01 18:14:48 [sEVERE] Encountered an unexpected exception DuplicateModsFoundException cpw.mods.fml.common.DuplicateModsFoundException at cpw.mods.fml.common.Loader.identifyDuplicates(Loader.java:396) at cpw.mods.fml.common.Loader.identifyMods(Loader.java:354) at cpw.mods.fml.common.Loader.loadMods(Loader.java:484) at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) 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:630) at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16) 2014-08-01 18:14:48 [sEVERE] This crash report has been saved to: /home/thomas336/NN73210895/./crash-reports/crash-2014-08-01_18.14.48-server.txt 2014-08-01 18:22:32 [iNFO] Starting minecraft server version 1.6.4 2014-08-01 18:22:32 [iNFO] MinecraftForge v 2014-08-01 18:22:32 [iNFO] 9.11.1.965 2014-08-01 18:22:32 [iNFO] Initialized 2014-08-01 18:22:32 [iNFO] Replaced 111 ore recipies 2014-08-01 18:22:40 [sEVERE] cpw.mods.fml.common.DuplicateModsFoundException 2014-08-01 18:22:40 [sEVERE] at cpw.mods.fml.common.Loader.identifyDuplicates(Loader.java:396) 2014-08-01 18:22:40 [sEVERE] at cpw.mods.fml.common.Loader.identifyMods(Loader.java:354) 2014-08-01 18:22:40 [sEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:484) 2014-08-01 18:22:40 [sEVERE] at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) 2014-08-01 18:22:40 [sEVERE] at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350) 2014-08-01 18:22:40 [sEVERE] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:92) 2014-08-01 18:22:40 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:630) 2014-08-01 18:22:40 [sEVERE] at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16) 2014-08-01 18:22:40 [sEVERE] Encountered an unexpected exception DuplicateModsFoundException cpw.mods.fml.common.DuplicateModsFoundException at cpw.mods.fml.common.Loader.identifyDuplicates(Loader.java:396) at cpw.mods.fml.common.Loader.identifyMods(Loader.java:354) at cpw.mods.fml.common.Loader.loadMods(Loader.java:484) at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) 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:630) at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16) 2014-08-01 18:22:40 [sEVERE] This crash report has been saved to: /home/thomas336/NN73210895/./crash-reports/crash-2014-08-01_18.22.40-server.txt 2014-08-01 18:23:44 [iNFO] Starting minecraft server version 1.6.4 2014-08-01 18:23:44 [iNFO] MinecraftForge v 2014-08-01 18:23:44 [iNFO] 9.11.1.965 2014-08-01 18:23:44 [iNFO] Initialized 2014-08-01 18:23:45 [iNFO] Replaced 111 ore recipies 2014-08-01 18:23:53 [sEVERE] cpw.mods.fml.common.DuplicateModsFoundException 2014-08-01 18:23:53 [sEVERE] at cpw.mods.fml.common.Loader.identifyDuplicates(Loader.java:396) 2014-08-01 18:23:53 [sEVERE] at cpw.mods.fml.common.Loader.identifyMods(Loader.java:354) 2014-08-01 18:23:53 [sEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:484) 2014-08-01 18:23:53 [sEVERE] at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) 2014-08-01 18:23:53 [sEVERE] at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350) 2014-08-01 18:23:53 [sEVERE] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:92) 2014-08-01 18:23:53 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:630) 2014-08-01 18:23:53 [sEVERE] at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16) 2014-08-01 18:23:53 [sEVERE] Encountered an unexpected exception DuplicateModsFoundException cpw.mods.fml.common.DuplicateModsFoundException at cpw.mods.fml.common.Loader.identifyDuplicates(Loader.java:396) at cpw.mods.fml.common.Loader.identifyMods(Loader.java:354) at cpw.mods.fml.common.Loader.loadMods(Loader.java:484) at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) 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:630) Does anyone know what this means? thanks Edited August 1, 2014 by michaelpalmer7
Discord Moderator plowmanplow Posted August 1, 2014 Discord Moderator Posted August 1, 2014 2014-08-01 18:14:48 [SEVERE] cpw.mods.fml.common.DuplicateModsFoundException That typically means that you have duplicates for one or more mods. Since you haven't provided any other contextual information that's the most I could wager.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now