It's been a while since I've updated the plugin so I added a few new cool additions to the config.
First things first - you can now place custom items anywhere in the GUI itself. The heads will appear in the first empty slot. The bottom row is reserved for custom items and the heads will not appear there. The 4th and 6th slots of each row (depending on the GUI size) are always reserved for previous and next page buttons.
slots:
start: X
end: Y
slot: X
slots: - X
- Y
-
...
Added additional actions for commands:
This will play a sound to the player. The first argument is the sound, the second is the volume and the third is the pitch. You can find a list of sounds here: https://www.digminecraft.com/lists/sound_list_pc.php - '[SOUND] ENTITY.PLAYER.LEVELUP, 1.0, 1.0'
This will show a title to the player. The first argument is the title, the second is the subtitle. The last three are: fade-in, stay and fade-out times. - '[TITLE] This is a title, This is a subtitle, 20, 60, 20' Alternatively you can use opt out the subtitle or the times, or just the subtitle. - '[TITLE] This is a title' - '[TITLE] This is a title, 20, 60, 20'
You can send raw messages to the player: - '[MESSAGE] this will send a message to the player' - '[TEXT] this will also send a message to the player'