📃report_user_gui.yml

plugins/PandoraReports/gui/report_user_gui.yml

gui:
  name: "Report %target%"
  filler-item:
    enabled: true
    item: BLACK_STAINED_GLASS_PANE
    name: " "
    lore:
      - "This is a lore"
  items:
    #
    # example-name:
    #   item: ITEM_NAME
    #   slot: 10
    #   name: "im a item"
    #   command: "" <--- without /
    #   lore:
    #     - "im a lore"
    #
    player_head:
      item: PLAYER_HEAD
      head-owner: "%target%" #The head only show if the target is premium
      slot: 13
      name: "&d&l%target%'s"
      lore:
        - ""
    chat-toxic:
      item: PAPER
      slot: 30
      name: "&c&lToxic"
      command: "report %target% Toxic"
      lore:
        - "&f"
        - "&8• &dClick to report &5%target%"
    chat-disrespect:
      item: PAPER
      slot: 31
      name: "&c&lDisrespect"
      command: "report %target% Toxic"
      lore:
        - "&f"
        - "&8• &dClick to report &5%target%"
    chat-other-ip:
      item: PAPER
      slot: 32
      name: "&c&lSend Another IP"
      command: "report %target% Send Another IP"
      lore:
        - "&f"
        - "&8• &dClick to report &5%target%"

Last updated