-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Obfuscation Changes #515
base: main
Are you sure you want to change the base?
Obfuscation Changes #515
Conversation
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
description: >- | ||
Controls whether certain data components should be hidden for all items from other players. It's | ||
generally not recommended you configure this unless you know what you are doing, as you may change | ||
how items may look visually to other players. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how items may look visually to other players. | |
how items look to other players. |
default: [ ] | ||
description: >- | ||
Controls the components that should also be obfuscated for items with the item model of `minecraft:elytra`. | ||
This may be useful if you want to hide certain components not important to other items. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This may be useful if you want to hide certain components not important to other items. | |
This may be useful if you want to hide certain components not important to other players. |
sanitize-count: | ||
default: true | ||
description: >- | ||
Controls whether the items with the item model of `minecraft:elytra` count should be hidden from other players. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Controls whether the items with the item model of `minecraft:elytra` count should be hidden from other players. | |
Controls whether the item count for items with the item model of `minecraft:elytra` should be hidden from other players. |
items: | ||
all-models: | ||
also-obfuscate: | ||
default: [] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
default: [] | |
default: "[]" |
generally not recommended you configure this unless you know what you are doing, as you may change | ||
how items may look visually to other players. | ||
dont-obfuscate: | ||
default: ['minecraft:lodestone_tracker'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
default: ['minecraft:lodestone_tracker'] | |
default: "[minecraft:lodestone_tracker]" |
description: >- | ||
Controls whether the item's count should be hidden from other players. | ||
enable-item-obfuscation: | ||
default: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
default: false | |
default: "false" |
model-overrides: | ||
minecraft:elytra: | ||
also-obfuscate: | ||
default: [ ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
default: [ ] | |
default: "[]" |
Controls the components that should also be obfuscated for items with the item model of `minecraft:elytra`. | ||
This may be useful if you want to hide certain components not important to other items. | ||
dont-obfuscate: | ||
default: [ minecraft:damage ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
default: [ minecraft:damage ] | |
default: "[minecraft:damage]" |
No description provided.