Changes & Needed Config Additions:
https://wiki.bghddevelopment.com/books/fatehub/page/2028---changelog
Fixed Speed
Added option for menus to be filled with glass
Added option to send a message to the player from the menu
Want to fill a menu with glass add this to your menu code:
Code:fill-menu: enabled: true fill-data: 7 material: "STAINED_GLASS_PANE"
Want to send a message from your menu item to the player? Add this to your item code:
Code:message: enabled: true text: "&eHello &b<player>!"
Examples can be found in the default files: https://wiki.bghddevelopment.com/books/fatehub/page/default-config-files
