Jump to content

NoItem Plugin for Tekkit


CreepZz

Recommended Posts

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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...