Better help message

This commit is contained in:
samczsun 2017-02-27 21:59:34 -05:00 committed by cnr
parent a1bad6d07e
commit 866b7bf63b
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ public class TeamspeakManager extends MiniClientPlugin<TeamspeakClientInfo> impl
.append("Unlink")
.color(ChatColor.RED)
.bold(true)
.event(new HoverEvent(HoverEvent.Action.SHOW_TEXT, new ComponentBuilder("Click to unlink this account").color(ChatColor.RED).create()))
.event(new HoverEvent(HoverEvent.Action.SHOW_TEXT, new ComponentBuilder("Click to unlink this account. All your ranks on Teamspeak will be removed").color(ChatColor.RED).create()))
.event(new ClickEvent(ClickEvent.Action.SUGGEST_COMMAND, "/teamspeak unlink " + data.getKey()))
.append(" - ", ComponentBuilder.FormatRetention.NONE)
.color(ChatColor.WHITE)