blob: 81ba9906f1fef008b3b355387a48f6f5c16632ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# parquet.properties
## stats-*
`[true]/false`
enable/disable custom statistic collection
## stats-send-to-client
`true/[false]`
enable/disable sending custom statistics to clients.
This causes clients to crash when trying to access statistics.
## command-*
`[true]/false`
enable/disable single parquet commands
## better-no-fire-tick
`true/[false]`
Make all blocks fire resistant
|