NightbreakChangelogMessages

public final class NightbreakChangelogMessages extends Record

Player-facing text used by the shared Nightbreak changelog inbox.

Consumer plugins may supply configuration-backed or translated values through NightbreakPluginSpec. Release-note bodies are deliberately not part of this contract: they are remote, versioned content and are always rendered as literal text.

Supported placeholders are $plugin, $command, $prefix, $count, $component, and $version, where relevant.

Constructors

Link copied to clipboard
public void NightbreakChangelogMessages(String prefix, String pendingNotice, String viewButton, String viewHover, String noUnread, String dialogTitle, String dialogExternalTitle, String omittedDialog, String releaseHeader, String dismissButton, String disableButton, String disableTooltip, String chatHeader, String omittedChat, String chatInstructions, String dismissedPage, String viewNextButton, String viewNextHover, String dismissedAll, String disabled, String unavailable, String adminOnly, String commandDescription, String commandUsage)

Functions

Link copied to clipboard

Inherited functions

Link copied to clipboard
public abstract boolean equals(Object p)
Link copied to clipboard
public abstract int hashCode()
Link copied to clipboard
public abstract String toString()