Links
Comment on page

Adding Items

An explanation on how to add items to the config file

Command

Using the command to add crafting/smelting limitations is the easiest way out of the two options
To add an item to the config file using the command simply hold the item you want to add and run the following command:
/dr additem <Craft|Smelt> <world>
  • <Craft|Smelt> is where you specify the type of limitation you want to add
  • <world> is what world you want to add the limitation to (To add to multiple worlds separate with a comma i.e. world1,world2,world3)

Config File

Using the config file to add crafting/smelting limitations is pretty simple
Follow the format below to add a crafting limitation:

Crafting Format

'<item#>':
material: <Material> # '*' (To disable all items)
bypass-permission: <Bypass Permission> #OPTIONAL
worlds:
- <world>
- <world>
- <world>
#- '*' (To disable in all worlds)
  • <Material> is the item you want to limit (use '*' to disable all items)
  • <Bypass Permission> is the permission node you give to players to allow them to bypass the limitation (Optional)
  • <world> is the name of the world you want this limitation to be enabled in (use '*' to disable in all worlds)
Follow the format below to add a smelting limitation:

Smelting Format

'<item#>':
material: <Material> # '*' (To disable all items)
worlds:
- <world>
- <world>
- <world>
#- '*' (To disable in all worlds)
  • <Material> is the item you want to limit (use '*' to disable all items)
  • <world> is the name of the world you want this limitation to be enabled in (use '*' to disable in all worlds)