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"
}
}
```