Skip to content

Commit a47cb32

Browse files
remove default values from toher options table
1 parent 8bcc7b7 commit a47cb32

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@ Player Stats is a plugin that tracks various player statistics and provides rank
4848

4949
The plugin offers several additional options to customize functionality:
5050

51-
| Option | Default | Description |
52-
|--------|---------|-------------|
53-
| `DatabaseProvider` | `json` | Choose between `json` or `mysql` for data storage |
54-
| `SaveIntervalSeconds` | `300` | Interval in seconds for saving player stats from memory to the database |
55-
| `ShowCombinedDeaths` | `true` | When enabled, deaths in statistics count both PVE (zombies, animals, suicides) and PVP deaths. When disabled, only deaths matching the current `StatsMode` are counted |
56-
| `EnableUIEffect` | `false` | Activates the optional UI for viewing statistics. Make sure to install the workshop mod to use it |
57-
| `ShowUIEffectByDefault` | `true` | Whether the UI should be shown by default when players join. Players can toggle it using `/statsui` command |
58-
| `EnableJoinLeaveMessages` | `true` | Displays messages when players join or leave the server (with their rank if they reached a minimum ranking treshold) |
59-
| `MinimumRankingTreshold` | `25` | Minimum number of kills required to appear on the ranking |
60-
| `EnableRewards` | `true` | Activates the permission-based rewards system |
51+
| Option | Description |
52+
|--------|-------------|
53+
| `DatabaseProvider` | Choose between `json` or `mysql` for data storage |
54+
| `SaveIntervalSeconds` | Interval in seconds for saving player stats from memory to the database |
55+
| `ShowCombinedDeaths` | When enabled, deaths in statistics count both PVE (zombies, animals, suicides) and PVP deaths. When disabled, only deaths matching the current `StatsMode` are counted |
56+
| `EnableUIEffect` | Activates the optional UI for viewing statistics. Make sure to install the workshop mod to use it |
57+
| `ShowUIEffectByDefault` | Whether the UI should be shown by default when players join. Players can toggle it using `/statsui` command |
58+
| `EnableJoinLeaveMessages` | Displays messages when players join or leave the server (with their rank if they reached a minimum ranking treshold) |
59+
| `MinimumRankingTreshold` | Minimum number of kills required to appear on the ranking |
60+
| `EnableRewards` | Activates the permission-based rewards system |
6161

6262
---
6363

0 commit comments

Comments
 (0)