MessageUtil
Utility for sending Adventure/MiniMessage formatted messages.
Functions
Link copied to clipboard
Converts a legacy-formatted message string into a MiniMessage-compatible string.
Link copied to clipboard
Link copied to clipboard
public static void sendMessage(@NotNull() @NotNull() Audience audience, @NotNull() @NotNull() String message)
Send a message to an audience, with no placeholders
public static void sendMessage(@NotNull() @NotNull() Audience audience, @NotNull() @NotNull() String message, @NotNull() @NotNull() Map<String, String> placeholders)
Send a message to a player