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

    How can i ID if a turtle program is "insured"

    Is it an anarchy server? Why would you play in situations like that? D:
  2. S

    How can i ID if a turtle program is "insured"

    Sounds like a lot of twats where you play. :(
  3. S

    How can i ID if a turtle program is "insured"

    I did a bit of research and want to correct myself. Turtles are only considered players when attacking living entities(mobs, players, etc..). Other than that they are considered tile entities. That means, unless you are using the MFFS turtle from Misc Peripherals, they won't be accepted by the...
  4. S

    How can i ID if a turtle program is "insured"

    Are you using MFFS? If so turtles are considered fake players so that's probably why they are missing.
  5. S

    How can i ID if a turtle program is "insured"

    Besides inefficient code I see no way to "self destruct" from the code you've shown. All that code does is suck from in front of the turtle, sleeps, then drops the item into an inventory above it. Turtle's can't kill themselves, it would break the 4th wall, so a self destruct would just be the...
  6. S

    Looking for a New Dedicated Server Host

    Depends on what you want really. Keep in mind FTB servers use an exorbitant amount of CPU and RAM if not configured properly. I, personally, don't like buying servers made especially for Minecraft/FTB. That's not to say they aren't good, but it's usually a better deal to set up your own...
  7. S

    Whitelist Server NEW FRESH Server ShadowCraft....DW20 | Twilight | Whitelist | HARD | US | Survival | Live Now

    - IGN: Senmori - age: 23 - little about yourself: I'm a 23 year old gamer who enjoys staring at a screen way more than a normal person should. I've been playing Minecraft since beta 1.8 as well as Tekkit for a year on and off and FTB since it was released. I tend to stick to myself but if...
  8. S

    Information and learning.

    Yo. Yes. While in the launcher, click the 'Download Server' button to download the server of the version you currently have selected(MindCrack, Direwolf, RPG, Ultimate, etc...) Whatever you want, as long as it's Forge compatible or you have a port(BukkitForge or MCPC+) /gamerule keepInventory...
  9. S

    HELP - Blocking right click in certain regions using worldguard

    WorldGuard doesn't have any support for this sort of option outside of vanilla blocks yet. It will in a future update but, as far as I know, there has been no word on a release date on that. I know that using ForgeEssentials you can disable ItemUse in zones(it's version of a region). More info...
  10. S

    Solved Banning/Restricting Items

    Just disable those items in the configs of whatever mod they belong to. Nukes, for example, belong to IC2. Go to IC2.cfg in your ./config folder in your server directory. Find this line and set it to false(I already have). # Enable crafting of nukes B:enableCraftingNuke=false I also set...
  11. S

    Problem How can i disable some of ray's minimap options on servers?

    As far as I know, the name tags are handled client side so you can't do anything about that. For the minimap problem, you should go see this thread.
  12. S

    Whitelist Server ≈ Nirvana ≈ V8.1.1 | Whitelisted | 24/7 | Australian Hosted | Mature Community

    Ingame name: Senmori Do you use Skype? If so, are you comfortable talking occasionally: Yes, I use Skype pretty much daily to talk to family/friends so talking is not an issue. Age: 23 Country: Currently Germany, but originally from the USA. What do you like most about feed-the-beast: I like the...
  13. S

    Hey guys

    Well aren't you a silly boy!
  14. S

    Whitelist Server [24/7] SMP.SO || FTB v8 MINDCRACK || WHITELIST || 4 GB || Small Community

    In game name: Senmori Age: 23 Country: Germany How active are you: Depends on how work that day was. Sometimes I just go drinking after work. o_O Got a microphone: Yes. Have you been banned somewhere in the last 6 months (Explain why if you were): Nope. Do you plan to use voice chat when we get...
  15. S

    Problem Mindcrack ModPack V7 [WARNING] [IC2] API ERROR: ic2.core.block.machine.....

    I had this error as well. I found that removing the machine(s) stops this. It's not a solution I like but whatever works...
  16. S

    Problem Mindcrack server SoulShards problem

    Go to the launcher main screen, click 'Filter Settings' and change 'Mod Pack Type' to Server. Once done hit 'Apply Filter' and download the Server ModPack. Once downloaded, connect to your server and install the ModPack; making sure to overwrite all the old files. Once installed, run the...
  17. S

    Problem Useless Config Files

    Updating server-side configs don't need to be distributed to players. The only logical reason to distribute configs is if you changed recipes and want everyone to have the same recipes. That being said; did you restart your server after the configs were changed? About the Mystcraft configs...
  18. S

    Chunk loading OFF for quarries ?

    Yes, but we were giving him alternatives since you can't disable the quarry's ability to load chunks.
  19. S

    Chunk loading OFF for quarries ?

    Actually I was talking about ChickenChunks.cfg. More specifically these lines: The default is set to true, so change it to false so players have to be logged in for their chunkloaders to work. allowoffline { DEFAULT=false OP=true }
  20. S

    Chunk loading OFF for quarries ?

    You could turn off chunk-loading while the player is logged off. It won't disable the loading of chunks, but it's a start at least. :/