Get the help/pre-release from Discord
Support:
Description:
Command:
Permissions:
Config:
Additional language:
Support:
- Paper
- 1.19.4
- 1.18.2
- 1.17.1
- 1.16.5
- 1.15.2
- 1.14.4
- Spigot
- 1.19.4
- 1.18.2
- 1.17.1
- 1.16.5
- 1.15.2
- 1.14.4
- 1.19.4
Description:
- Only the allowed tag tags will be sent to the client
- In creative mode, tag will not be filtered
(because creation has the ability to directly rewrite item data) - Filterable:
- Entity / Drop Item / Equipment
- Inventory items
- Menu items
- Recipe items
Command:
- /whitelistnbt reload
Reload configuration - /whitelistnbt permissionCheck <player>
Recheck the permission of the specified player
Permissions:
- command.whitelistnbt
Config:
Additional language:
- zh-tw
- en
Code (YAML):
# 物品有關的配置
# Configuration of item
item :
# 允許的標籤
# 會轉換非創造模式玩家顯示的一切物品
# 無允許的標籤不會發送給客戶端
# - "*" 表示全部允許
# Allowed Tags
# Converts all items displayed by non-creation mode players
# No allowed tags will be sent to the client
# - "*" means all are allowed
allowed-tag :
- CustomModelData
- Damage
- HideFlags
- Unbreakable
- Enchantments.*
- StoredEnchantments.*
- display.*
- AttributeModifiers.*
- CanPlaceOn.*
- CanDestroy.*
- BlockEntityTag.Items. [ ].Count
- BlockEntityTag.Items. [ ].Slot
- BlockEntityTag.Items. [ ].id
- BlockEntityTag.Items. [ ].Base
- BlockEntityTag.Items. [ ].tag.CustomModelData
- BlockEntityTag.Items. [ ].tag.HideFlags
- BlockEntityTag.Items. [ ].tag.Enchantments.*
- BlockEntityTag.Items. [ ].tag.StoredEnchantments.*
- BlockEntityTag.Items. [ ].tag.display.*
- BlockEntityTag.Items. [ ].tag.BlockEntityTag.Patterns.*
- BlockEntityTag.Items. [ ].tag.Potion
- BlockEntityTag.Items. [ ].tag.CustomPotionColor
- BlockEntityTag.Items. [ ].tag.SkullOwner.*
- BlockEntityTag.Items. [ ].tag.ChargedProjectiles. [ ].*
- BlockEntityTag.Items. [ ].tag.Charged
- BlockEntityTag.Patterns.*
- BlockStateTag.*
- Potion
- CustomPotionColor
- CustomPotionEffects.*
- map
- LodestoneDimension
- LodestonePos.*
- SkullOwner.*
- Fireworks.*
- RepairCost
- Items.*
- instrument
- resolved
- generation
- author
- title
- pages.*
- ChargedProjectiles. [ ].*
- Charged
# 不允許的標籤
# 如果同個標籤存在於允許和不允許, 則優先不允許
# - "*" 表示全部不允許
# Disallow Tags
# If the same tag exists for both allowed and disallowed, then the priority is disallowed
# - "*" means all are disallow
disallow-tag :
# 權限相關
# Permission related
permissions :
# 擁有權限則可以獲得一些功能
# Some features are available with permission
node :
# 忽略標籤限制
# 不受到 `item.allowed-tag` 和 `item.disallow-tag` 影響
# Ignore tag restrictions
# Not affected by `item.allowed-tag` and `item.disallow-tag`
ignore-item-tag-limit : "packetwhitelist.ignore_item_allowed_tag"
# 多少毫秒檢查一次玩家的權限
# 設置為 -1 禁用
# How many millisecond to check player permissions
# Set to -1 Disable
periodic-millisecond-check : 60000
# Configuration of item
item :
# 允許的標籤
# 會轉換非創造模式玩家顯示的一切物品
# 無允許的標籤不會發送給客戶端
# - "*" 表示全部允許
# Allowed Tags
# Converts all items displayed by non-creation mode players
# No allowed tags will be sent to the client
# - "*" means all are allowed
allowed-tag :
- CustomModelData
- Damage
- HideFlags
- Unbreakable
- Enchantments.*
- StoredEnchantments.*
- display.*
- AttributeModifiers.*
- CanPlaceOn.*
- CanDestroy.*
- BlockEntityTag.Items. [ ].Count
- BlockEntityTag.Items. [ ].Slot
- BlockEntityTag.Items. [ ].id
- BlockEntityTag.Items. [ ].Base
- BlockEntityTag.Items. [ ].tag.CustomModelData
- BlockEntityTag.Items. [ ].tag.HideFlags
- BlockEntityTag.Items. [ ].tag.Enchantments.*
- BlockEntityTag.Items. [ ].tag.StoredEnchantments.*
- BlockEntityTag.Items. [ ].tag.display.*
- BlockEntityTag.Items. [ ].tag.BlockEntityTag.Patterns.*
- BlockEntityTag.Items. [ ].tag.Potion
- BlockEntityTag.Items. [ ].tag.CustomPotionColor
- BlockEntityTag.Items. [ ].tag.SkullOwner.*
- BlockEntityTag.Items. [ ].tag.ChargedProjectiles. [ ].*
- BlockEntityTag.Items. [ ].tag.Charged
- BlockEntityTag.Patterns.*
- BlockStateTag.*
- Potion
- CustomPotionColor
- CustomPotionEffects.*
- map
- LodestoneDimension
- LodestonePos.*
- SkullOwner.*
- Fireworks.*
- RepairCost
- Items.*
- instrument
- resolved
- generation
- author
- title
- pages.*
- ChargedProjectiles. [ ].*
- Charged
# 不允許的標籤
# 如果同個標籤存在於允許和不允許, 則優先不允許
# - "*" 表示全部不允許
# Disallow Tags
# If the same tag exists for both allowed and disallowed, then the priority is disallowed
# - "*" means all are disallow
disallow-tag :
# 權限相關
# Permission related
permissions :
# 擁有權限則可以獲得一些功能
# Some features are available with permission
node :
# 忽略標籤限制
# 不受到 `item.allowed-tag` 和 `item.disallow-tag` 影響
# Ignore tag restrictions
# Not affected by `item.allowed-tag` and `item.disallow-tag`
ignore-item-tag-limit : "packetwhitelist.ignore_item_allowed_tag"
# 多少毫秒檢查一次玩家的權限
# 設置為 -1 禁用
# How many millisecond to check player permissions
# Set to -1 Disable
periodic-millisecond-check : 60000
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.14, 1.15, 1.16
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
PacketWhitelistNbt-Archive is a free Minecraft Java mod. Compatible with Minecraft 1.14, 1.15, 1.16, 1.17 and newer. Downloaded 1,340 times (via Spigot). Download it and open it directly in the game.