Updated Bukkit Configuration (markdown)

Risto Lahtela 2019-03-10 14:18:58 +02:00
parent e0d4a610d8
commit 87b3a8b284
1 changed files with 3 additions and 1 deletions

@ -6,7 +6,7 @@ For Bungee see [[Bungee Configuration]]
- [Default Config](https://github.com/Rsl1122/Plan-PlayerAnalytics/blob/master/Plan/common/src/main/resources/config.yml)
Page version: **4.6.0**
Page version: **4.7.2**
# Settings
@ -68,6 +68,7 @@ Setting | Default (Unit) | Description
Use_server_timezone | true | Attempt to use Server TimeZone everywhere. Depends on JVM Time, which is determined when server is started. False will use UTC
Delays.Ping_server_enable_delay | 300 (SECONDS) | Delay from server start before Ping is started to be gathered.
Delays.Ping_player_join_delay | 30 (SECONDS) | Delay from player login before Ping is started to be gathered.
Delays.Wait_for_DB_Transactions_on_disable | 20 (SECONDS) | Maximum time to wait until unfinished transactions are executed when database closes.
Thresholds.AFK_threshold | 3 (MINUTES) | Idle time before Plan considers a player afk
Thresholds.Activity_index.Login_threshold | 2 | Sessions/Week required to be considered Active by Activity Index
Thresholds.Activity_index.Playtime_threshold | 30 (MINUTES) | Playtime/Week to be considered Active by Activity Index
@ -149,6 +150,7 @@ Setting | Default
HTML_Export_path | Analysis Results
JSON_Export_path | Raw JSON
Parts.`<any>` | false
Export_player_on_login_and_logout | Exports Player's html and json on login/logout based on `Parts` settings
## Plugins