Jump to content

Recommended Posts

Posted

Hi so I have a Tekkit server that I have for a few friends of mine and I was thinking how do I disable certain blocks. I wanted to disable Personal Safe and Alchemy bags (you can put anything in them and no one can touch it) I googled my question and it came up with this plugin called "NoItem" Basically what it does is it disallows people to maybe hold it or craft the item. There was this thing in the NoItem file which was called Custom Blocks. I'm asking any Tekkit server Owners that have this plugin and could maybe share some knowledge with me. This is what comes up when I open the file CustomBlocks:

-------------------------------------------------------------------------------------------------------------

# For more information on how to set up custom blocks

# Go here -> http://dev.bukkit.org/server-mods/noitem/pages/configuring-custom-blocks/

# How to set up a furnace block #

# blockname:

# id:

# data:

# type: furnace

# itemSlots:

# fuelSlots:

# resultSlots:

# usesFuel:

# How to set up a workbench block #

# id:

# data:

# type: workbench

# recipeSlots:

# resultSlots:

# fakeRecipeItems:

# Here is an example of each #

RMFurnace:

id: 126

data: 4

type: furnace

itemSlots: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]

fuelSlots: [0]

resultSlots: [14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]

usesFuel: true

BlulectricFurnace:

id: 137

data: 4

type: furnace

itemSlots: [0, 1, 2, 3, 4, 5, 6, 7 , 8]

resultSlots: [10]

ProjectTable:

id: 137

data: 3

type: workbench

resultSlots: [9]

recipeSlots: [0, 1, 2, 3, 4, 5, 6, 7, 8]

AutomaticCraftingTableMkII:

id: 194

data: 1

type: workbench

recipeSlots: [1, 2, 3, 4, 5, 6, 7, 8, 9]

resultSlots: [0]

fakeRecipeItems: true

------------------------------------------------------------------------------------------------------------

After this point I got confused because there was no specific wording saying "disallow custom blocks here" So anyone that could help me I would greatly appreciate your help! :D

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