HomeJavaModsReal Invisibility
Real Invisibility
ModsJava

Real Invisibility

by KKW557 · on Modrinth

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 26.1–26.1.2 · Fabric⬇ Download for 1.21.11 · Fabric⬇ Download for 1.21.9–1.21.10 · Fabric⬇ Download for 1.21.5–1.21.8 · Fabric⬇ Download for 26.1–26.1.2 · Quilt⬇ Download for 1.21.11 · Quilt⬇ Download for 1.21.9–1.21.10 · Quilt⬇ Download for 1.21.5–1.21.8 · Quilt⬇ Download for 1.21.11–26.1.2 · Paper⬇ Download for 1.21.9–1.21.10 · Paper⬇ Download for 1.21.5–1.21.8 · Paper⬇ Download for 1.21.11–26.1.2 · Purpur⬇ Download for 1.21.9–1.21.10 · Purpur⬇ Download for 1.21.5–1.21.8 · Purpur
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

Image

Real Invisibility

GitHub License GitHub Actions Workflow Status GitHub Release

Modrinth Downloads Spiget Downloads Hangar Downloads

A plugin/mod designed for improving vanilla invisibility effect in Minecraft.

This plugin is separated from a private server and may have a lot of bugs, so please help with it.

Features

Configuration
# Hide items in mainhand?
mainhand=true
# Hide items in offhand?
offhand=true
# Hide boots?
feet=true
# Hide leggings?
legs=true
# Hide chestplates?
chest=true
# Hide helmets?
head=true
# Hide animals' armors?
body=true
# Hide saddles?
saddle=true
# Hide fire in the body?
fire=true
# Hide effect particles?
effect_particles=true
# Hide arrows in the body?
arrows=true
# Hide stingers in the body?
stingers=true

FAQ

Bukkit/Spigot version?

NO.

Improving to what entities?

Any LivingEntity that exists in the world, applied invisibility effect.

Excluded the player self and client-only entity.

Support Folia?

No test.

Can hide sprinting/swimming particles?

This will lead to client simulation issues, and thus is not supported.

Development

The plugin provides a hook mechanism that allows interception of the current operation before any packet modifications are applied.

repositories {
    maven "https://mvn.suc.icu"
}

Paper

Import packetevents firstly.

dependencies {
    implementation "icu.suc.kkw557:realinvisibility-paper:<version>"
}

Use com.github.retrooper.packetevents.event.PacketListener.onPacketEventExternal(icu.suc.kkw557.realinvisibility.paper.RealInvisibilityEvent event) to callback.

See packetevents for more info.

Fabric

dependencies {
    implementation "icu.suc.kkw557:realinvisibility-fabric:<version>"
}

Call icu.suc.kkw557.realinvisibility.fabric.RealInvisibilityEvents.ALLOW to register.

License

This project is licensed under the MIT License © 2025 557.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more