Skip to content
This repository has been archived by the owner on Aug 10, 2018. It is now read-only.

v0.3

Latest
Compare
Choose a tag to compare
@Alexander01998 Alexander01998 released this 26 Jun 18:17

Notable Changes

🆕 Everything is set to public. HookManager will now remove all private and protected modifiers of fields and methods and replace them with public.

🆕 Settings can be saved as .hms (Hook Manager settings) files.

🆕 Collecting method parameters through hooks is now possible.

🆕 Working HookManager class for managing the hooks. It will now automatically be added to the Jar.

🐛 Hooks will now contain the full method descriptor and not just the name.

🐛 Fixed manifest duplication in some Jars.