replacePlaceholders

public static String replacePlaceholders(String string)

Replace all PlaceholderAPI placeholders with MiniMessage tags in a string.

Return

A replaced string

Parameters

string

The string


public static String replacePlaceholders(CommandSender sender, String string)

Replace all PlaceholderAPI placeholders in a string.

Return

A replaced string

Parameters

sender

The sender

string

The string