gui.yml
gui.yml
This file allows you to customize the text and layout of the GUIs. You can change titles, item names, lore, and even item materials and slots using standard Minecraft color codes (&c
, &l
, etc.).
Example:
main-menu:
# Change this line to edit the title of the /fh gui menu.
title: "&c&lHopper Settings"
size: 27
items:
speed-editor:
material: "OAK_SIGN"
slot: 11
# Change this to edit the button's name.
name: "&a&lChange Hopper Speeds"
# Change these lines to edit the button's lore.
lore:
- "&7Click to modify the speed"
- "&7of each hopper tier."
Last updated