|
| 1 | +anticheat: |
| 2 | + obfuscation: |
| 3 | + items: |
| 4 | + all-models: |
| 5 | + also-obfuscate: |
| 6 | + default: "[]" |
| 7 | + description: >- |
| 8 | + Controls additional data components which should be hidden for all items from other players. It's |
| 9 | + generally not recommended to configure this unless you know what you are doing, as you may change |
| 10 | + how items look to other players. |
| 11 | + dont-obfuscate: |
| 12 | + default: "[minecraft:lodestone_tracker]" |
| 13 | + description: >- |
| 14 | + Controls which data components should not be hidden for all items from other players. This is because they may slightly change |
| 15 | + the item's appearance, so hiding it isn't warranted. |
| 16 | + In this example, lodestone trackers may reveal critical locations, but hiding the location causes the |
| 17 | + compass to shake around for other players. It's up to your digression whether you think this tradeoff is important. |
| 18 | + sanitize-count: |
| 19 | + default: "true" |
| 20 | + description: >- |
| 21 | + Controls whether the item's count should be hidden from other players. |
| 22 | + enable-item-obfuscation: |
| 23 | + default: "false" |
| 24 | + description: >- |
| 25 | + Controls whether unnecessary item information (such as enchantments, lore, etc.) that can give cheat clients an advantage should be sent to other |
| 26 | + players' clients. This may break resource packs that rely on information such as enchantments, |
| 27 | + lore or item names when observing other players. |
| 28 | + The hidden data components can be extended or reduced via `also-obfuscate` and `dont-obfuscate` respectively. |
| 29 | + model-overrides: |
| 30 | + minecraft:elytra: |
| 31 | + also-obfuscate: |
| 32 | + default: "[]" |
| 33 | + description: >- |
| 34 | + Controls the components that should also be obfuscated for items with the item model of `minecraft:elytra`. |
| 35 | + This may be useful if you want to hide certain components not important to other players. |
| 36 | + dont-obfuscate: |
| 37 | + default: "[minecraft:damage]" |
| 38 | + description: >- |
| 39 | + Controls the components that should not be obfuscated for items with the item model of `minecraft:elytra`. |
| 40 | + This defaults to `minecraft:damage` as elytras with 1 durability have a special texture. |
| 41 | + sanitize-count: |
| 42 | + default: true |
| 43 | + description: >- |
| 44 | + Controls whether the item count of items with the model `minecraft:elytra` should be hidden from other players. |
1 | 45 | block-updates:
|
2 | 46 | disable-noteblock-updates:
|
3 | 47 | default: "false"
|
|
0 commit comments