CrateReloaded
CrateReloaded copied to clipboard
Text Component Suggest_Command for the /cr help page
This would add functionality that allows clicking a /cr help page item to paste it into your chatbar.
Something like:
TextComponent.setClickEvent(new ClickEvent(ClickEvent.Action.SUGGEST_COMMAND, "/command here"));
You could also add < and > arrows to go between pages with click events.