nightbreakInfoButton

public static MenuButton nightbreakInfoButton(String skullName, String displayName, List<String> displayLore, String headlineMessage, String wikiLabel, String wikiLinkDisplay, String wikiLinkHover, String wikiUrl, String contentLabel, String contentLinkDisplay, String contentLinkHover, String contentUrl, String discordLabel, String discordLinkDisplay, String discordLinkHover, String discordUrl, String downloadAllClickMessage, String downloadAllClickHover, String downloadAllCommand)

Builds the standard Nightbreak info MenuButton.

Pass null for downloadAllClickMessage (and/or the other downloadAll arguments) to disable the optional "/em downloadall"-style row entirely; otherwise it is shown only when hasToken is true at click time.

Return

A MenuButton whose icon is the configured skull and whose onClick prints the chat block described above.

Parameters

skullName

Mojang username whose skin is used for the player-head icon.

displayName

Item display name (legacy color codes / MiniMessage gradients allowed).

displayLore

Item lore lines shown in the tooltip.

headlineMessage

First chat line printed inside the gradient bars.

wikiLabel

Plain-text prefix for the wiki row (e.g. "&2&lWiki page: ").

wikiLinkDisplay

Clickable text for the wiki row.

wikiLinkHover

Hover tooltip for the wiki row.

wikiUrl

URL opened by the wiki row's click event.

contentLabel

Plain-text prefix for the content row.

contentLinkDisplay

Clickable text for the content row.

contentLinkHover

Hover tooltip for the content row.

contentUrl

URL opened by the content row's click event.

discordLabel

Plain-text prefix for the discord row.

discordLinkDisplay

Clickable text for the discord row.

discordLinkHover

Hover tooltip for the discord row.

discordUrl

URL opened by the discord row's click event.

downloadAllClickMessage

Clickable text for the optional command row, or null to omit the row.

downloadAllClickHover

Hover tooltip for the optional command row.

downloadAllCommand

Command to run when the optional row is clicked (e.g. "/em downloadall").