Initial project setup with Hytale plugin template
Add a minimal, ready-to-use Hytale plugin template including Gradle build scripts, GitHub Actions CI workflow, example plugin class, configuration and manifest files, and supporting documentation. This setup provides modern build tooling, automated server testing, and best practices for plugin development.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# Project Information
|
||||
pluginGroup=com.example
|
||||
pluginVersion=1.0.0
|
||||
pluginDescription=A Hytale plugin template with best practices
|
||||
|
||||
# Gradle Configuration
|
||||
org.gradle.parallel=true
|
||||
org.gradle.caching=true
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m
|
||||
Reference in New Issue
Block a user