A client-side Minecraft mod that provides ESP (Extra Sensory Perception) functionality for players.
- Player Name ESP - Shows player names through walls with distance-based scaling
- Player Hitbox ESP - Renders colored hitbox outlines around players
- Whitelist System - Filter ESP to show only specific players
- Configuration GUI - In-game whitelist management interface
- Command System - Full command-line control with tab completion
- Toggle features independently with keybinds
- Color-coded hitboxes based on player name formatting
- Search and filter players in whitelist GUI
- Mod Menu integration for easy access
- Custom color override system
| Key | Function |
|---|---|
H |
Toggle Hitbox ESP |
N |
Toggle Name ESP |
J |
Open Whitelist Management |
All commands use the /pesp prefix:
| Command | Description |
|---|---|
/pesp on |
Enable both hitbox and name ESP |
/pesp off |
Disable both ESP features |
/pesp color <r> <g> <b> [a] |
Set custom ESP color (0-1 floats) |
/pesp whitelist <players...> |
Add players to whitelist |
/pesp whitelist-remove <players...> |
Remove players from whitelist |
/pesp whitelist-clear |
Clear entire whitelist |
/pesp status |
Show current ESP configuration |
/pesp help |
Display command help |
/pesp whitelist Steve Alex Notch
/pesp color 1.0 0.5 0.0 # Orange color
/pesp color 0.0 1.0 0.0 0.5 # Semi-transparent green
/pesp whitelist-remove Steve
Note: Commands support tab completion for player names and will suggest online players for whitelist commands.
| Component | Version |
|---|---|
| Minecraft | 1.21.4 |
| Fabric Loader | 0.15.0+ |
| Fabric API | 0.112.0+1.21.4 |
| Java | 21+ |
- Mod Menu (13.0.3+) - For configuration menu integration
- Install Fabric Loader for Minecraft 1.21.4
- Download and install Fabric API
- Place the mod jar in your
.minecraft/mods/folder - Launch Minecraft with Fabric profile
./gradlew buildBuilt jars will be in build/libs/
Run test:
./gradlew runClientThis mod was built for personal use. I may maintain it for future Minecraft versions, but no guarantees. Feel free to fork and modify for your own builds if you need support for other mod loaders or Minecraft versions.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
Author: bitArtisan1

