Config file now handles enchantments.

This commit is contained in:
officereso 2020-06-07 06:28:33 -05:00
parent 62bea340e2
commit bc12ad2c10

View File

@ -12,7 +12,15 @@ maps:
kits:
example_kit_name:
name: "Kit Name"
items: "DIAMOND_SWORD 1, DIAMOND_SHOVEL 1"
items:
1:
material: "DIAMOND_SWORD"
ammount: 1
enchantments: "SHARPNESS 1, SWEEPING_EDGE 2"
2:
material: "DIAMOND_SHOVEL"
ammount: 1
enchantments:
cost: 2
position: 0