Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 925 Bytes

File metadata and controls

40 lines (25 loc) · 925 Bytes

Spectre

A server-side anticheat for Hytale, built to combat exploits and keep servers fair.

Requirements

  • Java 25
  • Hytale Server

Local Development

Build then run the local Hytale server with Spectre loaded:

clear && ./gradlew shadowJar && ./start_server.sh

Windows PowerShell:

Clear-Host; .\gradlew.bat shadowJar; if ($LASTEXITCODE -eq 0) { .\start_server.bat }

Installation

  1. Build the plugin: ./gradlew shadowJar
  2. Copy the JAR from build/libs/ to your server's mods folder
  3. Restart the server

Contributing

We welcome contributions! Everything helps whether it be docs, code, or comments!

License

GNU Affero General Public License v3.0 — see LICENSE for details.