Search results

  1. Cyanoure

    Solved How to create a ClickEvent on TextComponent?

    Thank you, you're my hero! msgc = msgc.clickEvent(ClickEvent.clickEvent(ClickEvent.Action.OPEN_URL,url)); player.sendMessage(msgc); I'm used to spigot. 😅
  2. Cyanoure

    Solved How to create a ClickEvent on TextComponent?

    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...