A user-friendly GUI application for generating Minecraft commands with version-specific support and real-time feedback.
- Support for multiple Minecraft versions (1.16 - 1.20.4) All massively WIP
- Real-time command preview
- Command validation and feedback
- Command history tracking
- Modern, dark-themed interface
- Support for common commands:
- give
- tp (teleport)
- gamemode
- effect
- Make sure you have Python 3.7+ installed
- Install the required dependencies:
pip install -r requirements.txt
- Run the application:
python minecraft_command_generator.py
- Select your Minecraft version from the dropdown menu
- Choose the command type you want to generate
- Fill in the required parameters
- The command preview and feedback will update in real-time
- Copy the generated command from the preview section
- Parameters:
- player: Target player name
- item: Item ID (e.g., diamond_sword)
- amount: Number of items
- nbt: Optional NBT data
- Parameters:
- player: Target player name
- x: X coordinate
- y: Y coordinate
- z: Z coordinate
- Parameters:
- player: Target player name
- mode: Game mode (survival, creative, adventure, spectator)
- Parameters:
- player: Target player name
- effect: Effect ID
- duration: Effect duration in seconds
- amplifier: Effect level (0-based)
Feel free to submit issues and enhancement requests!