Patch (nearly) any Minecraft version to use custom API servers
See doc/installation.md for information on getting Loki installed.
See doc/usage.md to learn how to use Loki on clients and servers.
See doc/configuration.md for documentation of the configuration options.
doc/troubleshooting.md has some helpful tips, but it's not complete. Feel free to file an issue if you're having problems.
Loki should be built with Java 8. Adjust either the JDK8_HOME or the JAVA_HOME environment variable accordingly.
Install Apache Ant, and run ant ivy to fetch Apache Ivy; you only need to do this once.
Run ant to build. Your compiled jar will be placed in build/dist/Loki-x.x.x.jar.
You can build with Java 9 or later, however your build will lack Java 5-7 support. To do this, use ant -DjavaTarget=1.8
See doc/faq.md

