Update PlaceholderAPI version requirements in docs

This commit is contained in:
Funnycube
2026-01-31 21:12:53 +11:00
committed by GitHub
parent 589135a9f4
commit 431e0234c2

View File

@@ -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.
///
///