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

    TickThreading - concurrent entity/tile entity ticks and other optimisations

    The world is unstable thing happened again but this time it had to do with IDs: http://pastebin.com/XYg5rdb8
  2. J

    Multiworld Plugin

    Multiworld works fine on my server. All you have to do to save it is /mw save.
  3. J

    TickThreading - concurrent entity/tile entity ticks and other optimisations

    This happens to me also. Just a side question, why would you use older versions of MCPC and TT? The newer versions are less glitchy.
  4. J

    Computercraft welcome monitors

    What I do is: mon=peripheral.wrap("[position]") mon.clear() mon.setTextScale([1-5]) mon.setCursorPos(1,1) mon.write("Random message") To make multiple lines just repeat: mon.setCursorPos(1,2) mon.write("Random message 2")
  5. J

    TickThreading - concurrent entity/tile entity ticks and other optimisations

    Thanks, everything running smoothly now!
  6. J

    TickThreading - concurrent entity/tile entity ticks and other optimisations

    It happened even after I disabled world unloading. Sometimes it happens when I am not even in that world. 2013-06-20 21:33:42 [INFO] [TickThreading] Started TT metrics reporting. This can be disabled in PluginMetrics.cfg 2013-06-20 21:33:45 [INFO] [TickThreading] Skipping version tick handler c...
  7. J

    looking to split a server

    I am interesting in splitting the machine with you. I will send you a PM.
  8. J

    TickThreading - concurrent entity/tile entity ticks and other optimisations

    It happened again and it logged it this time: 2013-06-19 18:42:41 [INFO] [TickThreading] Started TT metrics reporting. This can be disabled in PluginMetrics.cfg 2013-06-19 18:42:44 [INFO] [TickThreading] Skipping version tick handler c com.pahimar.ee3.core.handlers.VersionCheckTickHandler...
  9. J

    TickThreading - concurrent entity/tile entity ticks and other optimisations

    Every 5 minutes to 10 seconds of a person joining my server it says the world is unstable and closes server. I don't know what is going on and I can't post an error because it gives no errors! I tried looking in the config but there is no option on closing server if world becomes unstable. I...
  10. J

    Recruiting Staff

    Is there any way for me to contact you besides here on the forum? (Hamachi, Skype, etc.)
  11. J

    Recruiting Staff

    I have sent you a request on steam and will interview you when you come online.
  12. J

    FTB server hosting HELP!!!

    I would agree with Everlast in saying that PytoHost is the way to go. They offer good services for a low price.
  13. J

    Recruiting Staff

    I have accepted your request on steam! I am going to interview you when you come online.
  14. J

    Recruiting Staff

    Yeah, I am going to get a dedicated machine. Almost any large FTB server is going to need a dedicated machine. I accepted your request on steam! When you come online I will interview you.
  15. J

    New Ultimate server running.. Perms/setup tutorials anywhere?

    Ok, you can install MCPC+ which is a replacement jar file that implements bukkit. With this 99% of the plugins will work correctly. MCPC will create a folder in your server directory called 'plugins' and that is where you put all your plugins. You can now use all of your favorite bukkit plugins...
  16. J

    Recruiting Staff

    I see what you mean and I mainly need developers so that is why I made this post then I put in the Admin and Moderator positions. Also, this was just to see who was interested. I would have to further inspect them on the server. I think I am a different Jared39. Yeah, it was late when I wrote...
  17. J

    Recruiting Staff

    Hello, I am starting up a FTB Ultimate server(MageTech) and would like to start it off with quality Staff. The server is Survivial-PvP with Towny, Residence, PvP arenas, CTF arenas, Economy, and much more. Positions: Developer: I am need around 2-3 people who know java well to be on the...
  18. J

    Modified LWC core config request | Mindcrack

    No problem, glad I could help! :)
  19. J

    Modified LWC core config request | Mindcrack

    Here is my config: http://pastebin.com/Gp6cBaKG Also, to get LWC to work on MCPC or BukkitForge you need to use this modified LWC that Bloodshot down at Minecraft Port Central fixed. FixedLWC: https://docs.google.com/uc?authuser=0&id=0B4F_Bf6ekfCoQy05am55RnZqYWM&export=download
  20. J

    World Gaurd VS. Towny

    Using the normal BuildCraft mod yes it would break the protection. However, if you use the 'fixed' version at Minecraft Port Central, it has the Bukkit events so towns will protect against quarries. Minecraft Port Central...