作者:rebot | 分类:模组
Minecraft 版本: 26.1 26.1.1 26.1.2
平台: fabric quilt
标签: game-mechanics minigame utility

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.
NO.
Any LivingEntity that exists in the world, applied invisibility effect.
Excluded the player self and client-only entity.
No test.
This will lead to client simulation issues, and thus is not supported.
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"
}
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.
dependencies {
implementation "icu.suc.kkw557:realinvisibility-fabric:<version>"
}
Call icu.suc.kkw557.realinvisibility.fabric.RealInvisibilityEvents.ALLOW to register.
This project is licensed under the MIT License © 2025 557.
请登录后举报
暂无评论,抢个沙发吧~