menus.yml

voting:
  selection:
    title: "Voting"
    rows: 3
    game-mode:
      name: "&aGame Mode"
      icon: "LEVER"
      lore:
        - "&7Select the game mode"
        - "&7you want to play with"
      slot: 12
    map-mode:
      name: "&aMap Mode"
      icon: "PISTON"
      lore:
        - "&7Select the world modifier"
        - "&7you want to play with"
      slot: 14
  game-mode:
    title: "Game Mode"
    rows: 3
    normal:
      name: "&aNormal"
      icon: "EMERALD"
      lore:
        - "&7Randomly get items."
        - " "
        - "&7<votes> votes"
      slot: 10
    shuffle:
      name: "&aShuffle"
      icon: "FILLED_MAP"
      lore:
        - "&7Your inventory will"
        - "&7randomly be shuffled."
        - " "
        - "&7<votes> votes"
      slot: 12
    balanced:
      name: "&aBalanced"
      icon: "FEATHER"
      lore:
        - "&7Everyone gets the same items."
        - " "
        - "&7<votes> votes"
      slot: 14
    swapper:
      name: "&aSwapper"
      icon: "ENDER_PEARL"
      lore:
        - "&7You will be swapped with another"
        - "&7player every 15 seconds."
        - " "
        - "&7<votes> votes"
      slot: 16
  map-mode:
    title: "Map Mode"
    rows: 3
    normal:
      name: "&aNormal"
      icon: "EMERALD"
      lore:
        - "&7No modifiers."
        - " "
        - "&7<votes> votes"
      slot: 11
    rising-lava:
      name: "&aRising Lava"
      icon: "LAVA_BUCKET"
      lore:
        - "&7Lava will rise from"
        - "&7the bottom of the map."
        - " "
        - "&7<votes> votes"
      slot: 12
    portals:
      name: "&aPortals"
      icon: "END_PORTAL_FRAME"
      lore:
        - "&7Portals will spawn at the"
        - "&7top and bottom of the map."
        - " "
        - "&7<votes> votes"
      slot: 13
    ablockalypse:
      name: "&aAblockalypse"
      icon: "OBSIDIAN"
      lore:
        - "&7Blocks will randomly appear"
        - "&7around the map."
        - " "
        - "&7<votes> votes"
      slot: 14
    fragile-blocks:
      name: "&aFragile Blocks"
      icon: "CRACKED_STONE_BRICK"
      lore:
        - "&7Blocks will break when you"
        - "&7step on them for too long."
        - " "
        - "&7<votes> votes"
      slot: 15

Last updated