A server-side anticheat for Hytale, built to combat exploits and keep servers fair.
- Java 25
- Hytale Server
Build then run the local Hytale server with Spectre loaded:
clear && ./gradlew shadowJar && ./start_server.shWindows PowerShell:
Clear-Host; .\gradlew.bat shadowJar; if ($LASTEXITCODE -eq 0) { .\start_server.bat }- Build the plugin:
./gradlew shadowJar - Copy the JAR from
build/libs/to your server's mods folder - Restart the server
We welcome contributions! Everything helps whether it be docs, code, or comments!
GNU Affero General Public License v3.0 — see LICENSE for details.