-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Public CONFIG.md, to educate server owners on what the configuratio…
…n options do.
- Loading branch information
EmotionalLove
committed
Sep 5, 2023
1 parent
6f5a927
commit febd9fb
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Below is a default `chatconfig.yml` file. | ||
Each config option will be commented with it's function. | ||
|
||
```yml | ||
allow-joinleave-msgs: true # Disable or enable the player join/leave announcements. | ||
allow-greentext: true # Allow players to prefix their messages with ">" to colour the message green. Allows for quotes and 4chan-style greentext stories. | ||
clump-radius-x: 3 # Set the item drop clumping radius on the X-axis. Set to 0 to disable. Ridiculously large values may cause issues. | ||
clump-radius-y: 2 # Set the item drop clumping radius on the Y-axis. Set to 0 to disable. Ridiculously large values may cause issues. | ||
clump-radius-z: 3 # Set the item drop clumping radius on the Z-axis. Set to 0 to disable. Ridiculously large values may cause issues. | ||
obscure-kick-reason: true # Set any and all kick-reasons to "You have been disconnected from the server" | ||
defer-entity-updates: false # (Unimplemented) when the server TPS is continuously low, defer updating entities in priority of type and distance from players. | ||
``` |