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

    Re own server issue with blocks

    linux will use less resources then windows so if your just going to be running a server on it then yes. The reason for the "laggy" block breaks is probably a mix of cpu with network latency. I would ping your server from your other other computer and see how long the response time is because...
  2. C

    Modular Power Suits GregTech Recipes FIx (No client update required, MCPC+)

    Unless you want your users to have to download something there is no way to fix it on their end. Also just go in the mmmPowersuits config it has the option to turn off types of recipes.
  3. C

    Modular Power Suits GregTech Recipes FIx (No client update required, MCPC+)

    Installation instructions: Use MCPC+ (recommended) or bukkitForge (not tested), http://forum.feed-the-beast.com/threads/mcpc-forgeessentials-bukkitforge-bukkit-mods-kind-of.11182/ After starting the server with MCPC+ (or putting bukkitForge in coremods) a plugins folder will apear Place...
  4. C

    Modular Power Suits GregTech Recipes FIx (No client update required, MCPC+)

    No it is a plugin which requires bukkit compatibility, such as MCPC+ (http://ci.md-5.net/job/MCPC-Plus-Legacy/) which will make a folder for plugins. I am trying to make a mod version of this, but forge being rather a nuisance for me.
  5. C

    Modular Power Suits GregTech Recipes FIx (No client update required, MCPC+)

    Now on version 1.2.0 fixed mv Capacitor.
  6. C

    Modular Power Suits GregTech Recipes FIx (No client update required, MCPC+)

    Opp I caught that a bit after I posted this thought I fixed the one on the upload. There was a few other things I fixed too with NEI saying it was one damage value and it was really one less (energy crystal etc). To update delete GregRecipies.jar and the config and let them regenerate.
  7. C

    Modular Power Suits GregTech Recipes FIx (No client update required, MCPC+)

    I run a server with only GregTech Recipes Enabled for Power Armor and noticed after the update that most components for Modular Power Suits where not able to be created. After some delving into it I found it is a known issue and was fixed in the next update to Power Suits, unfortunately this is...
  8. C

    FTB Block logging

    Well what DreadEnd is doing has been done on a per world style, but not per player/ individual area. Once you split the main thread you can spread them around different cores such as tickthreading which splits each world into its own which is not as good as what DreadEnd is doing, but...
  9. C

    keep mystcraft age spawn in memory

    Spawn protection in the server properties. If set above 0 it will keep the enclosed chunks loaded (well at least with MCPC).
  10. C

    mystcraft ages

    If you have the ability to install software (or if your using JDK/server java you already have it) http://visualvm.java.net/ That can tell you which exact method/class is causing the issue.
  11. C

    FTB Block logging

    TheMap was right when all you have to do is search around, and with that you will find many things that will multithread different parts of the game you can split up. Personaly on my server every world is in its own thread and then they are load balanced across my 8 cores. Also by the way you...
  12. C

    Can someone recommend me..

    Part is your not giving enough information as it works for other people (including myself) just fine. So just saying NBTExplorer is not working does not give much if anything to go on.
  13. C

    FTB Block logging

    Just logging does not take up much resources at all if your using a multicore process as it can run on a different core plus if the plugin is running Async you never notice it (untill harddrive space fills up)
  14. C

    any patched worldedit for FTB Ultimate blocks ?

    Nothing can remove warded blocks besides the person that put it or someone in creative. The way they work is that they check to make sure they are still there so worldedit is removing them, but then a tick latter the server replaces them.
  15. C

    Problem Trying to add Plugins to my FTB Ultimate 1.0.2 by installing MCPC+ - get crashes..

    What all mods are you using? Says your missing a mod and I would guess IC2 as Advanced machines is what caused the error.
  16. C

    Can someone recommend me..

    NBTExplorer is what I use and it works fine. what worlds data file are you trying to open? With mystcraft the files get a bit jumbled and you have to know which ones to look at.