Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.02 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.02 KB

EmoteExtractor

A simple node application that extracts all the emote metadata from the persona cache in Minecraft: Bedrock Edition on Windows.

This repository also contains a public list of emote data under emotes/ which can be used for what ever purpose you would like.

Helping contribute

If you have Minecraft: Bedrock Edition and are experienced with how to make PR's on GitHub, please run this program if you can.

It will automatically append all new emote data and translations you have on your device to the JSON files in the repository, and will help make it available for all plugins to use.

Using EmoteExtractor.exe (Windows)

Clone the repository, and double click the exe to run it.

If Minecraft: Bedrock Edition is on your Windows PC, it should run and extract the data.

Using node.js

Run npx tsc to build, then run node build/index.js to run.

If the console prints out ## new emote texts were found and successfully added! Please contribute by making a PR with your new data. then new data was found!