Fancier Sticks: Making Custom Items (PLACEHOLDER ONLY)

TODO: Write-up that introduces item script containers, and the general ideas of making custom items, mentioning recipes, name/lore, mechanisms, item flags, etc.

Placeholder

Until this page is written, you can view the old tutorial video here.

Sample Script

Here's a quick sample of a modern item script.

my_item:
    type: item
    material: stick
    display name: <&[item]>Fancy stick!
    lore:
    - <&[lore]>So fancy.

You can get this item in-game by typing /ex give my_item

Note that the above sample uses the item and lore custom color codes defined in your Denizen/config.yml