-
-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Broadcast #4156
Comments
I believe you can do: |
Can confirm you can't do formatting with You can use |
Like Ayham said, you can't |
Labeling this as a bug as |
I don't think this is a bug. #1093 (comment) |
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. |
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. |
Allow things like link:https://github.com/SkriptLang/Skript in the Broadcast effect if possible
The text was updated successfully, but these errors were encountered: