ftb Ultimate - What items to block?

  • 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

Busterguy

New Member
Jul 29, 2019
1
0
0
Hi, I'm starting a FTB Ultimate server but im not sure on what items are good to have and whats bad.
are there any items that can crash the server? or any items that can produce destruction on a large scale.

Also i know you can block item ID in the permissions config but is there an more easy way to do it?


Thanks for any help.
 

Blazstyn

New Member
Jul 29, 2019
65
0
0
You can block crafting of the nuke in the IC2 config file.
Search this:

Code:
    # Enable crafting of ITNT
    B:enableCraftingITnt=true
 
    # Enable crafting of nukes
    B:enableCraftingNuke=false

Additional Edit:

If you're running MCPC+, you can use TekkitCustomizer to ban by world, for groups, with individual crafting, placement, ownership and total world banning. TC also features a scanner that will remove object that are banned from the loaded world.
Takes a while to get set up, and tested, but it's worth it.
 

Blazstyn

New Member
Jul 29, 2019
65
0
0
Is MCPC only for Bukkit servers?

MCPC+ is a JAR file that replaces the ftbserver.jar and sets up Bukkit to run. It's not a plugin, or a mod, but a server package that will run Bukkit over the top of your Forge server.
It's also not technically Bukkit, but Spigot, which is Bukkit's faster relative - but it's not a problem as most plugins auto-convert to work with MCPC+ when you install them.

I have not tested it extensively, but you may be able to get certain Forge mods working alongside other Bukkit plugins.
Hope that makes sense...