Cloud
Discord
  • Welcome!
  • Getting Started
    • Installation
  • Core
    • Features
    • Commands
    • Placeholders
  • Configuration
    • Main
    • Messages
    • Menus
  • api
    • Getting Started
    • Accessing
Powered by GitBook
On this page

Was this helpful?

  1. Configuration

Menus

menus/duel/duel_menu.yml
duel_menu:
  title: "Duel <player>"
  size: 27

  kit:
    material: diamond sword
    name: "<#9AABBD>Kit"
    slots: [ 12 ]
    lore:
      - "<gray>Select a kit for the duel."
      - "<gray>Selected Kit: <#9AABBD><kit>"
    flags:
      - "HIDE_ATTRIBUTES"

  arena:
    material: chest
    name: "<#9AABBD>Arena"
    slots: [ 13 ]
    lore:
      - "<gray>Select an arena to duel in."
      - "<gray>Selected Arena: <#9AABBD><arena>"
    flags:
      - "HIDE_ATTRIBUTES"
    permission_required: false # If enabled, only players with the permission will be able to select an arena.
    permission: cloud.player.duel.arena # The permission required to select an arena.

  rounds:
    material: paper
    name: "<#9AABBD>Rounds"
    slots: [ 14 ]
    lore:
      - "<gray>Choose the number of rounds."
      - "<gray>Selected Rounds: <#9AABBD><round>"
    flags:
      - "HIDE_ATTRIBUTES"

  start_duel:
    material: lime stained glass pane
    name: "<#9AABBD>Duel"
    slots: [ 16 ]
    lore:
      - "<gray>Click to send a duel request with:"
      - "<gray>Kit: <#9AABBD><kit>"
      - "<gray>Arena: <#9AABBD><arena>"
      - "<gray>Rounds: <#9AABBD><round>"
    flags:
      - "HIDE_ATTRIBUTES"

  not_setup:
    material: red stained glass pane
    name: "<#9AABBD>Duel"
    slots: [ 16 ]
    lore:
      - "<gray>Please select a kit first."
      - "<gray>Kit: <#9AABBD><kit>"
      - "<gray>Arena: <#9AABBD><arena>"
      - "<gray>Rounds: <#9AABBD><round>"
    flags:
      - "HIDE_ATTRIBUTES"
menus/duel/duel_kit_selection_menu.yml
duel_kit_selection_menu:
  title: "Duel <player>"
  size: 36
  kits_per_page: 26

  kit:
    material: diamond sword
    name: "<#9AABBD><kit>"
    lore:
      - "<gray>Select to select this kit."
    flags:
      - "HIDE_ATTRIBUTES"

  previous_page:
    material: arrow
    name: "<#9AABBD>Previous"
    slots: [ 30 ]

  next_page:
    material: arrow
    name: "<#9AABBD>Next"
    slots: [ 32 ]

  no_previous_page:
    material: arrow
    name: "<gray>Previous"
    slots: [ 30 ]

  no_next_page:
    material: arrow
    name: "<gray>Next"
    slots: [ 32 ]
menus/duel/duel_arena_selection_menu.yml
duel_arena_selection_menu:
  title: "Duel <player>"
  size: 36
  kits_per_page: 26

  arena:
    material: grass block
    name: "<#9AABBD><arena>"
    lore:
      - "<gray>Select to select this arena."
    flags:
      - "HIDE_ATTRIBUTES"

  previous_page:
    material: arrow
    name: "<#9AABBD>Previous"
    slots: [ 30 ]

  next_page:
    material: arrow
    name: "<#9AABBD>Next"
    slots: [ 32 ]

  no_previous_page:
    material: arrow
    name: "<gray>Previous"
    slots: [ 30 ]

  no_next_page:
    material: arrow
    name: "<gray>Next"
    slots: [ 32 ]
menus/duel/duel_round_selection_menu.yml
duel_round_selection_menu:
  size: 27
  title: "Duel <player>"

  rounds:
    round_1:
      material: paper
      name: "<#9AABBD>First of 1"
      slots: [ 10 ]

    round_2:
      material: paper
      name: "<#9AABBD>First of 2"
      slots: [ 11 ]

    round_3:
      material: paper
      name: "<#9AABBD>First of 3"
      slots: [ 12 ]

    round_5:
      material: paper
      name: "<#9AABBD>First of 5"
      slots: [ 13 ]
      
    round_6:
      material: paper
      name: "<#9AABBD>First of 6"
      slots: [ 14 ]
        
    round_8:
      material: paper
      name: "<#9AABBD>First of 8"
      slots: [ 15 ]
        
    round_10:
      material: paper
      name: "<#9AABBD>First of 10"
      slots: [ 16 ]
menus/duel/duel_request_menu.yml
duel_request_menu:
  title: "Duel <player>"

  accept:
    material: emerald
    name: "<#9AABBD>Accept"
    slots: [ 1 ]
    lore:
      - "<gray>Click to accept the"
      - "<gray>duel request from <player>."
    flags:
      - "HIDE_ATTRIBUTES"

  deny:
    material: firework_star
    name: "<#9AABBD>Deny"
    slots: [ 3 ]
    lore:
      - "<gray>Click to deny the"
      - "<gray>duel request from <player>."
    flags:
      - "HIDE_ATTRIBUTES"
menus/kit/kit_layout_editor_menu.yml
kit_layout_editor_menu:
  title: "Editing <kit>"

  filter:
    material: gray stained glass pane
    name: " "
    slots: [ 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50 ]
    lore: []
    flags:
      - "HIDE_ATTRIBUTES"

  save:
    material: anvil
    name: "<#9AABBD>Save"
    slots: [ 51 ]
    lore:
      - "<gray>Click to save the layout."
    flags:
      - "HIDE_ATTRIBUTES"

  reset:
    material: chest
    name: "<#9AABBD>Reset"
    slots: [ 52 ]
    lore:
      - "<gray>Click to reset the layout."
    flags:
      - "HIDE_ATTRIBUTES"

  leave:
    material: arrow
    name: "<#9AABBD>Leave"
    slots: [ 53 ]
    lore:
      - "<gray>Click to leave the editor."
    flags:
      - "HIDE_ATTRIBUTES"
menus/queue/queue_kit_selection_menu.yml
queue_kit_selection_menu:
  title: "Queue"
  size: 36
  kits_per_page: 26

  kit:
    name: "<#9AABBD><kit>"
    lore:
      - "<gray>Select to queue for this kit."
    flags:
      - "HIDE_ATTRIBUTES"

  previous_page:
    material: arrow
    name: "<#9AABBD>Previous"
    slots: [ 30 ]

  next_page:
    material: arrow
    name: "<#9AABBD>Next"
    slots: [ 32 ]

  no_previous_page:
    material: arrow
    name: "<gray>Previous"
    slots: [ 30 ]

  no_next_page:
    material: arrow
    name: "<gray>Next"
    slots: [ 32 ]
menus/settings/duel_setting_menu.yml
duel_setting_menu:
  title: "Settings"
  size: 27
  placeholders:
    enabled: "<green>Enabled"
    disabled: "<red>Disabled"

  request:
    material: book
    name: "<#9AABBD>Rejecting Requests"
    slots: [ 12 ]
    lore:
      - "<gray>Toggle duel requests on or off."
      - "<empty>"
      - "<gray>Status: <status>"
    flags:
      - "HIDE_ATTRIBUTES"

  ping_based_matchmaking:
    material: iron sword
    name: "<#9AABBD>Ping Based Queuing"
    slots: [ 14 ]
    lore:
      - "<gray>If enabled, you will be matched with an opponent"
      - "<gray>who falls within a specific ping range while queuing."
      - "<empty>"
      - "<gray>Status: <status>"
    flags:
      - "HIDE_ATTRIBUTES"
menus/stats/player_stats_menu.yml
player_stats_menu:
  title: "<player> Stats"
  size: 27

  matches_played:
    material: torch
    name: "<#9AABBD>Matches Played"
    slots: [ 12 ]
    lore:
      - "<#9AABBD><matches> <gray>matches played."
    flags:
      - "HIDE_ATTRIBUTES"

  stats:
    material: book
    name: "<#9AABBD>Stats"
    slots: [ 14 ]
    lore:
      - "<empty>"
      - "<gray>Kills: <#9AABBD><kills>"
      - "<gray>Deaths: <#9AABBD><deaths>"
      - "<gray>Wins: <#9AABBD><wins>"
      - "<gray>Losses: <#9AABBD><losses>"
      - "<gray>Winstreak: <#9AABBD><win_streak>"
      - "<empty>"
    flags:
      - "HIDE_ATTRIBUTES"
PreviousMessagesNextGetting Started

Last updated 2 months ago

Was this helpful?