
Real Invisibility
Improving vanilla invisibility effect in Minecraft.
Обновлён 14 апреля 2026 г. · опубликован 26 августа 2024 г.

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.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| fabric-3.0.1+26.1 | Релиз | 26.1, 26.1.1, 26.1.2 | fabric, quilt | 14 апреля 2026 г. | Скачать (33 КБ) |
| paper-3.0.1+1.21.11 | Релиз | 1.21.11, 26.1, 26.1.1, 26.1.2 | paper, purpur | 14 апреля 2026 г. | Скачать (18 КБ) |
| fabric-3.0.1+1.21.11 | Релиз | 1.21.11 | fabric, quilt | 14 апреля 2026 г. | Скачать (32 КБ) |
| paper-3.0.0+1.21.11 | Релиз | 1.21.11, 26.1, 26.1.1, 26.1.2 | paper, purpur | 12 апреля 2026 г. | Скачать (18 КБ) |
| fabric-3.0.0+1.21.11 | Релиз | 1.21.11 | fabric, quilt | 12 апреля 2026 г. | Скачать (31 КБ) |
| paper-2.0.0+1.21.11 | Релиз | 1.21.11 | paper, purpur | 12 апреля 2026 г. | Скачать (18 КБ) |
| fabric-2.0.0+1.21.11 | Релиз | 1.21.11 | fabric, quilt | 12 апреля 2026 г. | Скачать (31 КБ) |
| 2026.1.1 | Релиз | 1.21.9, 1.21.10, 1.21.11 | paper, purpur | 2 января 2026 г. | Скачать (15 КБ) |
| 2026.1.1 | Релиз | 1.21.9, 1.21.10, 1.21.11 | fabric, quilt | 2 января 2026 г. | Скачать (28 КБ) |
| 2.1.7 | Релиз | 1.21.5, 1.21.6, 1.21.7, 1.21.8 | paper, purpur | 26 октября 2025 г. | Скачать (15 КБ) |
| 2.1.7 | Релиз | 1.21.5, 1.21.6, 1.21.7, 1.21.8 | fabric, quilt | 26 октября 2025 г. | Скачать (28 КБ) |
| 2.1.6 | Релиз | 1.21.5, 1.21.6, 1.21.7, 1.21.8 | fabric, quilt | 13 октября 2025 г. | Скачать (28 КБ) |
| 2.1.5 | Релиз | 1.21.5, 1.21.6, 1.21.7, 1.21.8 | fabric, quilt | 18 августа 2025 г. | Скачать (28 КБ) |
| 2.1.5 | Релиз | 1.21.5, 1.21.6, 1.21.7, 1.21.8 | paper, purpur | 18 августа 2025 г. | Скачать (15 КБ) |
| 2.1.4 | Релиз | 1.21.5, 1.21.6, 1.21.7, 1.21.8 | fabric, quilt | 31 июля 2025 г. | Скачать (27 КБ) |
Показаны последние 15 из 30 версий.
Ченджлог
paper-2.0.0+1.21.11Релиз1.21.11 · 12 апреля 2026 г.
Big Broken Change
- Changed
groupIdtoicu.suc.kkw557. - Config file changed.
Paper:
realinvisibily/settings.propertiesonly,realinvisibily/data.propertieswas deprecated. Fabric:realinvisibily.propertiesonly, wholerealinvisibilydir can be deleted. - Allow hook on packet modifing #11
- Fixed some bugs.
fabric-2.0.0+1.21.11Релиз1.21.11 · 12 апреля 2026 г.
Big Broken Change
- Changed
groupIdtoicu.suc.kkw557. - Config file changed.
Paper:
realinvisibily/settings.propertiesonly,realinvisibily/data.propertieswas deprecated. Fabric:realinvisibily.propertiesonly, wholerealinvisibilydir can be deleted. - Allow hook on packet modifing #11
- Fixed some bugs.
2026.1.1Релиз1.21.9, 1.21.10, 1.21.11 · 2 января 2026 г.
fix #9
2026.1.1Релиз1.21.9, 1.21.10, 1.21.11 · 2 января 2026 г.
fix #9
2.1.6Релиз1.21.6, 1.21.7, 1.21.8 · 13 октября 2025 г.
fix #8
2.1.5Релиз1.21.6, 1.21.7, 1.21.8 · 18 августа 2025 г.
Updated fabric.mod.json only
2.1.5Релиз1.21.6, 1.21.7, 1.21.8 · 18 августа 2025 г.
Комментарии
Загружаем…