mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2026-02-04 23:53:20 +01:00
Update PlaceholderAPI version requirements in docs
This commit is contained in:
@@ -211,7 +211,7 @@ dependencies:
|
|||||||
"Version": "1.0",
|
"Version": "1.0",
|
||||||
"Main": "com.example.plugin.ExamplePlugin",
|
"Main": "com.example.plugin.ExamplePlugin",
|
||||||
"OptionalDependencies": {
|
"OptionalDependencies": {
|
||||||
"HelpChat:PlaceholderAPI": ">= 2.12.0"
|
"HelpChat:PlaceholderAPI": ">= 1.0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
@@ -227,7 +227,7 @@ dependencies:
|
|||||||
"Version": "1.0",
|
"Version": "1.0",
|
||||||
"Main": "com.example.plugin.ExamplePlugin",
|
"Main": "com.example.plugin.ExamplePlugin",
|
||||||
"Dependencies": {
|
"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.
|
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.
|
Note that these methods require input of the same type: `setPlaceholders(String, PlayerRef)` for String and `setPlaceholders(Message, PlayerRef)` for Messages.
|
||||||
|
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user