#book gui

1 messages · Page 1 of 1 (latest)

lusty anvil
#

So im trying to make a book gui so you can change your name color if you have the perm to it,
i cant get it to open a book i have read some forums and tried what it says but not working.
heres my code now to test making a book gui just open:

command /namecolor:
trigger:
open book player's tool to player

#

Ah read now on another i need skellet is that true?

torpid ice
#

Hi I made a book GUI on my server earlier this morning. I didn't use skellet, but I had skbee installed. This was the code I used:

    trigger:
        set {_book} to a written book
        add "&cʟᴀᴛᴇꜱᴛ ᴜᴘᴅᴀᴛᴇꜱ:%nl% %nl%&c• &8ᴅᴇᴠᴇʟᴏᴘᴍᴇɴᴛ ꜱᴛᴀʀᴛᴇᴅ." to pages of {_book}
        open book {_book} to player```