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

    Problem Magic Farm Server Ticking Error

    Nallar found the fix for me which was renaming all mods files (.zip and .jar) to fully lowercase. The issue is with how linux does file handling and it was not loading the mods in the correct / same order as windows.
  2. C

    Is there something like "ftb ready to run"?

    Publicly I do not think there is any. Privately there are a few, but the people that have made it really work (without banning items) usually hold onto it has they have had to put a ton of work into make it all work correctly (alot of decompiling deofb then recompile reobf). If you want 90%...
  3. C

    Can these specs host an FTB server?

    Well you should be disabling that GUI from the server as it uses quite a bit of resources. Also any computer can host an FTB server (that can run java) thing is how well it will work. Your upload speed should be fine for the amount of people, but the only way to really tell how well it will run...
  4. C

    Permissions/Plugins Not Working

    Personaly I have had no issues with MCPC chunkloading (that vanilla did not have also). What version of PeX are you trying to use?
  5. C

    Permissions/Plugins Not Working

    You could try a diffrent permissions plugin or removing vault. What all plugins are you running as if its just essentials you don't need vault.
  6. C

    Problem Server crash report

    Try setting server to peaceful.
  7. C

    Permissions/Plugins Not Working

    remove - ^group.default
  8. C

    Problem MCPC+ FTB Server 1.4.7 with Permissions Issue

    Look at the log and durring startup you will see it.
  9. C

    Occasional bad server lag

    Compleatly missed that you asked for that. Guess that is what 10 hours of driving in one day will do to me.
  10. C

    Occasional bad server lag

    Don't run with the GUI and you will pick up about 30%, second look at what you all have build and check for infinite loops.
  11. C

    Problem Server is in Hardcore After using mystcraft

    Mystcraft worlds don't always follow server defaults for configs. Basically have to go onto that world and set the gamerule (or edit the level.dat for it)
  12. C

    Server decision and questions

    1. Depends on how much you build. Even a single player can load down my server given enough time due to automation (thats a 4.0Ghz i7 with 32GB RAM) 2. If you want just simplicity creeperhost will work. If I remember correctly they do have an FTB option to load in the pack for you.
  13. C

    Crash help

    Well its saying some mod is accessing a client side only function. From quick look at your mod list I suggest removing the NEI plugins as 90% of it is client side only.
  14. C

    Permissions/Plugins Not Working

    do /version and tell me what it says and reupload your permissions file.
  15. C

    Problem MCPC+ FTB Server 1.4.7 with Permissions Issue

    With mcpc each of those commands are given a bukkit permissions node so you need to give yourself those nodes. If I remember correctly there is a forge based pex, but I would just recommend getting a simple bukkit one.
  16. C

    Problem Help creating a feed the beast ultimate server with some other mods

    posting it in two threads does not help your chances of gettig t answered.
  17. C

    Permissions/Plugins Not Working

    mcpc is not a coremod it replaces your ft server.jar then you need to make sure to remove bukkit forge and switch the plugins to the mcpc plugins folder
  18. C

    Permissions/Plugins Not Working

    bukkitforge is what i was talking about. If i was you i would switch to mcpc as bukkitforge has always been screwy for me with anything not compiled directly for it ( that is not how its suppose to work but the porting from it is not the best)
  19. C

    Permissions/Plugins Not Working

    forgot to ask what bukkit base you running in?
  20. C

    Solved Java not recognized

    You are probbaly using 32 bit java. Go to oracles website and get the latest jre/jdk for java 7 64 bit