Overview
Sharp+ is a multi-threaded Python application that provides advanced click automation for Minecraft Java Edition. It uses DearPyGui for the interface and integrates direct input handling to perform clicks without modifying Minecraft itself.
Features
- Dual clickers — left & right separate automation
- Multiple modes: Hold, Toggle, Always-on
- Human-like CPS (1–20) with randomized patterns
- Click recorder & pattern replay
- Block break integration
- Aim assist (partially experimental)
- Customizable UI theme & color wheel
- Sound effects & visual click feedback
- Live CPS display with analytics
- Always-on-top window option
Quickstart
Get started with Sharp+ in minutes using either the source code or prebuilt executable.
Prerequisites
- Windows 10/11 (recommended)
- Python 3.8+ (if running from source)
- Minecraft Java Edition
Run from source
# Create virtual environment (optional)
python -m venv venv
# Activate (Windows)
venv\Scripts\activate
# Install dependencies
pip install -r requirements.txt
# Run Sharp+
python main.py
Using provided executable
Download the latest release and run Sharp+.exe on Windows.
Installation
- Clone the repository:
git clone https://github.com/Zikae/Sharp-.git - Install dependencies:
pip install -r requirements.txt - Run with
python main.pyor use the packaged executable from Releases.
Configuration
Sharp+ automatically persists your settings. Key configuration areas include:
- Clicker Settings — Adjust CPS, mode, and block break toggle
- Aim Assist — Fine-tune speed controls and target selection (experimental)
- GUI Preferences — Customize theme, accent colors, always-on-top, and hotkeys
No Minecraft modification is required. Input is sent through Windows APIs. Configure hotkeys and behaviors directly in the GUI.
Usage
Common workflow for using Sharp+:
- Launch Minecraft and open the Sharp+ GUI
- Configure left/right clicker CPS and operational mode
- Bind activation hotkeys or enable Always-on mode
- Use the record feature to capture natural patterns and replay as needed
Tips & Best Practices
- Enable "focus requirements" to only trigger clicks when Minecraft is active
- Use the CPS analysis tool to review average CPS from recorded sessions
- Aim-assist features are experimental — adjust speed and distance settings carefully before using in-game
Releases
Download prebuilt Windows executables and assets from the repository Releases page. The latest version is Sharp 0.75, published October 7, 2025.
Contributing
Contributions are welcome! Here's how you can help:
- Report bugs and issues via GitHub Issues
- Submit pull requests with focused, well-documented changes
- Improve documentation, add translations, or create automated tests
Recommended workflow:
git fork && git clone <repo-url>
# Create feature branch
git checkout -b feat/my-change
# Make changes, commit, push, and create PR
Disclaimer & Safety
Important: The developer disclaims responsibility for any consequences resulting from the use of this software. Use at your own risk. This project interacts with game input and may breach game or server rules. Exercise caution and follow all server rules and local laws.