I also searched on google but it only shows that is not related to this Velocity.
I'm not an expert, this is my first Velocity plugin. (I have some experience in Spigot and Bungee plugin dev.)
I don't know how to send a text message to a player with a clickable link.
This is my code:
But this is not working. My IDE (IntelliJ) says this at "new ClickEvent":

I have no idea what to do.
I'm not an expert, this is my first Velocity plugin. (I have some experience in Spigot and Bungee plugin dev.)
I don't know how to send a text message to a player with a clickable link.
This is my code:
Java:
TextComponent msgc = Component.text("click here");
msgc.clickEvent(new ClickEvent(ClickEvent.Action.OPEN_URL,"https://example.com/"));
player.sendMessage(msgc);
'ClickEvent(net.kyori.adventure.text.event.ClickEvent.@org.jetbrains.annotations.NotNull Action, [email protected] String)' has private access in 'net.kyori.adventure.text.event.ClickEvent'

I have no idea what to do.
- Version Output
- 3.1.1
Last edited: