📌GUI Configuration
Ore Processor uses a component-based GUI. You define the layout made from characters. Each character defines a specific component.
The component has a type option for the plugin to handle. You can add additional items to the menu with no type.
Example item configuration:
Material list: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html Enchantment list: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/enchantments/Enchantment.html Item flags: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/inventory/ItemFlag.html
Item Meta
Skull
The skull texture is an identifier at the tail of the skin URL pointing to Mojang's server such as https://textures.minecraft.net/texture/6e2be91f04579a924a20a0585b8addac8ec790c97f005333a47ed983554c6ea
It is possible to use the URL. However, I won't recommend it since that is too long
Reference
For further information, you may want to check: https://anhcraft.gitbook.io/vouchers/configuration/voucher-configuration/custom-item
Vouchers is another plugin made by me and it has the same item configuration format. The item configuration is the section under custom-item
Last updated