Change color
This commit is contained in:
parent
dc90e19e66
commit
15dc784672
@ -69,8 +69,8 @@ public class Commands implements CommandExecutor {
|
|||||||
builder.append(" \n");
|
builder.append(" \n");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
builder.append("\n" + ritualNames.get(i));
|
builder.append("\n" + WordUtils.capitalizeFully(ritualNames.get(i)));
|
||||||
builder.color(net.md_5.bungee.api.ChatColor.GREEN);
|
builder.color(net.md_5.bungee.api.ChatColor.GOLD);
|
||||||
builder.event(new ClickEvent(ClickEvent.Action.RUN_COMMAND, "/ritual " + ritualNames.get(i)));
|
builder.event(new ClickEvent(ClickEvent.Action.RUN_COMMAND, "/ritual " + ritualNames.get(i)));
|
||||||
builder.event(new HoverEvent(HoverEvent.Action.SHOW_TEXT, new ComponentBuilder(ChatColor.YELLOW + "Click to see more...").create()));
|
builder.event(new HoverEvent(HoverEvent.Action.SHOW_TEXT, new ComponentBuilder(ChatColor.YELLOW + "Click to see more...").create()));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user