A decompiled source code viewer for Hytale. The Hytale server jar is automatically downloaded from Hypixel Studios' servers after authentication with your Hytale account.
Note: This project is adapted from mcsrc.dev originally created for Minecraft.
The application will automatically prompt you to authenticate with your Hytale account when you first run it. You'll need:
- A valid Hytale account
- Access to download the Hytale server files
First you must build the java project using Gradle.
cd java./gradlew build
Then you can run the web app:
nvm use(or ensure you have the correct Node version, see.nvmrc)npm installnpm run dev
Libraries and tools used:
- Decompiler: Vineflower
- Wasm compilation of Vineflower: @run-slicer/vf