Skip to content

Commit ad5408b

Browse files
committed
Mapa (ESP Minimap)
1 parent 9b3d3e6 commit ad5408b

File tree

15 files changed

+5846
-2
lines changed

15 files changed

+5846
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ A ready-to-publish starter project is included here: [https://github.com/cev-api
283283
- Xaero's Minimap integration, allows exporting and importing of waypoint data (disconnect & reconnect to update).
284284
- Adjustable Tri-state Beacon Mode on waypoints (On/Off/ESP) that matches the waypoint's color.
285285
- Toggleable automatic portal logging, logs numerically each portal you enter and matches it in the opposite dimension with the same number.
286-
- Optional distance based label scaling
287-
- Optional dimming or hiding of on-screen waypoints unless looking directly at them
286+
- Optional distance based label scaling.
287+
- Optional dimming or hiding of on-screen waypoints unless looking directly at them.
288288

289289

290290
#### Waypoint Commands
@@ -1031,6 +1031,21 @@ Purpose: helps you avoid and debug anticheat flags by cleaning risky movement pa
10311031

10321032
![DigDig](https://i.imgur.com/CODK0xp.png)
10331033

1034+
### Mapa (Minimap/ESP Combo)
1035+
- Adds a Voxelmap/Xaero style real world minimap and world map (1st Image)
1036+
- Map has customisable color filters, modes, display rules and render tweaks
1037+
- Minimap can be dragged around with mouse and resized
1038+
- Shows ESP results on the map, including chest, workstation, sign, portal, player, logout spot and beds.
1039+
- ESP icons can be resized or highlighted according to their ESP color
1040+
- Can turn on/off specific ESP
1041+
- No Map mode allows you to only show ESP markers so you can use it as an overlay for a different map provider (2nd Image)
1042+
- PlayerESP markers use player heads and or names
1043+
- Full screen mode allows you to view areas youve discovered and better see ESP markers
1044+
- Map data is cached per server/dimension so explored terrain can be remembered instead of rebuilt every time
1045+
1046+
![1](https://i.imgur.com/Kuj4NT6.png)
1047+
![2](https://i.imgur.com/1Z50eSC.png)
1048+
10341049
## What's changed or improved in this fork?
10351050

10361051
### ChestESP

src/main/java/net/wurstclient/command/CmdList.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public final class CmdList
4949
public final JumpCmd jumpCmd = new JumpCmd();
5050
public final LeaveCmd leaveCmd = new LeaveCmd();
5151
public final LivestreamCmd livestreamCmd = new LivestreamCmd();
52+
public final MapaCmd mapaCmd = new MapaCmd();
5253
public final ModifyCmd modifyCmd = new ModifyCmd();
5354
public final PathCmd pathCmd = new PathCmd();
5455
public final PanicCmd panicCmd = new PanicCmd();

0 commit comments

Comments
 (0)