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. G

    Server Lag

    Add a line after java .... pause This will keep the window open
  2. G

    Unusual Question - Possible to access BAT file through server prompt

    Yes* Minecraft can't run a script directly It should be possible to have a script or other program read the standard out of the server and look for Something like !restart check against the ops file Connect to server standard in and issue /save-all and /stop Wait for server to stop probly by...
  3. G

    Private Modpack

    I have heard that there is a partial list Other mods will on there minecraft fourms post will say something like "you have permission to use in private packs"
  4. G

    Private Modpack

    I am not aware of how to submit a pack but the first step is getting permissions from the mod author some that are in ftb packs have given blanket permissions for everything distributed through the launcher
  5. G

    Solved Mindcrack server lag

    you will edit start.bat with the above line then use it to start the server
  6. G

    Solved Mindcrack server lag

    copy the above line open "Sever Start.bat" in your server directory paste over contents of file save file & exit double click on bat file
  7. G

    Server Lag

    give this a try java -server -Xincgc -Xmx6G -Xms1G -Xmn1G -XX:NewRatio=2 -XX:CMSFullGCsBeforeCompaction=1 -XX:SoftRefLRUPolicyMSPerMB=2048 -XX:+CMSParallelRemarkEnabled -XX:+UseParNewGC -XX:+DisableExplicitGC -Xnoclassgc -XX:+UseFastAccessorMethods -XX:CMSInitiatingOccupancyFraction=90...
  8. G

    Solved Mindcrack server lag

    try placing this in your start server.bat java -server -Xincgc -Xmx3G -Xms1G -Xmn1G -XX:NewRatio=2 -XX:CMSFullGCsBeforeCompaction=1 -XX:SoftRefLRUPolicyMSPerMB=2048 -XX:+CMSParallelRemarkEnabled -XX:+UseParNewGC -XX:+DisableExplicitGC -Xnoclassgc -XX:+UseFastAccessorMethods...
  9. G

    Forge compatible shared banlist( thread closed because of trolls) sign up for beta

    its not that HE says a server is trusted The admin of each server says what other servers the ban list is imported from On the Ideas side It would be helpful to some to nerf the OPs privalages on a server and add a 'admin' class with full rights That might help a bit with the occasional ban...
  10. G

    Solved Mindcrack server lag

    do you have x64 java installed? as for the paste bin, dont post walls of text, just give us the link I should be able to whip up a command for your bat, just cant do it at work :p
  11. G

    Mindcrack Lag Complaints? Optimizing FTB Servers

    if you need help please open a thread in the tech support section and state exactly what the problem is, full system spec, and internet speed. the more info you can give the better if you are using the tick threading mod linked above please note that it is beta software, if you are using it...
  12. G

    Server Hardware

    pahimar said the cpu was an Intel Xeon I believe its the 1245 v2 http://ark.intel.com/products/65729/Intel-Xeon-Processor-E3-1245V2-8M-Cache-3_40-GHz
  13. G

    Server Lag

    @tote1015 please post how much ram you have in your system, how may players are on at a time etc if you have more then 8gig you should just have to change the .jar file name for your install @crazy_alien minecraft is vary cpu intensive, ftb even more so, i dont think you can get 10 people...
  14. G

    [Script,Linux] Auto-Start FTB Server on Crash + Automatic Backups

    This is a script not a program Its common practice in Linux shell scripts to have a section at the top of the script where you set all your variables. you want to change the paramaters you change the variable in the script. I dont think you want to pass all your java paramaters in as arguments...
  15. G

    Mindcrack Lag Complaints? Optimizing FTB Servers

    On my server I changed some of the jvm flags to change it to incremental garbage collection and told it that when it does a full GC sweep to use all my cpu cores so it dosent suspend the server for as long. Then I set it to use aggressive optimization and sse4. I can help set it up if you want...
  16. G

    Solved Redpower 2 crashing server, specifically the manager.

    if you have a way to do a role back you might want to consider that because the alternative is using mcedit to remove the machine. Mcedit is not ment to work with mods so it will remove all mod blocks in any edited chunk.
  17. G

    Solved Server lockup

    I dont think anyone would have a problem if you creative your stuff back
  18. G

    Solved Server lockup

    How where you using the filler, to fill or clear. when clearing the filler is known to cause issues due the the large number of item drops. you could open your map with mcedit go to were the filler is and do a remove entities. or you could have it regen the offending chunks. The resion it...
  19. G

    Problem Mindcrack ModPack V7 [WARNING] [IC2] API ERROR: ic2.core.block.machine.....

    The mindcrack pack is maintained by the mindcrack team not the ftb team Its a private server pack that anyone can use
  20. G

    Server Lag Even When I'm The Host

    Ok so MC autosaves every 90 sec try /save-off at the server console make sure you run /save-all before you shutdown the server :P