Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.72 KB

File metadata and controls

47 lines (31 loc) · 1.72 KB

JSON Obfuscator for Minecraft Bedrock Edition

GitHub last commit GitHub license Website

A web-based tool that helps Minecraft Bedrock Edition pack developers obfuscate their JSON files to protect their work.

🔗 Live Demo: https://pepeongithub.github.io/JSON-Obfuscator-MCBE/

✨ Features

  • JSON Obfuscation: Protect your Minecraft pack JSON files
  • Simple Interface: Easy-to-use web interface
  • Light/Dark Mode: Developer-friendly color schemes
  • No Server Required: Works entirely in your browser
  • Fast Processing: Instant obfuscation results

🚀 Usage

  1. Visit the live demo
  2. Paste your JSON code or upload a file
  3. Click "Obfuscate" to process your JSON
  4. Copy or download the obfuscated result

🛠️ Development

Want to contribute or run locally?

git clone https://github.com/pepeongithub/JSON-Obfuscator-MCBE.git
cd JSON-Obfuscator-MCBE
# Open index.html in your browser

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

🤝 Contributing

Contributions are welcome! Please open an issue or pull request for any improvements.


💻 Created by pepeongithub
🔧 For Minecraft Bedrock Edition pack developers