Jump to content

Recommended Posts

Posted

I want to disable the crafting or obtaining or even holding of certain blocks, but also the amount the user has, for example I want a certain PEX rank to only have 17 collectors.

Any plugin I can use to do this per PEX group?

Posted

Disabling of holding items is quite easy, you can ModifyWorld which you should already have (came with PEX) Or you can use TekkitCustomizer or NoItem.

There is supposed to be a way to restrict the number of a given item any one player can own but I think it doesn't work, it was part of TekkitRestrict.

Posted

Thank ya, sir.

Anyone found a list of common blocks that need banning?

Ban everything from EE (as in, remove the jar from the mods folder) unless you want to have hordes of 12 year old players flying around in godmode and creativemode mercilessly destroying your world within the first 12 hours of your server's life.

Other than that, here's my TekkitCustomizer config file with comments in bold. Delete the comments if you plan to copypaste the file into your server.

TekkitCustomizer:

ProtectSurfaceFromExplosives: false # Allow explosions. Mine is a pvp griefing server.

RemoveUUMatterToNonRenewableItemRecipes: false # I banned UU matter entirely below, so no need to disable special recipes.

EnforcementWorlds:

- world

- world_the_end

- world_nether

Bans:

OwnershipBanned:

- 30171:*:Quantum Boots # Banned quantum armor because it's too powerful - people are virtually invincible.

- 30172:*:Quantum Leggings

- 30173:*:Quantum Chestplate

- 30174:*:Quantum Helmet

- 30148:*:Nano Saber # Banned nano saber because it's as powerful as a Sharpness V sword with only 5% of the effort required to make it. In other words, it renders every other weapon in the game (including Balkon's weapons) useless.

- 30149:*:Nano Saber

- 30188:*:UU Matter # Banned UU matter. Sugar-free EE is still EE.

- 250:14:Mass Fabricator # No UU matter, no need for mass fabbies

- 30139:*:Scrap Box # Again, free stuff out of thin air.

- 190:4:Energy Link # Disabling the energy link encourages fighting for oil. *evil grin*

- 190:3:Oil Fabricator # Power loop exploit. Oil fabs can be used to duplicate EU.

- 190:5:Lava Fabricator # Easymode obsidian.

- 254:3:Block Cutter Upgrade # Easy griefing, also it doesn't respect land claims. At least it didn't in Tekkit 3.1.2.

- 26524:*:Cannon # Doesn't respect land claims.

- 179:*:Teleport Tether # Doesn't work at all, disabled so people don't waste materials trying to craft it.

- 6357:*:Triangulator # Severe crash bug. If a player logs out with an activated triangulator, your server will crash.

- 194:5:Retrievulator # Dupe bug in 3.1.3. No need to disable if your server is 3.1.2.

- 30209:*:Electric Jetpack # Jetpacks can be used to ruin PvP. I left the regular jetpack on though, which flies for a shorter time before needing to be refueled.

PlacementBanned: # Copy all PLACEABLE BLOCK items from above and put them here.

- 250:14:Mass Fabricator

- 190:4:Energy Link

- 190:3:Oil Fabricator

- 190:5:Lava Fabricator

- 254:3:Block Cutter Upgrade

- 179:*:Teleport Tether

- 194:5:Retrievulator

WorldBanned: # Copy the first list. This one will scan the world periodically and remove items. This in case someone bypassed crafting with a project cable, bypassed ownership by automation, and bypassed placing by block breakers.

- 30171:*:Quantum Boots

- 30172:*:Quantum Leggings

- 30173:*:Quantum Chestplate

- 30174:*:Quantum Helmet

- 30148:*:Nano Saber

- 30149:*:Nano Saber

- 30188:*:UU Matter

- 250:14:Mass Fabricator

- 30139:*:Scrap Box

- 190:4:Energy Link

- 190:3:Oil Fabricator

- 190:5:Lava Fabricator

- 254:3:Block Cutter Upgrade

- 26524:*:Cannon

- 179:*:Teleport Tether

- 6357:*:Triangulator

- 194:5:Retrievulator

- 30209:*:Electric Jetpack

CraftingBanned: # This bans crafting. Again, just copy the first list.

- 30171:*:Quantum Boots

- 30172:*:Quantum Leggings

- 30173:*:Quantum Chestplate

- 30174:*:Quantum Helmet

- 30148:*:Nano Saber

- 30149:*:Nano Saber

- 30188:*:UU Matter

- 250:14:Mass Fabricator

- 30139:*:Scrap Box

- 190:4:Energy Link

- 190:3:Oil Fabricator

- 190:5:Lava Fabricator

- 214:*:World Anchor

- 254:3:Block Cutter Upgrade

- 26524:*:Cannon

- 179:*:Teleport Tether

- 6357:*:Triangulator

- 194:5:Retrievulator

- 30209:*:Electric Jetpack

UsageBanned:

- 368:*:Ender Pearl

EDIT: Replace the smiley faces with two colons.

EDIT 2: Keep in mind that my server is geared towards PvP and griefing of certain areas. If you don't want this then you probably want to disable nukes as well. Also, Balkon's weapons don't respect claimed land (as of 3.1.3 using both WorldGuard and Towny) so unless you want to rely on manual moderating to prevent things like spawn killing, ban all Balkon's weapons.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...