mirror of
https://github.com/filoghost/HolographicDisplays.git
synced 2024-12-20 15:57:49 +01:00
Fix quick edit command tooltips
This commit is contained in:
parent
a1bafc4366
commit
1be79f05b0
@ -132,7 +132,7 @@ public class HologramCommandManager extends SubCommandManager {
|
||||
usageArgs = "";
|
||||
}
|
||||
|
||||
String usage = "/" + commandContext.getRootLabel() + " " + subCommand.getName() + " " + hologram + " ";
|
||||
String usage = "/" + commandContext.getRootLabel() + " " + subCommand.getName() + " " + hologram.getName() + " ";
|
||||
message.append("[" + quickEditCommand.getActionName() + "]").color(ChatColor.DARK_AQUA)
|
||||
.event(new ClickEvent(ClickEvent.Action.SUGGEST_COMMAND, usage))
|
||||
.event(new HoverEvent(HoverEvent.Action.SHOW_TEXT, TextComponent.fromLegacyText(
|
||||
|
Loading…
Reference in New Issue
Block a user