You can now in your gui file set item to head from HeadDatabase! Simply set:
item: 'hdb-42242'
Also trigger commands are improved, you can now send message to player (with PlaceholderAPI support), wait or wait a few seconds!
New commands example:
Code (Text):
commands: # Commands that will run after click on item. Placeholders: %player
- '[c] tellraw %player ["",{"text":"You can find more info on https://en.wikipedia.org/wiki/Philosopher%27s_stone"}]' # [c] for console command
- '[w] 20' # [w] for waiting 20 ticks (1 second)
- '[p] spawn' # [p] for player command
- '[m] You have been teleported to spawn!' # [m] for message to player with PlaceholderAPI support!
You can use
/ige autoreload to reload all guis after save any gui's config with typing any command! If you have opened any gui, it's gonna be automatically refreshed.