Language

Real Invisibility

Real Invisibility

ModrinthSpigotMC

Improving vanilla invisibility effect in Minecraft.

4.2k downloads 21 followers updated 2mo ago
latest vfabric-3.0.1+26.1 Modrinth
Fabric Paper Purpur Quilt 1.21 – 26.1.2 Game-mechanicsMinigameUtility

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

  • Configurable fully.
  • Hide Equipments.
  • Hide Effect Particles.
  • Hide Arrows in Body.
  • Hide Stringers in Body.
  • Hide Fire in Body.
  • Packet-Level, doesn't affect vanilla and can work with another plugin/mod.
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.

Versions

Release
fabric-3.0.1+26.1
fabric, quilt · 26.1, 26.1.1, 26.1.2 · 2mo ago
199
Release
paper-3.0.1+1.21.11
paper, purpur · 1.21.11, 26.1, 26.1.1 · 2mo ago
287
Release
fabric-3.0.1+1.21.11
fabric, quilt · 1.21.11 · 2mo ago
169
Release
paper-3.0.0+1.21.11
paper, purpur · 1.21.11, 26.1, 26.1.1 · 2mo ago
47
Release
fabric-3.0.0+1.21.11
fabric, quilt · 1.21.11 · 2mo ago
39
Release
paper-2.0.0+1.21.11
paper, purpur · 1.21.11 · 2mo ago
# Big Broken Change - Changed `groupId` to `icu.suc.kkw557`. - Config file changed. **Paper**: `realinvisibily/settings.properties` only,…
38
Release
fabric-2.0.0+1.21.11
fabric, quilt · 1.21.11 · 2mo ago
# Big Broken Change - Changed `groupId` to `icu.suc.kkw557`. - Config file changed. **Paper**: `realinvisibily/settings.properties` only,…
28
Release
2026.1.1
paper, purpur · 1.21.9, 1.21.10, 1.21.11 · 5mo ago
fix [#9](https://github.com/KKW557/RealInvisibility/issues/9)
317
Release
2026.1.1
fabric, quilt · 1.21.9, 1.21.10, 1.21.11 · 5mo ago
fix [#9](https://github.com/KKW557/RealInvisibility/issues/9)
502
Release
2.1.7
paper, purpur · 1.21, 1.21.1, 1.21.2 · 7mo ago
320
Release
2.1.7
fabric, quilt · 1.21.5, 1.21.6, 1.21.7 · 7mo ago
393
Release
2.1.6
fabric, quilt · 1.21.5, 1.21.6, 1.21.7 · 8mo ago
fix [#8](https://github.com/KKW557/RealInvisibility/issues/8)
91

Comments 0

No comments yet. Be the first to share your thoughts.

Download Real Invisibility

SpigotMC

Files are served directly from the original source. Modgrid does not host or modify them.