Recent content by Cyanoure

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.
  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...