This commit is contained in:
extendedclip 2020-01-06 14:29:07 -05:00
parent 2dbf69a74e
commit c1cff8ca74
1 changed files with 0 additions and 1 deletions

View File

@ -228,7 +228,6 @@ public class PlaceholderAPI {
* @param text text to parse the placeholder values to
* @param placeholderPattern the pattern to match placeholders to. Capture group 1 must contain an
* @param colorize true/false if color codes should be translated within the output text
* underscore separating the identifier from the params
* @return text with all placeholders set to the corresponding values
*/
public static String setPlaceholders(OfflinePlayer player, String text, Pattern placeholderPattern, boolean colorize) {