Skip to content

Matched pattern isn't the same across entries #138

@Fusezion

Description

@Fusezion

Describe the bug
The matched pattern is not the same between all cases of parse and trigger/check/changemode
They're just all over the place

To reproduce

effect:
  patterns:
    test effect 1
    test effect 2
  parse:
    broadcast "Effect Parse Test: %matched pattern%"
    continue
  trigger:
    broadcast "Effect Trigger Test: %matched pattern%"

condition:
  patterns:
    test condition 1
    test condition 2
    test condition 3
  parse:
    broadcast "Condition Parse Test: %matched pattern%"
    continue
  check:
    broadcast "Condition Check Test: %matched pattern%"

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots

Image
Image

Server information

  • skript-reflect: 2.6
  • Skript: 2.11.0
  • Bukkit: Paper
  • Minecraft: 1.21.4
  • Java: 21
  • OS: Windows 10

Additional context
This occurs with expressions as well I just didn't have test code on hand

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions