Releases: cev-api/Wurst7-CevAPI
Releases · cev-api/Wurst7-CevAPI
Wurst 7.54 CevAPI (MC26.1.2 & 1.21.11) v0.55
New Hacks
AntiProjectile Added
- Punches back incoming
FireballandShulkerBulletentities before they hit you. - Predicts whether a projectile is actually travelling toward you before attacking it.
- Includes optional silent aim, swing, range, cooldown, and inventory-ignore controls.
AttributeSwap Added
- Upstream-added combat utility for automatically swapping attributes/equipment around selected mechanics.
- Includes new gametest coverage for attribute-swap behaviour.
Backtrack Added
- Delays enemy movement packets for a short configurable window after you attack them.
- Keeps a recently attacked target's server-side position easier to hit.
- Can pause while the target is hurt and shows queued packet count in the HackList.
EntityControl Added
- Lets you control rideable entities without needing the usual saddle/control requirements.
- Exposes separate controls for saddle enforcement, jump-strength enforcement, and mounted-control enforcement.
FakeLag Added
- Intentionally holds back movement packets in bursts, especially around nearby enemies.
- Supports constant and dynamic behaviour modes.
- Includes recoil-window handling after attacks and optional flush-on-attack behaviour.
MobOwners Added
- Appends ownership information to tamed mobs, horses, and optionally projectiles.
- Resolves player names when possible.
- Can fall back to shortened UUIDs when the owner cannot be resolved.
InstantCommand Added
- Runs a configured command immediately after joining a server.
- Supports configurable commands-per-tick.
- Strips optional leading slashes so the command can be pasted naturally.
JoinDrop Added
- Drops selected item types shortly after joining a server.
- Can target shulkers, bundles, book-and-quills, or everything with all-mode enabled.
- Can automatically disable itself after finishing.
StasisDetector Added
- Searches for likely ender-pearl stasis chambers by scanning for soul sand or soul soil with bubble columns above them.
- Supports Overworld and End scanning.
- Includes ESP/tracers and optional chat or sound alerts.
PotESP Added
- Finds suspicious decorated pots and highlights them with ESP and tracers.
- Reads full container data so hacked or malformed decorated pots can still be detected.
- Supports optional chat and sound alerts.
SuperInstaMine Added
- Attempts to instantly mine blocks with packet spam and optional multi-block patterns.
- Supports whitelist/blacklist block lists, direction modes, tool checking, and render overlays.
FunCreepers Added
- Turns creeper explosions into a colorful fireworks-style effect.
- Can spawn fireworks, confetti-like particles, and sparkle effects.
- Can optionally replace the normal explosion sound.
NbtFilter Added
- Filters dangerous NBT, item-stack, entity-metadata, block-entity, bundle, and chunk packets.
- Can quarantine bad chunks and bad entities so follow-up packets keep getting blocked instead of re-triggering the same trap.
- Added raw packet decode protection so oversized/dangerous clientbound packets can be dropped earlier in the network path.
- Added Escape Mode and hard quarantine controls for severe chunkban situations.
- Can sanitize embedded chunk block-entity records, strip dangerous records while preserving terrain, and optionally allow safe terrain/light/block updates for bad chunks.
- Includes configurable limits for chunk size, block entity NBT, item stack NBT/components, suspicious packet size, bundle inspection, item-stack carrier packets, entity metadata, and fail-closed exception handling.
NoGoZone Added
- Creates areas that you can leave but cannot re-enter.
- Renders each no-go area as a marked box or octahedron.
- Pushes you back out if you cross into a protected zone again.
SkyBuildESP Added
- Scans high-altitude builds in supported dimensions.
- Highlights suspicious blocks above a configurable Y limit.
- Supports Overworld/End filtering and optional alerts.
SourceFill Added
- Finds nearby water and lava source blocks and highlights them with separate configurable water/lava colors.
- Can automatically fill source blocks using whitelisted blocks from your hotbar or inventory.
- Supports through-wall placement logic for reachable source blocks.
- Can optionally auto-break the placed fill block after filling the source.
- Includes range, liquid type, block whitelist, ESP style, fill/outline opacity, tracer flash, and swing-hand settings.
- Can disable highlighting altogether
ProjectileOwner Added
- Adds a ownership label to thrown entities
Modified Hacks
Friends Update
- Completely revamped the friends system from a simple name list into a coordination/tracking feature.
- Added friend join alerts when friends join your current server or are already online when you connect.
- Added encrypted friend pings that whisper compact coordinate payloads to online friends.
- Supports manual
.friends pingto all online friends or.friends ping <name>for a specific friend. - Added Auto ping, which periodically shares your encrypted coordinates with online friends on the same server.
- Added a shared ping password setting used to encrypt/decrypt friend location pings.
- Added two-way communication so a manual ping can automatically receive one reply ping without chaining forever.
- Received pings are hidden from normal chat routing so the raw transport messages do not clutter chat.
- Displays decrypted ping summaries with friend name, coordinates, dimension, and distance.
- Adds clickable
[Add waypoint]actions to friend ping messages. - Added
.friends waypoint <friend> <x> <y> <z> <dim>so ping locations can be converted into Waypoints. - PlayerESP can now render remote friend ping markers even when the friend is not physically loaded nearby.
- Friend ping markers support configurable ESP timeout, box color, tracer color, tracer thickness, label scale, and distance labels.
- Added a Friend List setting/editor UI for managing friends from ClickGUI/AltGUI-style settings screens.
- Friend name checks are now case-insensitive and can reload from disk if the in-memory list is empty.
- The friend file loader is more tolerant of older/plain text-ish friend list data.
PlayerESP Update
- Expanded alert details for player enter/exit detection.
- Enter/exit chat alerts now include shared detection details instead of just rough coordinates.
- Detection details can describe whether a player was above/below or horizontally away, include distance, and include the detected position.
- Friend ping markers from the Friends system now render as remote boxes, tracers, and optional labels.
- Remote friend pings are skipped when the real player is already rendered nearby, preventing duplicate markers.
- Player enter range webhook payloads now include richer detection context and detailed target equipment.
Antisocial Update
- Auto-leave messages now use shared player-detection formatting.
- Disconnect details include the detected player, your position context, relative direction/distance, and detected coordinates.
- Command-mode disconnects now mark expected disconnect context so webhook/unexpected-disconnect handling can distinguish deliberate leaves from real problems.
WebhookAlert Update
- Player-enter-range webhooks now use the shared detection-details formatter.
- Discord webhook messages include better position context rather than only a raw coordinate/distance pair.
- Expected disconnects from AutoLeave/Antisocial are filtered so deliberate safety leaves do not look like unexpected disconnects.
AutoFly Update
- Crosshair status can now show ETA for planned routes.
- ETA is calculated from remaining path distance and current travel speed.
- ETA display supports seconds, minutes/seconds, and hours/minutes formatting.
BookBot Update
- Fixed the 296 KB NBT issue by writing
WrittenBookContentdirectly into the held book before sending the edit packet. - Random mode now has explicit
ASCII,UTF8, andPAPER_MCprofiles. - Added a configurable
Charactersslider for random page content. - Fixed random/signing state so unsigned written books are not incorrectly reused after signing is turned off.
Waypoints Update
- Added a crosshair line-distance readout for waypoint lines.
- When you look near a visible waypoint line, the distance can be displayed under the crosshair.
- The readout uses the waypoint color and respects waypoint fade behaviour.
- Waypoint line targeting now uses an angle-to-waypoint calculation instead of a simple boolean check.
- Added command-side support so Friends can create persistent waypoints from received friend pings.
SpectatorMonitor Update
- Expanded beyond pure spectator-mode tracking.
- Can monitor visible player entities that are missing from the tab list.
- Supports staff alerts loaded from local staff lists.
- Better distinguishes actual tab/spectator changes from noisy entity state.
MobHealth Update & HealthTags Update
- Added a scale slider for the health overlay.
- Health rendering now scales through the shared
EntityHealthRenderer. - Can optionally scale with name tag
- HealthTags no longer tries to tag the local player.
AutoBuild Update
- Added helper methods to enumerate available template names.
- Added template selection by name, making scripted or UI-driven template switching easier.
- Added command plumbing through
AutoBuildCmd.
ClientChatOverlay Update
- Added support for clickable component actions inside overlay-rendered chat.
- Clickable
[Add waypoint]friend ping actions can run Wurst commands from the overlay. - Friend ping transport messages are detected and suppressed from user-facing chat noise.
- Overlay wrapping now keeps enough text/style information to support click targets.
CoordLogger Update
- Updated alongside the newer friend/wa...
Wurst 7.53.1 CevAPI (MC26.1.2 & 1.21.11) v0.54
UI Fix
- Low resolution fixes for Wurst Options
Mention Update
- Toast pop-ups on mention
- Color highlight your name in chats
- Pop-up and highlight for private messages
ClientChatOverlay Update
- Fixes for Mention
- Can now split into 3 (Wurst, Server, Chat)
- Can change the color of chat text
AutoChat Update
- Better understanding of whats Discord messages
- Ignores more prompt injection attacks
AutoFly Update
- Suppress NewerNewChunks rendering when in Chunk mode
- Better AutoFly for Chunk mode with fine tuning settings available
- Corridor following
- Wall nudging and centering
- Forward progress tracking
- Trail end abort settings
- Portal stop
NewerNewChunks Update
- Able to suppress rendering in AutoFly
NoWeather Update
- Will say in HackList what the weather is
GameStats Update
- Displays accurate travel speed
PlayerESP Update
- Supports pop-up alerts for player detection
- Supports held items/armor detail for player detection
- Supports Totem Pop alerts in chat
AutoBuild Update
- Auto disable when finished toggle
AimAssist Update
- Able to filter out NPCs
RenderAdjust Added
- Recolor, fade, or remove fog and sky rendering passes via in-hack color and opacity controls.
- Optionally hide common server-side decorative renders: scoreboards, boss bars, holograms, text/block/item displays, marker/named armor stands, item frames, paintings, and XP orbs.
Before
After
ViewModel Added
- Customize hand/item position and rotation for left and right hands with per-axis X/Y/Z and pitch/yaw/roll controls.
- Per-hand opacity, hide toggle, overlay tint color and overlay opacity, plus optional artificial glint (forced enchant glint).
NewerNewChunks & Mapa FPS Fix
- Only renders within a visible radius around the player
- Better handling of memory
- Settings available to adjust radius etc
HideWurst Fix
- Restores the original Title Screen logo
- Auto-enables HideWurst in-game if activated before game start
ClickGUI Fix
- Better handling of popout windows from sub menus
Upstream Merge
- Gradle wrapper update
Added New Categories
- Added Intel & Tools
Changed Disconnect Mixins
- Removed Useless Overlay
- Added information about whether the disconnect/quit was from AutoLeave or AntiSocial
Added WebhookAlert
- Sends selected client-side alerts to a Discord webhook, including:
- Mentions
- Player Enter Range
- Portal Detection
- Player Damage
- Player Starving
- New/Old Chunk Detection
- Player Stopped Moving
- Autofly Stopped
- Unexpected Disconnect
- Supports mention aliases, NPC filtering, travel-distance throttling for chunk alerts, and optional chat feedback when webhook delivery fails.
- Designed for automation players who are legitimately AFK or are running MC externally in a niche configuration and need game updates.
Added OppStats
- Tracks players per server and builds a progressive dossier with join/leave history, ping, gamemode, distance, health, absorption, armor, and held/equipped items.
- Includes a dedicated UI, server-specific save data, and optional NPC filtering.
Added RoofESP
- Tracks blocks and items that are not supposed to be on the nether roof
- Bonus detection of ladders up to nether roof
Update GlobalToggle
- Allow for priority of PortalESP + ChestESP over all other ESP's
- Added AUTO mode for Chunk Scan Mode, allows full scan setting when you are travelling below a specified speed
Added NecoMode
- All living entities become Neco-Arc
- Adjustable settings to set what type of mob or if players are included or not
Updated MobHealth & HealthTags
- Can now toggle an armor bar
- Can now toggle a held items and potion effect status
- Will show a colored potion bottle representing the color of the other players status effect
- Will show the durability of main and offhand weapons as either a % or a bar
Update WardenESP
- Fixed text size
Fix Multiplayer/Server Mixin
- Fixed rare bug where the page wouldn't open
Updated Wiki
Wurst 7.53.1 CevAPI (MC26.1.2 & 1.21.11) v0.53
Update NiceWurst
- Added ShieldSwing
- Added NoShieldOverlay
- Added BedrockEscape
- Added HandNoClip
- Fixed Mapa
Added BypassResourcePack & Force Deny
- Now visible in the Multiplayer menu
- Toggle-able from Wurst Options
Updated AutoChat
- Force 256 character limit
- Allow reading Discord messages
- Adjustable context max age/lines
- Better handling overall of context
- OpenAI price guide min/max
- New persona rules
Updated AutoFly
- Temp disable anti-kicking in Flight while AutoFly is active
- Added chunk stop thickness slider
BarrierESP
- Visually see invisible barrier blocks
- Either render the icon, an ESP box or both together
Mixin Updates
- New title screen logos
- Fixed Alt Manager
- Fixed dimming on disconnection pages
New Default Preset
- Suits the new hacks and better for noobs
Fix PacketFirewall Crash
- Now handles bad packets better
Updated Server Finder
- Old one removed entirely
- Replaced with one capable of scanning based on subnet, IP range or ASN
- Can filter by version or software (Eg. "1.21.11" or "Paper")
- Can filter out whitelisted servers
- Able to discover/determine which servers are offline-mode or not
- Can change the server prefix
- Results are shown in a live log and valid results are shown in another separate log
- Results are color coded
Fixed AntiFingerprint
- Downloads only one resource pack per server based on hash
- Will only download more if hash changes
Multiplayer Screen Improved
- Can now multi select servers by SHIFT or CTRL clicking
- Use this to move them or bulk delete them
- Can drag servers (single or multiple) up and down the list
- Can create up to 3 server panels
- Do this by clicking the + icon to create and - to remove
- Removed panels store and hide servers from view
- Can drag servers across each panel and name the panels
- Do this by clicking the + icon to create and - to remove
- Can sort servers by name, version and player count
- Can import and export a JSON list of your server collection
- Can support saving the panel locations, if panels are removed/renamed they will go into the main middle panel
Fixed Wurst Options
- Better handling of smaller resolutions
- Will auto merge into a single row
Fix DiscordRPC
- Now appears in Navigator GUI
Fix PlayerESP
- No longer treats Bedrock players as NPCs
Last Minute Hotfix
- Fixed the Wurst Options menu Back button being unreachable at low resolutions.
Wurst 7.53.1 CevAPI (MC26.1.2 & 1.21.11) v0.52
Added BedBreakAura
- Finds all bed types and breaks them.
- Basically Nuker, but works through walls, has extended reach and has a spam cut off to prevent being stuck on unreachable beds.
- Great for some game types and or simply preventing people from respawning properly.
- Works passively in the background.
Added ShieldSwing
- Lets you attack entities while actively blocking with a shield.
- Optional auto-hold mode keeps your shield raised while the hack is enabled.
- Optional auto-equip mode moves a shield from inventory to offhand when needed.
- Includes an in-hack toggle to apply NoShieldOverlay behavior.
- Works with AutoTotem conflict handling and can restore AutoTotem when shield use is no longer possible.
Added PlaceNBreak
- Cycles placing and breaking of a chosen block type at your crosshair target.
- Block type is configurable by keyword or exact block ID (for example:
hopperorminecraft:hopper). - Automatically enables FastPlace and FastBreak while active, and restores them when disabled.
- Uses AutoTool when breaking to reduce desync and improve reliability.
- Includes action delay and break-attempts-per-tick settings for server stability tuning.
Updated NiceWurst
- Added BedBreakAura, ShieldSwing, NoShieldOverlay, BedrockEscape
Updated Wurst Options
- Added to home screen in lieu of the Alt Manager.
- Reworked from the old minimal 3-column options page into a full control center with grouped sections (
Core,Presence & Privacy,Tools & Recovery,Links) and richer tooltips. - Added new toggles and controls not present in original Wurst Options, including:
Options Location,Hack Toggle Chat,Hide Enable Button,HideWurst,Command Prefix,Custom Capes,Force Allow Chats- Discord presence controls (
on/off, status preset, show server IP, show username) - Privacy controls (
Disable Telemetry,Disable Signatures,Unsafe Chat Toast) plusConnection Log+Connection Font
- Added recovery/utility actions directly in the menu:
Presets,Keybinds,Alt ManagerReconnect Last Server,Reconnect as Random Alt,Reconnect as Random Name, random reconnect toggleAdvanced Packet Tools,Hack Debugger,Blocked Hacks EditorPanic Disable/Restore,Reload Wurst,Open Wurst Folder
- Added fork navigation links (CevAPI/NiceWurst GitHub, CevAPI Discord) while keeping core Wurst links and changelog access.
Updated PortalESP
- Broken portal detector rewrite
- Added detection of broken portals to the Nether only
- Cached portal matches to avoid rescanning
- Improved confidence checks
- Better ruined portal handling overall
Updated OverlayHack
- Now renders in more cases than vanilla destroy-progress states
Updated AirWalk
- Now reports conflicting hacks by name
- Lets you lower your hover height by tapping shift
Updated AutoFly
- Now checks NewerNewChunks through live chunk-type queries instead of snapshots
- Should improve FPS
Updated BaseFinder
- Now respects the configured min/max Y range
- Fixed inverted ranges and avoids unloaded-chunk false positives
Updated BedrockEscape & Teleport
- Safer liquid checks by verifying nearby chunks are loaded before trusting their fluid states
Updated NewerNewChunks
- Added live chunk-view helpers and suppression hook for AutoFly and future hacks
Updated Nuker, NukerLegit, SpeedNuker
- Now supports attacking entities in Multi ID mode, including item frames, paintings sorted by nearest target
Updated 1.21.11 Branch
- Due to the overwhelming amount of downloads compared to 26.1.x on Modrinth
Wurst 7.53.1 CevAPI (MC 26.1.2) v0.51
Readme Changes
- There is no huge jumbo readme anymore, it has been replaced by the wiki
- I will also make more verbose and pretty release notes that will match new wiki entries for those too lazy to read the wiki
Updated to 26.1.2
- Thrilling! Still works with 26.1.1 etc.
Merged with upstream
- Nothing thrilling, mostly Fabric updates etc.
Added Mining Evidence
- Designed to complement TunnelHoleStairESP.
- Highlights lines between dropped blocks that indicate recent mining activity.
- Designed to work even after blocks disappear.
- Fully adjustable to avoid false positives.
- Adjustable ESP timeout.
Added SpectatorMonitor
- Actively checks if and when another player enters Spectator Mode.
- Alerts via chat and/or sounds.
Added BedrockStash
- Highlights cavities within bedrock that are air or contain breakable blocks, completely surrounded by bedrock.
- In combination with HandNoClip, you can place and open chests in these spaces.
- May help hide items from people not using this client or who do not have HandNoClip, including vanilla users.
Added New GUI (XPGUI)
- Added a Windows XP-style taskbar and Start menu GUI that can be opened from the Navigator and bound to a key.
- Separate UI flow from ClickGUI and Navigator, focused on "desktop" usability.
- XP-style taskbar with Start button, window buttons, clock, and settings button.
- Start menu shows Favorites with quick toggle boxes and an All Programs view with per-category hack lists.
- Built-in Search window with XP "Search Companion" styling and a 3-column Navigator-style results grid.
- Click the name to open the hack/settings window.
- Click the small square to toggle hacks on or off.
- Hack windows behave like XP windows with title bar, minimize/close buttons, drag support, and scrollable settings.
- XPGUI Settings window includes:
- Desktop background mode (Image / Gradient / None) with opacity control.
- Wallpaper URL apply and "Use XP Default".
- Start icon block selector.
- Hack list size slider that controls All Programs list height.
- XP / Win2000 theme toggle that auto-sets wallpaper.
Updated Mapa
- Added NewerNewChunk support.
- Added chunk breadcrumbs.
Updated BedrockEscape
- Now renders tiles where you can travel through without taking damage.
Updated HandNoClip
- Added bedrock passthrough.
Updated All (Most) ESP
- Added tracer flashing option.
Updated ChestESP
- Can now explicitly filter for ender chests and shulkers.
Fixed NewerNewChunks
- My own interpretation failed, so it was reverted to the functionality of the original.
Added Discord Rich Presence
- Displays one of 10 messages.
- Can optionally show your username and server IP.
Added Friend/Donator Capes
- If you're a friend or donator to this project, you can get a custom cape that only you and other Wurst7-CevAPI users can see.
Updated NiceWurst
- Added XPGUI, HandNoClip, BedrockStash, and SpectatorMonitor.
Wurst 7.53.1 CevAPI (MC 26.1.1) v0.50
- Fix TunnelHoleStairESP
- Fix ClickGUI & Navigator
- Text Input Issues
- ConnectionLogOverlay Font Scaler
- Multiple Merge Upstream
- Fixed ESP Filtering
- Thread-Safety Bug
- Added FPS & TPS Graph
- Updated Waypoints
- Fixed DurabilityHUD
- Added Mapa (ESP Minimap)
- Updated to 26.1.1
- Updated NiceWurst
- Updated NoChatReports Default Settings
- Other Small Fixes
- Discontinued 1.21.11
Wurst 7.53.1 CevAPI (MC 1.21.11 & 26.1) v0.49
- Updated to 7.53.1 (Merged With Upstream)
- Added Sculk to NoSlowDown Hack
- Fixed ESP BufferBuilder Cap
- Fixed Y Limit Global Toggle
- Fixed Portal Detection (More Explicit)
- Fixed 26.1 FreeCam Hack
Wurst 7.53 CevAPI (MC 1.21.11 & 26.1) v0.48
- Sodium Crash Fix
- Updated AltManager
- Fixed PlayerESP
- False alerts on NPCs
- Fixed HealthTags on NPCs
- Fixed FreeCam
- Can now remotely place waypoints again
- Added Tracer Toggle to Global Toggles
- Added Keybind Support for Global Toggles
- Added PlayerSonar
- Added Active Redstone Detection
- Added TunnelHoleStairESP
- Fixed BedrockEscape
- Updated AutoSign
- No longer edits the same signs twice
- Updated AimAssist
- Added lock-on mode like SpearAssist
- Fixed PearlESP
- Tracer line thickness
- Updated AltGUI
- Tab mode style toggle
- Updated to 7.53 Pursuant to Upstream
Wurst 7.52 CevAPI (MC 1.21.11) v0.47
- Fixed UI-Utils
- Get plugins failed to work
- Added literal 'Plugin Scan' button into menu
- Updated ItemHandler
- Can now detect named entities
- Fixed Mention
- Updated NiceWurst Allow List
- Fixed ClientChatOverlay
- Updated ClientChatOverlay
- Adjustable font size
- Added Force Allow Chats
- Modifies Mojang account properties
- Updated MaceDMG
- Greatly increased damage
- Allows for reduced damage also
- Fixed ChestESP
- Incorrectly/annoyingly showing loot table messages
- Huge performance fix for filters
- Added explicit render limiter
- Fixed spawner filter for nether and made it single chest only
- Updated GlobalToggle
- Added global render limiter which is based on nearest first
- Updated & Fixed AutoChat
- Added MusicAura
- Merged with upstream
- Added WeatherAlerts to NoWeatherHack
- Updated SpeedHacks
- Works properly now and doesn't glitch
- Adjustable speeds and settings
- Added ElytraInfo
- Shows under crosshair info about yaw, pitch, altitude, speed, direction and durability
- Customisable
- Updated PacketFirewall
- Uses Grim style detection on hacks
- Auto disables ones affected by anti-cheats
- Added NoPlayerChat
- Disable or filter game chats
- Updated Jesus
- Now has adjustable conditions and lava walking
- Updated HealthTags
- Updated BedrockEscape
- Holding shift now auto-xrays the bedrock surface
- Being under bedrock also toggles x-ray
- Fixed AutoBuild
- Chest interaction blocked
- Added CommandScanner
- Enumerate commands that are typically unavailable to the player
- Uses packets instead of chats
- Updated PearlESP
- Better highlights stasis chambers
- Added tracer lines and chat alerts
- Updated Flight
- Block vine slowdown even if NoSlowDown is turned off
- Added Anti-ESP Detector
- Advanced packet based detector notifies you of blocks or chests suddenly appearing around you
- Also detects anti-xray traffic
- Updated ItemHandler
- Optionally detect and display info on armor stands and their enchantments
- Updated Search
- Added explicit anti-ESP detection
- Updated ChestESP
- Added explicit anti-ESP detection
- Added Performance Overlay (Per-Hack Performance Profiler)
- Shows per-hack timing in a hud with a graph
- Used to identify which hacks are causing you lag
- Added Global ESP Render Modes
- Allows for centralized global collector/renderer for batched rendering
- May help improve performance on large rendering tasks
- Added new AltGUI
- Added HSV color picker globally
- Added PearlIntercept
- Auto throws a pearl in the same location as one thrown by somebody else
- Updated AltManager
- Supports alternative login methods
- Updated import and export
- Updated checker
- Updated overall UI
- Updated PlayerESP
- Tracer line now has rainbow color option and higher thickness
- Fixed SpearAssist
- No longer pins player to the ground when flying while target is below the user
- Updated AutoFly
- Disable on player detection
- Disable on damage detection
- Added Wurst Addon Support
- Just like Meteor!
- Sodium crash fix
Wurst 7.52 CevAPI (MC 1.21.11) v0.46
- Updated SeedMapperHelper (Partially)
- Updated UI-Utils
- Added extra tools from FrannnnDev's fork
- Fixed MobHealth
- Was detecting armor stands
- Updated GameStats
- Added MC world time
- Updated AutoLibrarian
- Shows failure reasons in chat
- Will auto-break lecturn if they refuse the job
- Added AdvancedPacketTool
- Added NewerNewChunks
- Added ClientChatOverlay
- Added AutoChat
- Added Mention
- Updated ItemHandler
- Now identifies named entities
- Updated LootSearch
- Better search handling and file handling
- Updated ChestSearch
- Better search handling
- Improved SpeedHack
- Completely different, now functions like a real speedhack
- Added auto-normalise mode
- Added Slider Override
- Optionally allow sliders to exceed limits if sent as a command
- Updated NiceWurst allow list

















