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

Enchancement: Added msa-gamertags-only, disable-custom-skins, op-permission-level and more. #415

Merged

Conversation

ReallyFatYoshi
Copy link
Contributor

Added some of the missing server properties to the property-definitions.json, I've also added them to the readme.

New server.properties

  • msa-gamertags-only: Controls whether only MSA gamertags are allowed.

    • Allowed values: "true" or "false"
  • item-transaction-logging-enabled: Enables or disables logging for item transactions.

    • Allowed values: "true" or "false"
  • disable-custom-skins: Disables the use of custom skins.

    • Description: If true, players cannot use skins customized outside of the Minecraft store or in-game assets.
    • Allowed values: "true" or "false"
  • disable-persona: Disables persona features.

    • Allowed values: "true" or "false"
  • chat-restriction: Sets chat restriction levels (None, Dropped, Disabled).

    • Allowed values: "None", "Dropped", "Disabled"
    • Description:
      • "None" allows regular free chat.
      • "Dropped" drops chat messages without sending them to any client.
      • "Disabled" hides the chat UI unless the player is an operator.
  • op-permission-level: Configures the permission level for operators.

    • Allowed values: 2, 3, 4
    • Description:
      • 2 - Member
      • 3 - Operator
      • 4 - Console
  • compression-algorithm: Chooses the compression algorithm (zlib, snappy).

    • Allowed values: "zlib", "snappy"
  • block-network-ids-are-hashes: Determines if block network IDs should be hashed.

    • Description: If true, the server sends hashed block network IDs instead of sequential IDs.
    • Allowed values: "true" or "false"

Copy link
Owner

@itzg itzg left a comment

Choose a reason for hiding this comment

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

Thanks!

@itzg itzg merged commit 1bd572c into itzg:master May 20, 2024
1 check passed
@ReallyFatYoshi ReallyFatYoshi deleted the enchancement/added-some-missing-properties branch May 20, 2024 07:26
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.

2 participants