Skip to content

A template for Hytale java plugins. Highly WIP, things might break! ๐Ÿ™๐Ÿป

License

Notifications You must be signed in to change notification settings

Kaupenjoe/Hytale-Example-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

About

A template for Hytale java plugins. Highly WIP, things might break! ๐Ÿ™๐Ÿป

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages