Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 978 Bytes

File metadata and controls

17 lines (9 loc) · 978 Bytes

HytaleModding Patcher

This tool allows you to more easily prepare an environment for exploring the Hytale Server without publishing the decompiled code.

Why?

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.

Instructions

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

Contributions

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)