Real Invisibility
No reviews yet
Improving vanilla invisibility effect in Minecraft.
Features small, self-contained games within Minecraft.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Paper is a fork of Spigot that adds its own plugin API on top of the Bukkit API. All Spigot plugins are compatible with paper, not all paper plugins are compatible with Spigot.
Quilt is a fork of the Fabric mod loader. Many Fabric mods are compatible with Quilt and vice versa.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description

Real Invisibility
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
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources