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.
common
A collection of utilities & tools that may be useful to any Hyleria oriented applicationconfig
Backend configuration files - either these are just examples with filler values, or local dev ones.plugin
Plugins that run Hyleria - whether it be a proxy sided, game engine, or our core systemsscript
A set of bash scripts that save some time on backend tasksweb-api
A 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.xml
file within theplugin
directory - 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