Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 697 Bytes

File metadata and controls

16 lines (12 loc) · 697 Bytes

Hytale Plugin Template

A template for Hytale java plugins. Created by Up, and slightly modified by Kaupenjoe.

Configuring the Template

If you for example installed the game in a non-standard location, you will need to tell the project about that. The recommended way is to create a file at %USERPROFILE%/.gradle/gradle.properties to set these properties globally.

# Set a custom game install location
hytale.install_dir=path/to/Hytale

# Speed up the decompilation process significantly, by only including the core hytale packages.
# Recommended if decompiling the game takes a very long time on your PC.
hytale.decompile_partial=true