You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,16 +48,16 @@ Player Stats is a plugin that tracks various player statistics and provides rank
48
48
49
49
The plugin offers several additional options to customize functionality:
50
50
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 |
0 commit comments