diff --git a/src/main/java/me/clip/placeholderapi/PlaceholderAPI.java b/src/main/java/me/clip/placeholderapi/PlaceholderAPI.java index a990636..e15145d 100644 --- a/src/main/java/me/clip/placeholderapi/PlaceholderAPI.java +++ b/src/main/java/me/clip/placeholderapi/PlaceholderAPI.java @@ -604,6 +604,14 @@ public final class PlaceholderAPI return null; } + /** + * @deprecated Will be removed in a future release. + */ + @Deprecated + public static String setPlaceholders(Player player, String text) { + return setPlaceholders(((OfflinePlayer) player), text); + } + /** * @deprecated Will be removed in a future release. */