Skip to content

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.

Hosted site

A hosted web-version is available at stackdeobf.booky.dev.

Installation (self-hosting)

  1. If you haven't already, install Java 17 (or newer) from somewhere (adoptium.net is recommended)
  2. Download the StackDeobfuscatorWeb-... jar from the latest release (or latest actions build if you are feeling lucky)
  3. Put the jar in a new directory, it will create a logs and a mappings folder
  4. 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, run java -jar StackDeobfuscatorWeb... (pressing TAB may help you) to start the program
  5. Now go to localhost:8082 to view the interface for remapping text!
Clone this wiki locally