Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Obfuscation Changes #515

wants to merge 1 commit into from

Conversation

Owen1212055
Copy link
Member

No description provided.

Copy link

github-actions bot commented Dec 29, 2024

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
papermc-docs ✅ Ready (View Log) Visit Preview 145df9b

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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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: []
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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']
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
default: false
default: "false"

model-overrides:
minecraft:elytra:
also-obfuscate:
default: [ ]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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 ]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
default: [ minecraft:damage ]
default: "[minecraft:damage]"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants