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 load-chunk-on-request & Server Performance

    I tend to follow MCPC+ development fairly closely to try and make server updates as painless as possible (waiting out on a bunch of fixes so I can run Unleashed 1.1.4) Maybe I'll take a look at keeping a thread updated with "known issues and fixes for MCPC+" There's a bunch of really weird...
  2. C

    Problem load-chunk-on-request & Server Performance

    Your completely correct, server performance is better if I just allow everyones chunkloaders to run around the clock. But doing that isn't desirable as it still has an impact on performance simply because of the amount of things running. Appears to be an MCPC+ thing. I've had one of the...
  3. C

    What antigrief / Logplugin do you use?

    I use MyTown for protections and LogBlock for block logging. I firmly believe that grief should be stopped and not just "restored" with block logging. I keep logblock to sort out issues, like if the server does a rollback all of the changes are stored and I can recover. Although I don't...
  4. C

    Whitelist Server OTE Gamers - Unleashed 1.1.7 | Whitelist | TS3 | MyTown | Econ | MultiGaming Community - Est. 2006

    Hi Nathan and Marc, Welcome to OTE. First off, take a look at the Server Rules and Newbies Guide to get an idea of the server environment. We are also running a slightly updated version of Unleashed 1.1.3. Follow this guide to update multipart and nuclear control. (The updates are required to...
  5. C

    Problem Server Login exploit

    Assuming this is the exploit: http://www.planetminecraft.com/blog/psa-server-exploit-discovered-update-immediately/ md_5 posted a fix for it 4 days ago which spigot and craftbukkit have applied. I'm assuming this might affect MCPC servers as it uses loads of spigot stuff.
  6. C

    Whitelist Server OTE Gamers - Unleashed 1.1.7 | Whitelist | TS3 | MyTown | Econ | MultiGaming Community - Est. 2006

    Hi Luis! Welcome to OTE. First off, take a look at the Server Rules and Newbies Guide to get an idea of the server environment. We are also running a slightly updated version of Unleashed 1.1.3. Follow this guide to update multipart and nuclear control. (The updates are required to prevent...
  7. C

    Server crash when placing chunkloaders in Mystcraft / Twilight Forest

    Yeah I never found a solution to this. I just banned Chunkloaders in everything but the overworld and nether and suggested to players to use personal anchors
  8. C

    Problem load-chunk-on-request & Server Performance

    So MCPC+ has an option for "load-chunk-on-request" in bukkit.yml afaik it allows mods like railcraft and chickenchunks to chunkload without a player present. It seems to be somewhat quirky and impacts on performance massively. With load-chunk-on-request set to true, the servers TPS drops...
  9. C

    Whitelist Server OTE Gamers - Unleashed 1.1.7 | Whitelist | TS3 | MyTown | Econ | MultiGaming Community - Est. 2006

    Hi Guys, I would like to note that we are re-opening recruitment. After optimizing the server over the past week we have had nothing but good reports from players! We are now running on a 4.5GHz i5 Haswell located in LA!
  10. C

    Whitelist Server OTE Gamers - Unleashed 1.1.7 | Whitelist | TS3 | MyTown | Econ | MultiGaming Community - Est. 2006

    Hi Guys, I would like to note that we are re-opening recruitment. After optimizing the server over the past week we have had nothing but good reports from players! We are now running on a 4.5GHz i5 Haswell located in LA!
  11. C

    Problem Server crashing and can't even start!!!

    I think your issue is perfectly recoverable. It's just some corruption relating to ender storage which I don't have the expertise to figure out exactly what it is unfortunately.
  12. C

    Problem Server crashing and can't even start!!!

    Give minecraft region fixer a shot I suppose. Just keep a backup of the world as I'm not sure of the results. It's definitely a problem with ender storage but I can't find much on that error searching around.
  13. C

    Problem Server crashing and can't even start!!!

    Just from googling around it could also be some corrupted chunks in the world. (Source here and here) As a test, generate a new world to see if the server boots (make sure to backup the existing world) If the server boots cleanly you could try something like minecraft region fixer on your...
  14. C

    Problem Server crashing and can't even start!!!

    Looks like some corrupted files. Fairly common especially if your moving them around. reupload /mods and /coremods and see what happens
  15. C

    Problem FTB Unleashed Server Stuck

    You said you used chmod and changed the permissions. I'm concerned about the owner (Because the server runs fine in windows). Easiest way is to chown the whole server directory recursively to the correct owner. chown -R username:username /serverfolder
  16. C

    Problem FTB Unleashed Server Stuck

    2013-09-04 08:16:39 [SEVERE] [ForgeModLoader] There were errors during initial FML setup. Some files failed to download or were otherwise corrupted. You will need to manually obtain the following files from these download links and ensure your lib directory is clean. 2013-09-04 08:16:39 [SEVERE]...
  17. C

    [FAQ] FTB Ultimate Clear Setup

    Hopefully I can help you out a little here: Which Bukkit/Forge Plugin is currently the most relyable + stable? I used MCPC+ before, not sure if it works with Ultimate MCPC+ is leaps and bounds ahead of BukkitForge Which World-Gernation pluggin is recommended? I used MultiVerse, but had bad...
  18. C

    Problem FTB Unleashed Server Stuck

    When this happens to me it's normally because i stuffed up file ownership permissions. Check which user java is running under and make sure the rest of your files are also owned by that user
  19. C

    Problem MyTown NOT Working

    Are you trying to put this on a 1.4.7 server? I ask because of this: http://forum.feed-the-beast.com/threads/anyone-got-the-right-version-of-mytown-for-mcpc.30033 Unfortunately there is no MyTown version comatible with MCPC+ 1.4.7
  20. C

    TickThreading - concurrent entity/tile entity ticks and other optimisations

    Here ya go: https://dl.dropboxusercontent.com/u/82904851/TickProfiler.jar