You can create multiple GUI styles, and use one of them by setting the current-style value to that style's id.
Layout determines how elements are placed in the GUI. It's a list of character arrays. Every character array must have exactly 9 characters.
If you use a character that doesn't match any element's key, that slot will be set to air.
Example Layout
# B for borders# E for effect icon# r for random effect# R for reset effect# C for close button# P for previous page# N for next pagelayout: - "BBBBBBBBB" - "BEEEEEEEB" - "BEEEEEEEB" - "BEEEEEEEB" - "BEEEEEEEB" - "PBBrCRBBN"
Properties
Every element must have its own unique key character.