Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (19 loc) · 946 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 946 Bytes

Rope

Third generation of Rope, a javaagent based minecraft modding api

Compatibility

Minecraft Version Supported
>= 1.16 ⚠️
1.15.x ✔️
<= 1.14.x

❌ = unsupported, ⚠️ = untested, ✔️ = supported

Usage

Building

Just run mvn clean package
You need maven in order to build the project.

Installation

Edit your profile and add -javaagent:path/to/Rope-MC115-1.0.jar to the jvm arguments. Thats literally all you need to do and you are ready to launch. Rope will automatically generate a Rope directory in your minecraft directory containing all Rope related data (mods, configs, ...).

Contribution

If you want to contribute consider joining our Discord because we discuss further development decisions over there.