https://github.com/hallowizer/unscrewlegacy
Legacy version of Unscrew, running based off of LaunchWrapper.
https://github.com/hallowizer/unscrewlegacy
Last synced: 10 months ago
JSON representation
Legacy version of Unscrew, running based off of LaunchWrapper.
- Host: GitHub
- URL: https://github.com/hallowizer/unscrewlegacy
- Owner: Hallowizer
- License: apache-2.0
- Created: 2018-09-03T21:27:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-09T00:17:43.000Z (over 7 years ago)
- Last Synced: 2025-01-16T00:19:22.454Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unscrew
Unscrew is a wrapper for the Spigot server that allows plugin developers to modify the server bytecode using the ASM library. This is the old version of Unscrew, that loads core plugin transformers using Mojang's LaunchWrapper.
The New Unscrew
---------------
You can find the new Unscrew at https://github.com/Hallowizer/Unscrew.
Compiling
---------
Feel free to compile UnscrewLegacy if you want to use it. You will need Lombok to compile this, which shouldn't be a problem if you are using the maven compiler. You will need to include the LaunchWrpper in the classpath, as well as the Spigot jar. Run Unscrew with the main class com.hallowizer.unscrew.coremod.main.UnscrewLauncher.