Skip to content

Features

Felix edited this page May 10, 2026 · 7 revisions

If you ever want to disable any feature create a file named stfu-disable.txt in your config directory. In here you can write one (part of a) mixin class name per line that will be disabled. These can be any of the following, a part of it (eg. "chat") or a child (eg. RemoveOverlay.MouseMixin).

chat.ImprovedCommandSuggestions

Makes Minecraft check if command arguments contain what you are typing instead of only checking if it starts with it. Additionally it also shows arguments that don't start with minecraft: or the mod id.

chat.CommandLengthLimit

Allows entering commands through chat that are longer than 256 characters.

Does not work for normal chat messages as that would kick you.

chat.Deduplicate

Removes duplicate chat messages when Compact Chat is on.

chat.Filter

Removes chat messages for the Announce Advancements and Admin Chat options.

chat.MoreHistory

Allows configuring the chat length with the Max Chat History option.

chat.RemoveUnsignedIcon

Removes the warning next to unsigned chat messages.

DeleteToTrash

Adds a setting to try moving worlds to trash instead of deleting them.

DisableWorldAdvice

Disables the experimental features warning screen when loading a world if Disable Custom World Advice is on.

keybinds.MultipleBindingsPerKey

Allows mapping multiple keybinds to one key.

keybinds.MultipleBindingsPerKey.NoReusedModifierKeyWarning

Disables the warnings when multiple bindings are mapped to one key if it is the mod default or a part of a key combo (the creative category).

keybinds.RemapNarrator

Allows remapping the narrator key.

RemoveOverlay

Removes the background of the reloading screen and allows interacting with the game during a reload when Disable Splash screen is on. This also is responsible for stopping a reload early when using Disable Loading Fade Animation.

rendering.ModelGaps

This fixes the small gaps at the edges of generated models when the Fix Gaps In Models options is on.

rendering.DisableParticles

Does exactly what it says when using Disable Particles.

rendering.DisableTextureAnimation

Disables textures (mostly blocks) animating when Animate Textures is false.

rendering.DisableToasts

Disables the "Chat messages can't be verified" toast, the advancement ones when Advancements Toasts is disabled and the recipe toast when Recipe Toasts is off.

rendering.DisableWeather

Disable rain and snow rendering and sounds when Render Weather is disabled.

rendering.FixTitleSize

Makes the title or subtitle smaller if it doesn't fit on the screen.

rendering.ParticleCulling

Stops rendering particles you can't see.

ThreadPriorities

Changes thread priorities (Render Thread Priority, Worker Thread Priority and Server Thread Priority)

More ≠ always better

UnfocusedVolumeReducer

Adds a setting to reduce the game volume when the window isn't focused.

AllowScreensInPortals

Allows opening screens like your inventory in portals.

CombineBars

Combines the Jump, xp and locator bar when Combine Bars is active.

DefaultLANPort

Changes the default LAN port to 25565 so you don't need to specify it when connecting via the IP.

DefaultSettings

Changes some default settings to disable accessibility onboarding (PRESS ENTER TO ENABLE THE NARRATOR), the multiplayer warning, the tutorial, realms notifications and enables the operator items tab by default.

DisableLoadingTerrain

When Disable Loading Terrain Screen is used, disable the loading terrain and reconfiguring screens.

DisablePackVersionMismatchScreen

Does exactly what it says.

FixInventoryTabSwitching

Makes inventory tab switching use mouseClicked instead of mouseReleased. IYKYK

NoNarratorError

Suppresses the huge error when Minecraft can't load the narrator

NoNightVisionFlicker

Gets rid of the flicker at the last 10 seconds of night vision if Night Vision Flicker is off.

NoTelemetry

Disables telemetry.

PauseMusic

Prevent minecraft from resuming music when you close a screen when music is paused.

RemoveWidgetFade

Gets rid of the 2 second fade in of all buttons when opening the title screen if using Disable Loading Widget Fade.

Tooltips

Automatically wraps lines and makes sure tooltips are actually on your screen.

UnPinResourcePacks

Allow changing server resource pack priorities.