From 431e0234c2d937a46decba8128b2eb089cac1cc6 Mon Sep 17 00:00:00 2001 From: Funnycube <6916389+Funny-cube@users.noreply.github.com> Date: Sat, 31 Jan 2026 21:12:53 +1100 Subject: [PATCH] Update PlaceholderAPI version requirements in docs --- docs/developers/using-placeholderapi.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/developers/using-placeholderapi.md b/docs/developers/using-placeholderapi.md index bf5b444..ed28dcd 100644 --- a/docs/developers/using-placeholderapi.md +++ b/docs/developers/using-placeholderapi.md @@ -211,7 +211,7 @@ dependencies: "Version": "1.0", "Main": "com.example.plugin.ExamplePlugin", "OptionalDependencies": { - "HelpChat:PlaceholderAPI": ">= 2.12.0" + "HelpChat:PlaceholderAPI": ">= 1.0.2" } } ``` @@ -227,7 +227,7 @@ dependencies: "Version": "1.0", "Main": "com.example.plugin.ExamplePlugin", "Dependencies": { - "HelpChat:PlaceholderAPI": ">= 2.12.0" + "HelpChat:PlaceholderAPI": ">= 1.0.2" } } ``` @@ -341,4 +341,4 @@ public class JoinExample extends JavaPlugin { 2. PlaceholderAPI offers multiple `setPlaceholders` methods that can either return a `String` or a `Message` object, depending on your needs. Note that these methods require input of the same type: `setPlaceholders(String, PlayerRef)` for String and `setPlaceholders(Message, PlayerRef)` for Messages. -/// \ No newline at end of file +///