CrossplatForms icon indicating copy to clipboard operation
CrossplatForms copied to clipboard

Parsers doesn't work

Open StKillReal opened this issue 2 months ago • 0 comments

Describe the bug

I was looking for a solution in Discord, but have found nothing. It should work, but it doesn't.

  menus:
    type: custom_form
    title: "§lБоковые меню"
    components:
      - type: dropdown
        text: "Выбери меню"
        default-option: 0
        options:
          - "Стандартное"
          - "Городское"
          - "Приваты"
          - "Рыночное"
          - "Шахтерское"
          - "Судный день"
        parsers:
          - type: replacements
            replacements:            
              - Стандартное: scoreboard1
              - Городское: town
              - Приваты: wg
              - Рыночное: ah
              - Шахтерское: miner
              - Судный день: wed          
    actions:
      - commands:
          - "player; tab scoreboard show %result_0%" 

To Reproduce

  1. Create a pareser for a line
  2. It should be enough

Expected behaviour

%result_0% should be changed on parser

Screenshots / Videos

image image image

Server Version and Plugins

No response

Geyser Dump

No response

CrossplatForms Version

latest build

Additional Context

No response

StKillReal avatar Apr 17 '24 19:04 StKillReal