Custom Items

Custom items

Sample custom item:

Daisy_Cutter:
  item: Iron_Sword:1 Sharpness:10
  name: The Daisy Cutter
  lore:
  - Strikes down daisies by the hundreds
  - Forged by the mighty AmoebaMan

To create custom items, create configuration sections within items.yml as shown. To load them in kits, replace the name of the item with the name of the configuration section containing them. In this example, you could add the Daisy Cutter to a kit by adding the item Daisy_Cutter:1.

Available attributes

name

description

itemThe base item that you want to modify, expressed in standard KitMaster form. For information on how to format this field, see the Items page.
nameThe modified name of the item that will replace its ordinary name in tooltips and such.
loreAll the lore to be included with the object. Lore appears as text (purple unless changed manually) in the item tooltip when it is hovered over in the inventory. As much lore as desired can be added, but excessively large amounts can flood the screen.