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 Quote
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. Quote
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 Quote
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 Quote
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. Quote
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 Quote
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 Quote
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 Quote
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. Quote
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 Quote
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 Quote
Scottyfaic Posted July 17, 2012 Author Posted July 17, 2012 ill just delete everything and remake the server and see what happens Quote
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 Quote
soulgriever Posted July 17, 2012 Posted July 17, 2012 better idea. which ores are you not disabling? ill make the file for you Quote
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 Quote
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 Quote
soulgriever Posted July 17, 2012 Posted July 17, 2012 http://www.mediafire.com/?qbpyu497euws5lc dont forget to delete your world b4 using xD Quote
Scottyfaic Posted July 17, 2012 Author Posted July 17, 2012 alright it worked, thanks man. I dont know wtf i did lol Quote
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 ;) Quote
Scottyfaic Posted July 17, 2012 Author Posted July 17, 2012 if only this was as easy as just disabling them like on clientside Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.