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

Broadcast #4156

Closed
OGContent opened this issue Jul 3, 2021 · 7 comments
Closed

Broadcast #4156

OGContent opened this issue Jul 3, 2021 · 7 comments
Labels
completed The issue has been fully resolved and the change will be in the next Skript update. enhancement Feature request, an issue about something that could be improved, or a PR improving something. priority: low Issues that are not harmful to the experience but are related to useful changes or additions.

Comments

@OGContent
Copy link

Allow things like link:https://github.com/SkriptLang/Skript in the Broadcast effect if possible

@APickledWalrus
Copy link
Member

I believe you can do:
broadcast formatted "<message with formatting here>"
Let me know if this works for you.

@APickledWalrus APickledWalrus added the waiting for reply The report needs a response from the reporter to determine course of action. label Jul 3, 2021
@AyhamAl-Ali
Copy link
Member

Can confirm you can't do formatting with EffBroadcast.
This issue can be a suggestion and for now you can use send formatted "<ttp:test>test" to all players

You can use all players and console that will throw an error see #3863

@OGContent
Copy link
Author

OGContent commented Jul 3, 2021

I believe you can do:
broadcast formatted "<message with formatting here>"
Let me know if this works for you.

Like Ayham said, you can't
and yes I tested it

@APickledWalrus APickledWalrus added bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. priority: low Issues that are not harmful to the experience but are related to useful changes or additions. and removed waiting for reply The report needs a response from the reporter to determine course of action. labels Jul 3, 2021
@APickledWalrus
Copy link
Member

Labeling this as a bug as broadcast formatted ..... should work

@Romitou
Copy link
Member

Romitou commented Jul 3, 2021

I don't think this is a bug. #1093 (comment)

@APickledWalrus
Copy link
Member

Technically you can broadcasts components through https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Server.Spigot.html#broadcast(net.md_5.bungee.api.chat.BaseComponent)

Skript also does not even use a broadcast message to format. It just calls sends to every player & the console. This is something that can be fixed/improved though in #3112 through the usage of something like MiniMessage.

@OGContent OGContent changed the title Broadcast suggestion Broadcast Jul 5, 2021
@APickledWalrus APickledWalrus added enhancement Feature request, an issue about something that could be improved, or a PR improving something. and removed bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. labels Jul 16, 2021
@APickledWalrus
Copy link
Member

Looking at it more, technically not a bug as documentation states it isn't supported. Not too important though as I have a PR incoming.

@APickledWalrus APickledWalrus added the PR available Issues which have a yet-to-be merged PR resolving it label Jul 16, 2021
@TPGamesNL TPGamesNL added completed The issue has been fully resolved and the change will be in the next Skript update. and removed PR available Issues which have a yet-to-be merged PR resolving it labels Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
completed The issue has been fully resolved and the change will be in the next Skript update. enhancement Feature request, an issue about something that could be improved, or a PR improving something. priority: low Issues that are not harmful to the experience but are related to useful changes or additions.
Projects
None yet
Development

No branches or pull requests

5 participants