Skip to content

Text component variable name incorrect #8676

@TheLimeGlass

Description

@TheLimeGlass

Skript/Server Version

1.21.5
2.15.3

Bug Description

on chat:
	set {_m} to raw uncolored message
	set {_test::%{_m}%} to true
	broadcast indices of {_test::*}

This broadcasts textcomponent:1233456
etc

this should not be the text component when using raw, uncoloured and in general, it should never be textcomponent:1234456... etc

Expected Behavior

To set the variable name to the message unformatted, uncoloured, directly like it used too

Steps to Reproduce

on chat:
	set {_m} to raw uncolored message
	set {_test::%{_m}%} to true
	broadcast indices of {_test::*}

Errors or Screenshots

No response

Other

Solution for now is to use skript-reflect set {_m} to message.content()

Agreement

  • I have read the guidelines above and affirm I am following them with this report.

Metadata

Metadata

Assignees

No one assigned

    Labels

    PR availableIssues which have a yet-to-be merged PR resolving itbugAn issue that needs to be fixed. Alternatively, a PR fixing an issue.priority: lowIssues that are not harmful to the experience but are related to useful changes or additions.

    Type

    No type

    Priority

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions