Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.04 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.04 KB

NMS-Unlocked

This repository is, shall we say, hibernated for now. You're welcome to rip whatever code you need. Also this project is old and no longer complies with my quality standards :)

NMS Unlocked makes other minecraft plugins version interoperable

This is a minecraft plugin that starts a java agent that reassembles other classes class code as they are being loaded to match the current version of minecraft!

You can find the download for the jar as well as a more detailed description at https://www.spigotmc.org/resources/nms-unlocked.54314/

Building

You can simply build the project using maven with mvn clean package. Note that the following jars should be present for the plugin to work without being loaded as a java agent: {project dir}/tools/linux/tools.jar {project dir}/tools/osx/tools.jar {project dir}/tools/windows/tools.jar The tools.jar file can be taken from {jdk home}/lib/tools.jar. It does not seem to be included in java 9.

If you have any issues or questions, you can create an "issue" :)

Cheers!