Enchancement: Added msa-gamertags-only, disable-custom-skins, op-permission-level and more. #415
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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."true"
or"false"
item-transaction-logging-enabled
: Enables or disables logging for item transactions."true"
or"false"
disable-custom-skins
: Disables the use of custom skins."true"
or"false"
disable-persona
: Disables persona features."true"
or"false"
chat-restriction
: Sets chat restriction levels (None, Dropped, Disabled)."None"
,"Dropped"
,"Disabled"
"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.2
,3
,4
2
- Member3
- Operator4
- Consolecompression-algorithm
: Chooses the compression algorithm (zlib, snappy)."zlib"
,"snappy"
block-network-ids-are-hashes
: Determines if block network IDs should be hashed."true"
or"false"