Configuration/Items

Configuration / Items

[ Main ] [ Multiworld ] [ Tools ] [ Usergroups ] [ Blacklist(s) ] [ Materializer ]

For any items in the config, the syntax looks like this:
id[:meta]

Id can either be the item's id or its name (from this list, case doesn't matter).

Meta (also called damage or durability) can be:

  • nothing - it will default to 0 then
  • a number
  • * - items with all meta values will match

So, a few examples:

  • 1
  • 1:0
  • stone
  • STONE:0
  • Redstone
  • WOOL:*
  • Obsidian
  • Coal:1

The first 4 entries are exactly the same: normal stone.

The next 4 are redstone, wool with any color, obsidian and charcoal.