DeluxeMenus support - ValeraShimchuck/SimpleItemGenerator GitHub Wiki
- Implemented support in a DM fork
- PR is accepted and merged
- Contains in official dev-builds(should be available in build 197 or above) https://ci.extendedclip.com/job/DeluxeMenus/
- Published at spigot (should be available since DM version 1.14.1) https://www.spigotmc.org/resources/deluxemenus.11734/
The SimplteItemgGenerator's hook is being supported since DM 1.14.1. You can download the latest version here
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'