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

    Problem Low Overall TPS when all dimensions are 100%?

    The main server thread includes all ages on the server. It would be nice if Minecraft were multi-threaded, but it isn't yet. Is it possible that an external application is eating your CPU? Otherwise, do you have any profiling tools to see the total entity count and loaded chunk count? (If you...
  2. F

    Problem Unleashed v1.1.3 error log

    If you are referring to the IC2 message at the end, it is just a debug warning and server owners don't need to worry about it. There really isn't enough information here to diagnose what your problem could be.
  3. F

    Problem Players unable to chat then timeout/booted from system (Direwolf20)

    If this is a local server this could be a networking issue. What is your upstream bandwidth? Are your players on your local network or playing across the internet?
  4. F

    unleashed crash on startup

    java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient This sort of error suggests that you are trying to use a client-only mod on a server. Looking at the crash report it looks like the Back Tools mod is causing the crash, according to the mod forum thread this is a...
  5. F

    permissions with mytown

    Are you using the MyTown ForgePermsCBBridge plugin? This will allow you to use bPermissions to set MyTown permissions. If you choose this method be sure to use the version of ForgePerms that doesn't have PEX. The permission for deleting towns is mytown.cmd.delete, make sure players have it. If...
  6. F

    Problem Server crashes when specific players join

    Are you by any chance running Forge Multipart on a MCPC+ server? Currently these two do not play nice together.
  7. F

    Is it safe to leave WorldEdit Worldguard active?

    So long as you are careful not to give your players any WorldEdit permissions, your server will be quite secure. The only real security risk is if someone defeats the Minecraft authentication servers and logs in as a privileged admin account. Believe it or not, this has happened recently.
  8. F

    Unleashed 1.1.4/1.1.5 Fake Players

    Minecraft account names should never be case sensitive. Glad to hear Buildcraft is using fake players again! In the past they have used [buildcraft] and [[buildcraft]], so be sure to add both of those.
  9. F

    Server crash upon joining

    I notice you are using BukkitForge, I know Forge Multipart crashes when used with MCPC+ so it is probably doing the same with BukkitForge. Hopefully 1.1.5 modpacks will fix this issue. On my server I have disabled Multipart and Wireless Recievers (require Multipart) until a bugfix is in place.
  10. F

    Stdout Spam

    It just means one of mods is outputting some debug information, it's quite common. If you can figure out which mod is causing it, you could bug the mod dev and tell him you are sick of him spamming your console xD. But there's not really much you can do, even if the problem is patched, you would...
  11. F

    Solved Error: session authentication server

    It sounds like your server is having trouble connecting to the Minecraft authentication servers. If the problem is not at Mojang, it may be a networking problem with your server. The fact that Buildcraft and Thermal Expansion are unable to check for updates is also a bit concerning. If you are...
  12. F

    Solved I have no idea what this error is

    If you know the location of the problem smelters you can download just the region files affected and use MCEdit on them.
  13. F

    Single Player Help!

    It looks like there is rendering problem with Tinkers Construct. Try removing all Tinker's Construct blocks from your map with this method: 1) Backup your map 2) Uninstall tinker's construct 3) Load up the map in single player 4) Explore all chunks around where you have built any Tinkers...
  14. F

    Problem How-To guide for updating FTB Server

    Keeping a record of config changes is a good idea, I'll do this in the future.
  15. F

    Solved server Crash "trade-o-mat"

    In some versions of IndustrialCraft used in FTB, Trade-o-mats can crash the server when used. It looks like trade-o-mats are causing your server to crash. If you are able to break the trade-o-mats, then I recommend doing that and banning their use until the bug is fixed. If you are unable to...
  16. F

    Unleashed 1.1.4/1.1.5 Fake Players

    As said above [computercraft] and also [forestry]. I don't think Buildcraft adds a fake player, you may need a custom version of Buildcraft in order for it to respect Bukkit-based protections. Check this thread and look for mods labelled [RELEASE].
  17. F

    About Done (need some help for anti grief)

    If you are using WorldGuard then you could add this to your blacklist.txt [1503] on-place=deny,tell message=Quarries can only be placed by in those who are worthy ignore-perms=worldguard.quarry Then using a permissions system give the "worldguard.quarry" permission to the people who you want...
  18. F

    About Done (need some help for anti grief)

    I use the Forge mod Recipear to completely disable an item, and WorldGuard's blacklist feature to restrict item use to certain areas, or to simply display a helpful message when an item is placed. (For example: If that quarry overflows, I will beat your ass). Bear in mind that WorldGuard's...
  19. F

    Things you wish you setup before server going live

    If you are anything like me, you will enjoy tinkering with the server so much that players tend to just get used to the restarts xD. I recommend having automated restarts every 10 hours or so, then any config changes will be made during the scheduled restarts. Automated restarts can also help...
  20. F

    Problem Hosted Server ist hanging up when somebody joins

    You need to allocate more PermGen space to your Minecraft server. I have no idea how to do this with MCMyAdmin, ordinarily you just add "-XX:permSize=128M" to your startup script. I recommend opening a support ticket with Gamerzhost, they will probably be experts at configuring MCMyAdmin...