Config Examples

Config Example (config.yml)

global:
  rows: 1 // Number of rows, 1 row is 9 slots, maximum of 6 rows (54 slots)!
  invTitle: '&cMenuBook' // Title of the inventory GUI (Supports colorcodes!)
item:
  type: BOOK // Item ID or name, does not support data values yet!
  title: '&cMenuBook' // The name of the item you'll get to open the menu
  lore:
  - This is a MenuBook example! // The lore for the item, doesn't support colorcodes yet!
commands:
  GOLD_BLOCK: // Item ID or name, does not support data values yet!
    command: gamemode 1 // The command that must be executed when a player clicks on the item
    title: '&5Creative Mode' // Title for the item (Supports colorcodes!)
    lore:
    - CREATIVE NOOB // Lore for the item, doesn't support colorcodes yet!

Comments

Posts Quoted:
Reply
Clear All Quotes