RealmCore Wiki
  • 🌎RealmCore Wiki
  • 🎖️How to Start
  • ⚙️Settings.yml Tutorial
  • 📮Menus
    • 🧱Expand Menu
    • 📜List Menu
    • 🔩Settings Menu
  • 💡Permissions
  • 📨Commands
  • 🎲PlaceholderAPI Variables
Powered by GitBook
On this page

Was this helpful?

  1. Menus

List Menu

#
#   ╔═══╗─────╔╗───╔═══╗
#   ║╔═╗║─────║║───║╔═╗║
#   ║╚═╝╠══╦══╣║╔╗╔╣║─╚╬══╦═╦══╗         List Menu
#   ║╔╗╔╣║═╣╔╗║║║╚╝║║─╔╣╔╗║╔╣║═╣        Version: 0.1.02
#   ║║║╚╣║═╣╔╗║╚╣║║║╚═╝║╚╝║║║║═╣
#   ╚╝╚═╩══╩╝╚╩═╩╩╩╩═══╩══╩╝╚══╝
#
menu:
  list:
    slots: 45
    title: "      Realms Menu - Page %current_page%"
    items:
      "0":
        material: GRAY_STAINED_GLASS_PANE
        slot: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 17, 27, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44]
        name: " "
        customdata: 0
      "18":
        material: ARROW
        slot: 18
        name: "&7<-"
        customdata: 0
      "26":
        material: ARROW
        slot: 26
        name: "&7->"
        customdata: 0
      "Heads":
        material: PLAYER_HEAD
        head-slots: [10, 11, 12, 13, 14, 15, 16, 19, 20, 21, 22, 23, 24, 25, 28, 29, 30, 31, 32, 33, 34, 35]
        name: "%player_realm%"
        customdata: 0
        lore:
          - "&7"
          - "&7Created on: &f%realm_creationdate%"
          - "&7Players in the realm &f%current_realm_players%"
          - "&7"
          - "&#378dd3→ Click to go to their realm "
bedrock_form:
  list:
    title: "Realms Menu - Page %current_page%"
    realms_per_page: 5
    form_content:
      enabled: false
      content: "Example content"
    buttons:
      button1:
        name: "<- Previous page"
        image:
          enabled: false
          link: https://example.com/example1.png
      button2:
        name: "Next page ->"
        image:
          enabled: false
          link: https://example.com/example2.png
      gen_realms:
        name: "%player_realm%"
        image:
          enabled: true
          link: http://cravatar.eu/avatar/%player_realm%
PreviousExpand MenuNextSettings Menu

Last updated 8 months ago

Was this helpful?

📮
📜