Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflicts with skript yaml #91

Closed
jayjna opened this issue Mar 9, 2024 · 2 comments
Closed

Conflicts with skript yaml #91

jayjna opened this issue Mar 9, 2024 · 2 comments
Labels
4.0 bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@jayjna
Copy link

jayjna commented Mar 9, 2024

skjson lists get blocked by skript yaml
none of the following broadcasts work when skript yaml is also installed

broadcast "&e%value "value" of {_results::1}%"
    loop {_results::*}:
        broadcast "%value "value" of loop-value%"

And I get this skript yaml error in console

[skript-yaml] No yaml by the name 'null' has been loaded

@cooffeeRequired cooffeeRequired added bug Something isn't working good first issue Good for newcomers investigate 4.0 labels Mar 9, 2024
@cooffeeRequired
Copy link
Owner

So that happens on line loop? or value of?

@jayjna
Copy link
Author

jayjna commented Mar 11, 2024

It happens on both broadcast lines
so
broadcast "&e%value "value" of {_results::1}%"
and
broadcast "%value "value" of loop-value%"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.0 bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants