Getting Started - ShockerAttack01/MinecraftCommandGenerator GitHub Wiki
Getting Started
Welcome to the Minecraft Command Generator! This guide will help you set up and start using the application.
Prerequisites
- Python: Version 3.8 or higher
- Git: Required for cloning the repository
- Minecraft Java Edition: For testing generated commands
Installation
1. Clone the Repository
git clone https://github.com/ShockerAttack01/MinecraftCommandGenerator.git
cd MinecraftCommandGenerator
2. Create a Virtual Environment
python -m venv venv
3. Activate the Virtual Environment
- Windows:
.\venv\Scripts\activate
- Linux/Mac:
source venv/bin/activate
4. Install Dependencies
pip install -r requirements.txt
Running the Application
1. Start the Application
python minecraftcommandgenerator.py
2. Explore the Interface
- Command Type Selection: Choose from various command categories.
- Parameter Input Fields: Enter required and optional parameters.
- Real-Time Validation: Ensure your command is error-free.
- Command Preview: View the generated command in real-time.
Basic Usage
Creating Your First Command
- Select a command type from the dropdown menu.
- Fill in the required parameters.
- Watch the command preview update in real-time.
- Copy the generated command and paste it into Minecraft.
Using Item Search
- Click the item search field.
- Type to search for items.
- Use categories to filter results.
- Select an item from the suggestions.
Command Validation
- Required fields are marked with
*
. - Invalid inputs are highlighted in red.
- Hover over fields for help text.
- Check the command preview for errors.
Common Tasks
Giving Items
- Select "Give Command."
- Choose a player.
- Search for an item.
- Set quantity and NBT data.
- Copy the command.
Applying Effects
- Select "Effect Command."
- Choose a player.
- Select an effect.
- Set duration and amplifier.
- Copy the command.
Troubleshooting
Common Issues
-
Application won't start
- Ensure Python is installed and the version is correct.
- Verify the virtual environment is activated.
- Check that dependencies are installed.
-
Item search not working
- Check your internet connection.
- Verify item data files are intact.
- Clear the search cache.
-
Command validation errors
- Check parameter types and ranges.
- Verify player names.
- Ensure item IDs are correct.
Next Steps
- Read the Basic Usage guide.
- Explore Command Types.
- Learn about Item Search.
- Check Troubleshooting for help.
Support
- Visit our GitHub Issues.
- Join our Discord Community.
- Refer to the Troubleshooting guide for additional help.