spivot ksk
@topic
cara vo te mostra como faz .-
TextComponent msg= new TextComponent( "Click " );
TextComponent message = new TextComponent( "me" );
message.setClickEvent( new ClickEvent( ClickEvent.Action.OPEN_URL, "http://spigotmc.org" ) );
message.setHoverEvent( new HoverEvent( HoverEvent.Action.SHOW_TEXT, new ComponentBuilder("Goto the Spigot website!").create() ) );
msg.addExtra(message);
player.spigot().sendMessage( msg );
na propria wiki ensina isso mas ok .-