DeluxeMenus support - ValeraShimchuck/SimpleItemGenerator GitHub Wiki

Support status(Fully Supported!)

The SimplteItemgGenerator's hook is being supported since DM 1.14.1. You can download the latest version here

Examples

How to get SIG item rendered in a DM menu:

DM menu config:

open_command: basicsmenu
size: 9
menu_title: 'Basics Menu'
items:
  'teststone':
    material: STONE
    slot: 0
    display_name: "&aThis is a special stone"
    lore:
      - "&aTest1"
      - "&cTest2"
      - "&eTest3"
  'sig-item':
    material: simpleitemgenerator-item0 
    slot: 1
    lore_append_mode: BOTTOM # Appends lore to the end of original item's lore. Optional
    lore: 
      - "&aTest4"

SIG config:

items:
  item0:
    item:
      material: IRON_INGOT
      name: '<gold>I am a SIG item'
      lore:
      - '<gold>Sig lore'
⚠️ **GitHub.com Fallback** ⚠️