Merge pull request #1234 from PlaceholderAPI/fix/hytale-version-formatting

Fix parser error in hytale manifest.json example
This commit is contained in:
PiggyPiglet
2026-06-22 20:35:46 +08:00
committed by GitHub
+2 -2
View File
@@ -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"
}
}
```