Search results

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
  1. C

    Solved Java not recognized

    needs to look like mine. The stuff between " " is physicaly in quotes, and you have to have the java.exe also. Try this if above does not make sense: "C:\Program Files (x86)\Java\jre7\bin\java.exe" -Xms512M -Xmx1G -jar ftbserver.jar
  2. C

    Solved Java not recognized

    "F:\Program Files\Java\jre7\bin\java.exe" -jar ftbserver.jar nogui Does it look like that?
  3. C

    Solved Java not recognized

    Install java. If it is installed then use the full java path such as C:\ProgramFiles\java\bin\java (check your path as it is probably not what i typed)
  4. C

    Upgrading 1.5NGT(.8) to Unleashed

    Well I check the configs and see if the item ids of the mods that are in both packs are the same. If they are any item of a mod that is removed will be removed when that chunk is loaded. If the configs don't match then there are very few simple ways I know of (don't think there is any automated...
  5. C

    Permissions/Plugins Not Working

    when server starts does it say anything about invalid permissions file? I do not think ^ is a valid character for it (dirt group).
  6. C

    Permissions/Plugins Not Working

    I will help but only if you answer my question.
  7. C

    Wierd chunkloading and crashes

    What version of MCPC where you running as on version 67 it is working fine.
  8. C

    Random Spawn

    Its literately about 20 lines of code. And specifically made for my server (hardcoded alot of things) the ones you find on bukkit dev would probbaly work much better for you when mine would.
  9. C

    Arcane Table Dupe Fix

    Well then somehow on all three of my servers it did not work (the dupe did not work).
  10. C

    Greg Tech opinion discussions go here

    Well if you look at the new packs from how long it probably took in the back ground to set it up this has been in the planing for a while. Now if FTB decided to delay the GregTech pack then they would have to come out with a statement on this mater which what ever they say is going to piss off...
  11. C

    FTB-Ult. - Duplicate Mods Crash on Startup

    Where did you find that link? Use the official ones here http://feed-the-beast.com/download.php
  12. C

    FTB-Ult. - Duplicate Mods Crash on Startup

    Where did you download that zip? And your assumtion is correct there should not be two chickenchunks nor two miscperipherals, ore immibis core.
  13. C

    Can any server host support modded modpacks?

    Well considering all you are doing is adding a config file and a jar file if you have FTP access you can do it
  14. C

    Can any server host support modded modpacks?

    Well what DZCreeper is basically saying is that any of them will work, but we assume you want the most for your money in which case you want to stay away from game hosting companies and just look for dedicated servers, but if you don't want to deal with the setup creeperhost is probably an...
  15. C

    Can any server host support modded modpacks?

    Awoigre it depends on how much your willing to work. You get the most for your money when you have to do all the work (ie nothing like Creeperhosts support (lol?) / control pannel / auto setup). With most game hosts if you have FTP access you can force/fake it into running your modded server...
  16. C

    Problem Often Java Crashes (Ultimate)

    Looks like you might be running out of perm gen space. Also from looking at your JVM arguments: Xmx26G -Xms3G -Xmn512M -XX:+UseG1GC -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -XX:TargetSurvivorRatio=90 -XX:MaxGCPauseMillis=200 -XX:MaxPermSize=256m java_command: mcpc.jar I have not used...
  17. C

    Problem FTB Server keeps freezing.

    If it happens when you get near a spot then you know it has to do with that spot so as for what melar asked originally would be needed if it was all the time and you had no real clue, but since you know its when you get near that one area look into that first before dive headlong into alot more...
  18. C

    Arcane Table Dupe Fix

    Well considering most of the time your logic does not seem to be all there. Because you say it does not work, yet for me it is working as intended and there is not really some special why of breaking it that will cause the issue as how the whole system works when you do a true patch and not...
  19. C

    Arcane Table Dupe Fix

    Considering does not happen on any of my servers with ticktheading installed. I checked to make sure since I had already applied a bytecode patch and wanted to make sure it still behaved correctly with TT's version before I updated to the build of TT that had it. Also just posting an issue does...
  20. C

    Problem - blocking TNT, igniter, fire, lava, creepers ...

    I would suggest switching over to MCPC and see if it works there. Bukkitforge was my bain of bukkit programming for a few weeks.