mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2026-06-29 19:05:55 +02:00
Merge pull request #1234 from PlaceholderAPI/fix/hytale-version-formatting
Fix parser error in hytale manifest.json example
This commit is contained in:
@@ -214,7 +214,7 @@ dependencies:
|
||||
"Version": "1.0",
|
||||
"Main": "com.example.plugin.ExamplePlugin",
|
||||
"OptionalDependencies": {
|
||||
"HelpChat:PlaceholderAPI": ">= 1.0.2"
|
||||
"HelpChat:PlaceholderAPI": ">=1.0.8"
|
||||
}
|
||||
}
|
||||
```
|
||||
@@ -230,7 +230,7 @@ dependencies:
|
||||
"Version": "1.0",
|
||||
"Main": "com.example.plugin.ExamplePlugin",
|
||||
"Dependencies": {
|
||||
"HelpChat:PlaceholderAPI": ">= 1.0.2"
|
||||
"HelpChat:PlaceholderAPI": ">=1.0.8"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user