PacketWhitelistNbt-Archive icon

PacketWhitelistNbt-Archive -----

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




  • Fix the configuration that was mistakenly deleted in the previous version.
----------, Apr 17, 2023

  • Fixed a bug that did not see the transaction price increase.
  • Fixed another packet data that might have been overlooked.
----------, Apr 13, 2023

  • Support 1.19.4 (Deprecat 1.19.0/.1/.2/.3)
----------, Mar 19, 2023

  • Support 1.19.3 (Deprecat 1.19.1 and 1.19.2)
----------, Dec 12, 2022

  • Fix bugs related to Wandering Trader
----------, Nov 24, 2022

  • Support 1.19.1 (Deprecat 1.19)
----------, Jul 28, 2022

  • Configuration add (must be replaced manually)
    • Code (YAML):
      item:
        allowed-tag
      :
         - instrument

      # 權限相關
      # 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
  • Command add
    • /whitelistnbt permissionCheck <player>
----------, Jul 5, 2022

  • Support 1.19
----------, Jun 11, 2022

  • Configured `item:` -> `allowed-tag:` need add tag `author` and `title`
----------, Mar 28, 2022

  • Configured item: -> allowed-tag: need add tag Items.*
  • Use a non-destructive way to inject PlayerConnection
----------, Mar 26, 2022

  • Configured `item:` -> `allowed-tag:` need add tag `Fireworks.*`, otherwise will not be able to see the state of the fireworks (Requires manual addition)
----------, Mar 6, 2022

  • Configured `item:` -> `allowed-tag:` need add tag `RepairCost`, otherwise it will result in a different price for the anvil on the client and the server. (Requires manual addition)
----------, Mar 6, 2022

  • New configuration
    • disallow-tag
  • And configuration description changes (manual replacement required)
    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. [ ].tag.display.*
        - BlockEntityTag.Patterns.*
        - BlockStateTag.*
        - Potion
        - CustomPotionColor
        - CustomPotionEffects.*
        - map
        - pages.*
        - LodestoneDimension
        - LodestonePos.*
        - SkullOwner.*

      # 不允許的標籤
      #   如果同個標籤存在於允許和不允許, 則優先不允許
      #   - "*" 表示全部不允許
      # Disallow Tags
      #   If the same tag exists for both allowed and disallowed, then the priority is disallowed
      #   - "*" means all are disallow
      disallow-tag
    :
----------, Mar 4, 2022

  • No longer depend ProtocolLib
  • Support 1.18.2 (discard 1.18.1) and 1.17.1/1.16.5/1.15.2/1.14.4
----------, Mar 4, 2022

  • Fixed used wrong regular expression to check MC version
----------, Feb 15, 2022

  • Enhance the judgment of MC version
----------, Feb 15, 2022

  • Added "SkullOwner.*" to the default configuration of item whitelist
    Need to update manually
----------, Dec 26, 2021

  • Increase permissions "packetwhitelist.ignore_item_allowed_tag"
----------, Dec 26, 2021

  • Support 1.18.1/1.17.1/1.16.5/1.15.2/1.14.4
----------, Dec 16, 2021

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