-
Notifications
You must be signed in to change notification settings - Fork 1
Web Remapping
booky10 edited this page May 9, 2024
·
1 revision
The web-remapping site allows you to freely select from all versions, mappings and environments to remap text. This can be used for mapping stacktraces which are intermediary-mapped to yarn/mojang-mappings.
The site also allows specifying a url (e.g. an mclo.gs
or pastes.dev
link) and automatically downloads and remaps its raw text content.
A hosted web-version is available at stackdeobf.booky.dev.
- If you haven't already, install Java 17 (or newer) from somewhere (adoptium.net is recommended)
- Download the
StackDeobfuscatorWeb-...
jar from the latest release (or latest actions build if you are feeling lucky) - Put the jar in a new directory, it will create a
logs
and amappings
folder - Run it! This requires opening the Terminal/Command Prompt/however your OS may call it and entering
cd <directory containing the jar>
to go to the right directory. After entering the directory, runjava -jar StackDeobfuscatorWeb...
(pressingTAB
may help you) to start the program - Now go to localhost:8082 to view the interface for remapping text!