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

<tooltip:> does not work in broadcast effect #1093

Closed
jaylawl opened this issue Feb 2, 2018 · 3 comments
Closed

<tooltip:> does not work in broadcast effect #1093

jaylawl opened this issue Feb 2, 2018 · 3 comments

Comments

@jaylawl
Copy link
Contributor

jaylawl commented Feb 2, 2018

Skript dev32d

Reproduction:

command /test:
    trigger:
        broadcast "<tooltip:test>message" # this will not work
        send "<tooltip:test>message" to command sender # this will work just fine
@Pikachu920
Copy link
Member

You can send to all players instead

@jaylawl
Copy link
Contributor Author

jaylawl commented Feb 2, 2018

@Pikachu920 i realise that, you mean "loop all players", right?

@Snow-Pyon
Copy link

There is no direct way to broadcast a JSON message in the Spigot API, but you can do the following which is pretty much the same:

send "<tooltip:test>message" to all players

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants