PacketWhitelistNbt-Archive icon

PacketWhitelistNbt-Archive -----

Filter NBT sent to the client | Customizable | Reduce network use



Get the help/pre-release from Discord

[​IMG]


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


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
Resource Information
Author:
----------
Total Downloads: 1,243
First Release: Dec 16, 2021
Last Update: Apr 17, 2023
Category: ---------------
All-Time Rating:
3 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings