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 Failed to bind port

    open up system monitor and kill the extra java process. You have a server running in the background.
  2. C

    Solved Server performing progressively worse

    Why I usally suggest the following start bat: /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java -server -Xmx16G -XX:UseSSE=4 -XX:+UseConcMarkSweepGC -XX:+UseCMSCompactAtFullCollection -XX:+UseParNewGC -XX:+DisableExplicitGC -XX:+AggressiveOpts -XX:-OmitStackTraceInFastThrow -jar ultimate.jar nogui
  3. C

    Solved Server performing progressively worse

    Run the server with no gui. That thing uses a ton of resources. Some thing you built is probably the cause for it and I have not used the gui since beta but each of the vecs correspond to a world. ie your start file should end with -jar ftbserver.jar nogui
  4. C

    Ubuntu Mindcrack Server - OpenJDK or Java?

    openJDK is Java.... Java is the language openJDK is a Virtual Machine. If your running 64bit ubantu then download the openJRE Server.
  5. C

    Problem Server is crashing worked yesterday! HELP!

    Looks like one of the forced chunk.dat files got messed up. I would go threw and delete all the forcedchunks.dat files in all worlds and remind your players to replace anything that chunkloads.
  6. C

    Server Crash, Occasional player resets

    Well if your trying to maximize what you have you should account for what you can do.
  7. C

    Problem Ultimate mod pack, repeated crashes.

    I have not used TCAdmin2 or McMyAdmin in such a long time that I don't know. I suggest google McMyAdmin custom server start script or custom java arguments.
  8. C

    Problem Ultimate mod pack, repeated crashes.

    edit the text file that has something that looks like "java -jar ftbserver.jar nogui"
  9. C

    Problem Ultimate mod pack, repeated crashes.

    what I put in the code tags above is preaty close to what need need to set as the additional java arguments.
  10. C

    Server Crash, Occasional player resets

    Stock ultimate server will take the additional arguments. The arguments are for the JVM not the minecraft server and can just as important if not more then what you do to the physical minecraft server.
  11. C

    Server hosting

    Btw minecraft might only run on one core (normaly) but that does not mean that is the only thing running. You sitll have the os, network communication, and things such as databases that would also be running on the same computer so multiple cores does help.
  12. C

    Problem Configuring Towny on MCPC+ (Turtle Problem)

    Odd. I am trying to remember if towny has a debug mode. If it does you can turn that on and see what the turtle is printing. Considering when you try the place command is it returning true or false?
  13. C

    Problem Configuring Towny on MCPC+ (Turtle Problem)

    What all plugins are you running?
  14. C

    Problem 1.5.2 WGT 0.8, Already Removed Clientside Mods

    Can you give the entire forge log (or at least a few seconds before the player joins and all the way threw the crash.
  15. C

    Problem Mindcrack: Blacklisting/Banning of items

    Tekkit customizer I have heard is a good one for restricting it. I personally like fixing the bugs instead of banning the item (no clue if I would even be allowed to give out my fixes as not all the mods are open source)
  16. C

    Server Crash, Occasional player resets

    And I am using 3.8GB for 23 people at this very second. Use the new garbage collector and you will find its much more efficient.
  17. C

    Problem Ultimate mod pack, repeated crashes.

    Only like the 5th one of these in the path month. Make your server use the new Garbage collector. Start-up arguments should look something like: java -server -Xmx16G -XX:UseSSE=4 -XX:+UseConcMarkSweepGC -XX:+UseCMSCompactAtFullCollection -XX:+UseParNewGC -XX:+DisableExplicitGC...
  18. C

    Problem Configuring Towny on MCPC+ (Turtle Problem)

    Can turtle place blocks anywhere or just not in towny regions?
  19. C

    MCPC+ |ForgeEssentials|BukkitForge(Bukkit mods{kind of})

    Anything that can be used for "speed" mining can be used to grief. It all depends on how something is used that determines what you call the results. I use nukes when I need to make very large clear areas, and that being said if there was someone's house near it you could say my same actions...
  20. C

    Switching from BukkitForge to MCPC+

    Just copy whats in the plugins folder from bukkitforge into the plugins folder that MCPC will make after you turn on the server once.