Update server testing instructions and placeholder JAR URL

Expanded README with detailed usage instructions and features for the Run Hytale Server Gradle plugin. Updated build.gradle.kts to use a Paper server JAR as a placeholder for testing the runServer functionality.
This commit is contained in:
Britakee
2026-01-09 20:11:45 +01:00
parent 0dc5695def
commit 4f7cabf1d1
2 changed files with 24 additions and 2 deletions

View File

@@ -29,7 +29,8 @@ dependencies {
// Configure server testing
runHytale {
// TODO: Update this URL when Hytale server is available
jarUrl = "https://example.com/hytale-server.jar"
// Using Paper server as placeholder for testing the runServer functionality
jarUrl = "https://fill-data.papermc.io/v1/objects/d5f47f6393aa647759f101f02231fa8200e5bccd36081a3ee8b6a5fd96739057/paper-1.21.10-115.jar"
}
tasks {