Scottyfaic Posted July 17, 2012 Posted July 17, 2012 I have been searching the forums but i haven't found an answer to my question. Currently i am trying to disable EE and Some parts of redpower on my server but i cant figure out how. I am ok with deleting the entire EE mod, but i only want to disable the parts of redpower that arent logic gates. How do i do this without deleting redpower entirely? EDIT: I have no modloader.cfg file in my config folder
ESS_fatal Posted July 17, 2012 Posted July 17, 2012 well you could probably remove the ee mod Correct me if I am wrong and you can use a plugin called noitem for disabling stuff too. Click Here.
Scottyfaic Posted July 17, 2012 Author Posted July 17, 2012 well you could probably remove the ee mod Correct me if I am wrong and you can use a plugin called noitem for disabling stuff too. Click Here. another thing i want to make sure of though, is that the extra ores from the redpower mod aren't generated on my server
ESS_fatal Posted July 17, 2012 Posted July 17, 2012 well I don't know on that but you could use noitem to prevent people from mining them sorry I can't help with removing them completely but I have never really had a need to remove all that
Scottyfaic Posted July 17, 2012 Author Posted July 17, 2012 well I don't know on that but you could use noitem to prevent people from mining them sorry I can't help with removing them completely but I have never really had a need to remove all that yea well, the main reason for removing the ore, is that all the things that the ore does i want disabled, so it will just end up being useless clutter, either in a chest somewhere or in the world.
ESS_fatal Posted July 17, 2012 Posted July 17, 2012 - noitem.nopickup.(itemid) try that with no item then they can not pick the ores and stuff up yea its a long process but its worth it in the end. but you could probably just wait for one of the more technical people to get on and they might know how
soulgriever Posted July 17, 2012 Posted July 17, 2012 not 100% sure on this 1 but hey its worth a shot. in the redpower.cfg file there is a setting world { generate { copper=0 emerald=1 indigo=1 marble=1 nikolite=1 rubbertree=1 ruby=1 sapphire=1 silver=1 tin=0 tungsten=1 volcano=1 } change the things you want to disable to 0 its a simple on and off 1 is on 0 is off cheers
Scottyfaic Posted July 17, 2012 Author Posted July 17, 2012 not 100% sure on this 1 but hey its worth a shot. in the redpower.cfg file there is a setting world { generate { copper=0 emerald=1 indigo=1 marble=1 nikolite=1 rubbertree=1 ruby=1 sapphire=1 silver=1 tin=0 tungsten=1 volcano=1 } change the things you want to disable to 0 its a simple on and off 1 is on 0 is off cheers I will try this, will post results later to confirm
Scottyfaic Posted July 17, 2012 Author Posted July 17, 2012 [sEVERE] java.lang.IllegalArgumentException: Parse error 2012-07-17 02:28:04 [sEVERE] at eloraam.core.TagFile.readtag(TagFile.java:577) 2012-07-17 02:28:04 [sEVERE] at eloraam.core.TagFile.readtag(TagFile.java:595) 2012-07-17 02:28:04 [sEVERE] at eloraam.core.TagFile.readtag(TagFile.java:595) 2012-07-17 02:28:04 [sEVERE] at eloraam.core.TagFile.readtag(TagFile.java:595) 2012-07-17 02:28:04 [sEVERE] at eloraam.core.TagFile.readStream(TagFile.java:658) 2012-07-17 02:28:04 [sEVERE] at eloraam.core.TagFile.readFile(TagFile.java:635) 2012-07-17 02:28:04 [sEVERE] at eloraam.core.Config.loadConfig(Config.java:43) 2012-07-17 02:28:04 [sEVERE] at net.minecraft.server.RedPowerCore.initialize(RedPowerCore.java:139) 2012-07-17 02:28:04 [sEVERE] at net.minecraft.server.WirelessRedstoneRedPower.initialize(WirelessRedstoneRedPower.java:34) 2012-07-17 02:28:04 [sEVERE] at net.minecraft.server.mod_WirelessRedstoneRedPower.load(mod_WirelessRedstoneRedPower.java:11) 2012-07-17 02:28:04 [sEVERE] at cpw.mods.fml.server.ModLoaderModContainer.init(ModLoaderModContainer.java:271) 2012-07-17 02:28:04 [sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:220) 2012-07-17 02:28:04 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:539) 2012-07-17 02:28:04 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:121) 2012-07-17 02:28:04 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:159) 2012-07-17 02:28:04 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426) 2012-07-17 02:28:04 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2012-07-17 02:28:04 [sEVERE] Unexpected exception java.lang.IllegalArgumentException: Parse error at eloraam.core.TagFile.readtag(TagFile.java:577) at eloraam.core.TagFile.readtag(TagFile.java:595) at eloraam.core.TagFile.readtag(TagFile.java:595) at eloraam.core.TagFile.readtag(TagFile.java:595) at eloraam.core.TagFile.readStream(TagFile.java:658) at eloraam.core.TagFile.readFile(TagFile.java:635) at eloraam.core.Config.loadConfig(Config.java:43) at net.minecraft.server.RedPowerCore.initialize(RedPowerCore.java:139) at net.minecraft.server.WirelessRedstoneRedPower.initialize(WirelessRedstoneRedPower.java:34) at net.minecraft.server.mod_WirelessRedstoneRedPower.load(mod_WirelessRedstoneRedPower.java:11) at cpw.mods.fml.server.ModLoaderModContainer.init(ModLoaderModContainer.java:271) at cpw.mods.fml.common.Loader.modInit(Loader.java:220) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:539) at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:121) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:159) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2012-07-17 02:28:33 [iNFO] Stopping server 2012-07-17 02:28:33 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 2012-07-17 02:28:33 [sEVERE] at java.util.ArrayList.rangeCheck(Unknown Source) 2012-07-17 02:28:33 [sEVERE] at java.util.ArrayList.get(Unknown Source) 2012-07-17 02:28:33 [sEVERE] at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:412) 2012-07-17 02:28:33 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:483) 2012-07-17 02:28:33 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2012-07-17 02:28:33 [iNFO] Stopping server 2012-07-17 02:28:33 [sEVERE] Exception in thread "Thread-3" 2012-07-17 02:28:33 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 this happened.
soulgriever Posted July 17, 2012 Posted July 17, 2012 first off did you try it on a fresh world? second i wonder if it is because of the items they craft into..... ill give it another look
soulgriever Posted July 17, 2012 Posted July 17, 2012 ya to do this it has to be on a brand spankin new map. worked for me, best of luck *edit* also make sure you didnt change any of the formatting on the file. open the file with notepad or notepad++ an make sure the only thing u change is the 1 to 0 on the generate settings if u even put a space somewhere in there it can mess up the whole server
Scottyfaic Posted July 17, 2012 Author Posted July 17, 2012 ill just delete everything and remake the server and see what happens
Scottyfaic Posted July 17, 2012 Author Posted July 17, 2012 huh, got the same thing again. maybe im putting a space or something on accident
soulgriever Posted July 17, 2012 Posted July 17, 2012 better idea. which ores are you not disabling? ill make the file for you
Scottyfaic Posted July 17, 2012 Author Posted July 17, 2012 ok this time i took extra care to make sure i only changed the 1's to 0's but i still got the same error
Scottyfaic Posted July 17, 2012 Author Posted July 17, 2012 better idea. which ores are you not disabling? ill make the file for you i was leaving in silver just for making fiber optic cables in IC2, thats it
soulgriever Posted July 17, 2012 Posted July 17, 2012 http://www.mediafire.com/?qbpyu497euws5lc dont forget to delete your world b4 using xD
Scottyfaic Posted July 17, 2012 Author Posted July 17, 2012 alright it worked, thanks man. I dont know wtf i did lol
soulgriever Posted July 17, 2012 Posted July 17, 2012 lol id suggest downloading notepad++ it makes things VERY easy to read an edit and most developers use it so you can also go off their screenshots ;)
Scottyfaic Posted July 17, 2012 Author Posted July 17, 2012 if only this was as easy as just disabling them like on clientside
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