❔ FAQ

Do you want to delete a message?

To disable a sent message just leave it empty.

MESSAGES:
  LIST: []
  MESSAGE: ""

Can I use hexadecimal colors?

Yes, you can add both normal and hexadecimal color coding to any message.


Can you add custom items?

Of course you can create your own items and execute actions by clicking on them (Execute console commands, send messages, close menus, send sounds and much more).


Slot System

The slot system enables you to include an item multiple times in your GUI. There are two methods to achieve this. The first method involves specifying the slots numerically, e.g., 'slot: [1-10]' which creates the item in slots 1 through 10. The second method involves defining the slots in the form of a list, for example:

slots:
- 1
- 2
- 3

This function is only available in the custom-items section:


Can textured heads be used in menus?

Here is an example of how they would be used:

material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmU3NjA4MGRlYTk1ZjZhNmZmYjFhMmYyOWI4MmUyZGRlMmY1NGJkZGJlY2MyMGUzZmQwMTRmOTI5MjFlYzg4YyJ9fX0=

If you can't tell yet, I'll help you.

In the material section, you must use basehead- it is an identifier so it is necessary to use it, then the url of the texture.


material: Minecraft-URL-ad452bfcdc3ea14f9e612b1c96abef97c10e96c7116ea2a4b1a5df8d4aa172f9

If you can't tell yet, I'll help you.

In the material section, you must use Minecraft-URL- it is an identifier so it is necessary to use it, then the url of the texture. https://minecraft-heads.com/custom-heads/head/60985-clock-23


To create a banner pattern you can do the following.

https://www.planetminecraft.com/banners/

patterns: '{BlockEntityTag:{Patterns:[{Color:11,Pattern:"flo"},{Color:15,Pattern:"mr"},{Color:15,Pattern:"cbo"},{Color:1,Pattern:"mc"},{Color:15,Pattern:"tt"}]}}'

Last updated