Lists

Lists are located at plugins/DeathControl/lists.txt. Lists are used by the main configuration file in various actions like "keep-items" or "damage-items". More on that can be found on the Configuration page.

Make sure you check the server log after editing the file. It will warn you if the plugin didn't find a specific item or if your formatting isn't correct.


NEW: Advanced item selectors

Since plugin version 1.9, there is a very powerful item selector system that allows you to precisely adjust which items to match: Check for enchantments, renamed items and more!

This method is described on the Advanced Lists page.
Note that the old, simple system described on this page still works, if that's what you need!


Content info

This file contains every item/block list that you want to use in config.yml.
Every new list starts with $list, followed by the name of the list.
Below that line, you put every item/block that belongs to the list.

Allowed are block/item IDs or their names (as they are referred to in the bukkit API).
List of IDs
List of names

Tip: If you are not sure about a name, just use the ID.

You can also specify a data value by attaching it with a colon (:)
For example, 351:15 would only match bone meal.


Formatting info

  • Lines starting with # and empty lines will be ignored.
  • Only put ONE entry per line!

Example

This example defines a list called "armor", which contains all different pieces of armor.

$list armor
DIAMOND_CHESTPLATE
DIAMOND_HELMET
DIAMOND_LEGGINGS
DIAMOND_BOOTS
IRON_CHESTPLATE
IRON_HELMET
IRON_LEGGINGS
IRON_BOOTS
LEATHER_CHESTPLATE
LEATHER_HELMET
LEATHER_LEGGINGS
LEATHER_BOOTS
CHAINMAIL_CHESTPLATE
CHAINMAIL_HELMET
CHAINMAIL_LEGGINGS
CHAINMAIL_BOOTS