This tool allows you to more easily prepare an environment for exploring the Hytale Server without publishing the decompiled code.
When you add a compiled jar as a library, IntelliJ only decompiles class by class and doesn't let you search it. For example, you cannot right click some class and then Find Usages. This script will give you a ready to use Hytale server code as a project where you can explore anything you want.
USAGE INSTRUCTIONS MOVED HERE: https://hytalemodding.dev/en/docs/guides/plugin/browsing-serverjar
If anything goes wrong, please ping the author in this post ("How to browse the server source code") in the Hytale Modding discord server
Suggestions and PRs welcome. Minimal changes only, please. If something is large, open an issue first. Do not remove unused code (about generating and applying patches)