Skip to content

Commit

Permalink
- Public CONFIG.md, to educate server owners on what the configuratio…
Browse files Browse the repository at this point in the history
…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.
12 changes: 12 additions & 0 deletions CONFIG.md
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.
```

0 comments on commit febd9fb

Please sign in to comment.