Paper icon indicating copy to clipboard operation
Paper copied to clipboard

Bukkit#broadcastMessage doesn't make urls clickable

Open rexlManu opened this issue 1 year ago • 2 comments

Expected behavior

urls are clickable

Observed/Actual behavior

In latest spigot 1.19.2 urls are clickable when sent with Bukkit#broadcastMessage(String message)

In paper this doesn't work anymore.

Steps/models to reproduce

event.getPlayer().sendMessage("https://example.com"); // clickable
Bukkit.broadcastMessage("https://example.com"); // not clickable

// in vanilla spigot, both messages are clickable

Plugin and Datapack List

irrelevant

Paper version

every paper version with advencture until now

Other

No response

rexlManu avatar Aug 17 '22 15:08 rexlManu