From bd663c4ec0684b0d04fc6b62af10a93ed8d2e091 Mon Sep 17 00:00:00 2001 From: James Deogrades Date: Sat, 4 Jan 2025 02:26:22 -0500 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7941eab..dc172ad 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,25 @@ -# EncryptMC +# 🔒 EncryptMC -EncryptMC is a utility tool for encrypting Minecraft Bedrock edition resource packs. +EncryptMC is a utility tool for encrypting Minecraft Bedrock Edition resource packs. -## Features +## ⚠️ Disclaimer -- Command line and interactive modes. -- Uses parallel processing for efficiency. +An encrypted pack will not be readable unless it is properly integrated with server software OR if its UUID and content key matches an existing Marketplace pack. Ensure these requirements are met to use the encrypted pack effectively. -## Usage +## ✨ Features -### Command Line +- ⚙️ Command-line and interactive modes. +- 🚀 Utilizes parallel processing for improved efficiency. + +## 📋 Usage + +### 🖥️ Command Line ```bash EncryptMC.exe ``` -### Interactive +### 💬 Interactive - Run the executable. (without any arguments) - Enter the input path, output path, and content key when prompted. \ No newline at end of file