prefs.yml

Overview

The prefs.yml file is the home of the pre menu within FateHub!

Last Updated: 5/30/2023

Default files are created on a 1.8 version base. Newer versions will need item name changes made before use. We are working to create pre-made config files for each version.

Default Config File

menu:
  prefs-menu:
    menu-title: "&bPrefs"
    menu-size: 9
    fill-menu:
      enabled: false
      item:
        name: " "
        material: "STAINED_GLASS_PANE"
        amount: 1
        durability: 0
        lore: []
    items:
      item-1:
        name: "&aPlayer Visibility"
        material: "INK_SACK"
        durability: 1
        slot: 3
        amount: 1
        message:
          enabled: false
          text: "&eHello &b<player>!"
        command:
          enabled: false
          #Put command without /
          execute: "playervis"
        action: ""
        lore:
          - ""
          - "&7Click to toggle"
          - "&7player visibility!"
          - ""
      item-2:
        name: "&eSounds"
        material: "NOTE_BLOCK"
        durability: 0
        slot: 5
        amount: 1
        message:
          enabled: false
          text: "&eHello &b<player>!"
        command:
          enabled: true
          #Put command without /
          execute: "sound"
        action: ""
        lore:
          - ""
          - "&7Click to toggle"
          - "&7hub sounds!"
          - ""
      item-3:
        name: "&6Scoreboard"
        material: "DIAMOND"
        durability: 0
        slot: 7
        amount: 1
        message:
          enabled: false
          text: "&eHello &b<player>!"
        command:
          enabled: true
          #Put command without /
          execute: "scoreboard"
        action: ""
        lore:
          - ""
          - "&7Click to toggle"
          - "&7your scoreboard!"
          - ""

Last updated