NoPacketBan
作者:rebot | 分类:模组
Minecraft 版本: 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2 26.2
平台: bukkit folia paper purpur
标签: cursed game-mechanics
NoPacketBan
This plugin can prevent player from being packet kicked (e.g. book ban, item ban, chuck ban)
After installed this plugin, the player will receive a message like this instead of being kicked.

Protecting against oversize.

Protecting against ViaVersion bug
Config:
# The amount of packet size (in bytes) reserved as a safety margin when ViaVersion is installed.
#
# Due to protocol and NBT encoding differences between Minecraft versions, packets that are valid
# on the server side may grow in size after ViaVersion rewrites them for older clients.
# If the rewritten packet exceeds the client’s maximum allowed size, the client will disconnect
# with a DecoderException.
#
# This value reduces the effective maximum packet size on the server to leave headroom for
# unexpected size inflation caused by cross-version translation.
#
# NOTE:
# - This is NOT a vanilla limit. It is an additional safety buffer.
# - This cannot guarantee 100% prevention of client disconnects, but significantly reduces them.
# - The value is only applied when ViaVersion is present.
#
# Recommended values:
# 262144 (256 KB) – safe default for most servers
# 524288 (512 KB) – safer for NBT-heavy server or older client versions
# 0 – disable reserved size (vanilla behavior, not recommended with ViaVersion)
#
reserved-packet-size: 262144
# Log exceptions during sending packet so you can know what is happened with details.
log-packet-exceptions: false请登录后举报
暂无评论,抢个沙发吧~