
NiceWurst
NiceWurst is a non-cheating, utility-focused version of Wurst 7 CevAPI for Minecraft 1.21.11, 26.1.2 & 26.2. It keeps the customization and utility tools of Wurst, removes all cheating behavior then adds all the new features of the CevAPI fork.
Tags
Creators
Details
0.53
Compatibility
Changes
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
Mixin Updates
- New title screen logo
- 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
Last Minute Hotfix
- Fixed the Wurst Options menu Back button being unreachable at low resolutions.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:V5aiZX0p:BT9PrvHZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:V5aiZX0p:BT9PrvHZ"
}
