Items Config

Edit the items that are generated and used to spawn generators. Items are powered by CommandPanels.

This config file is used to create the items that are used in the generators or the blocks that spawn generators.

#These all use the same generator names as in the main config file.
#For example 'Coal'

#These are the items that are generated in the generators.
generated-items:
  Coal:
    material: COAL
  Iron:
    material: IRON_INGOT
  Diamond:
    material: DIAMOND
    
#These are the items that are used to place down Generators
#They need to be blocks!    
spawner-blocks:
  Coal:
    material: COAL_BLOCK
    name: '&7>> &8Coal Generator &7<<'
  Iron:
    material: IRON_BLOCK
    name: '&7>> &fIron Generator &7<<'
  Diamond:
    material: DIAMOND_BLOCK
    name: '&b>> &3Diamond Generator &b<<'

Last updated