FateHub
  • FateHub Overview
  • Commands & Permissions
  • Placeholders
  • Christmas Features
  • Supported Cores
  • Armor Colors
  • HEX Colors
  • Common Queue Questions
  • World Backup System
  • Menu & Item Actions
  • Skulls in Menus
  • Custom Menu Item Data
  • Default Config Files
    • settings.yml
    • data.yml
    • menus.yml
    • messages.yml
    • gadgets.yml
    • prefs.yml
    • scoreboard.yml
    • cores.yml
    • status.yml
  • Main Wiki
Powered by GitBook
On this page
  • Overview
  • Default Config File

Was this helpful?

  1. Default Config Files

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!"
          - ""
Previousgadgets.ymlNextscoreboard.yml

Last updated 2 years ago

Was this helpful?