The code powering all of Hyleria (when it was a thing) is contained within this single repository. From backend utlility scripts to user-facing games; it's here.
commonA collection of utilities & tools that may be useful to any Hyleria oriented applicationconfigBackend configuration files - either these are just examples with filler values, or local dev ones.pluginPlugins that run Hyleria - whether it be a proxy sided, game engine, or our core systemsscriptA set of bash scripts that save some time on backend tasksweb-apiA node.js app for serving a RESTful web-based API. Both player & network data is hoped to be supported at some point.
In the case that you're using IntelliJ:
- File
- New Project from exiting sources
- Select the
pom.xmlfile within theplugindirectory - Be sure to import projects recursively
- have at it
If you're not then I wish you luck
Java docs are right here.
See LICENSE for further details