https://github.com/nickacpt/legacycraftagent
Java Agent that modifies classes while loading
https://github.com/nickacpt/legacycraftagent
agent discrete jarmod jarmodding java java-agent modify
Last synced: 3 months ago
JSON representation
Java Agent that modifies classes while loading
- Host: GitHub
- URL: https://github.com/nickacpt/legacycraftagent
- Owner: NickAcPT
- License: mit
- Created: 2021-07-27T00:47:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-27T01:31:47.000Z (over 4 years ago)
- Last Synced: 2025-07-11T19:47:12.983Z (6 months ago)
- Topics: agent, discrete, jarmod, jarmodding, java, java-agent, modify
- Language: Java
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LegacyCraftAgent
Java Agent that applies modded classes discretely into a loading Java application.
This can be used to JarMod anything, but will mostly be used by LegacyCraft to patch a loading game.
## Usage
- Add modified classes under the `classes` directory.
- Load application with the final JavaAgent jar with `-javaagent:path/to/final-javaagent-file.jar`