Links

Categories

In the categories.yml file you will be able to create different categories and have a list of materials for each category:
categories:
examples:
name: Examples
materials:
- "name:test name"
- "lore:test lore"
- "modelid:10001"
- "material:test name;STONE;1"
blocks:
name: blocks
materials:
- STONE
- GRASS_BLOCK
- DIRT
- "name;&6Diamond name"
- "lore;&6Diamond lore"
...
potions:
name: potions
materials:
- BLAZE_ROD
- GHAST_TEAR
...
tools:
name: tools
materials:
- IRON_SPADE
- IRON_PICKAXE
...
weapons:
name: weapons
materials:
- FLINT_AND_STEEL
- BOW
....
misc:
name: misc
Last modified 3mo ago