Updated Bukkit Configuration (markdown)

Risto Lahtela 2019-05-10 09:52:59 +03:00
parent a74f22320a
commit 6416172f13
1 changed files with 6 additions and 2 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.7.2**
Page version: **4.8.2**
# Settings
@ -32,7 +32,7 @@ Configuration.Allow_bungeecord_to_manage_settings | true | Should server config
## Database
Setting | Default | Description
-- | -- | --
Type | SQLite | 'MySQL', 'H2' or 'SQLite'
Type | H2 | 'MySQL', 'H2' or 'SQLite'
MySQL.Host | localhost |
MySQL.Port | 3306 |
MySQL.User | root | User for editing the database
@ -58,6 +58,7 @@ Setting | Default | Description
Commands.Log_unknown| false | Log commands that are not registered, e.g. /bremobmreb
Commands.Log_aliases_as_main_command | true | Combines command aliases to the main command, e.g. /i to /give
Geolocations | true | Enable Geolocation gathering
Ping | true | Enable ping gathering
## Time
@ -73,8 +74,11 @@ Thresholds.AFK_threshold | 3 (MINUTES) | Idle time before Plan considers a playe
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
Thresholds.Remove_inactive_player_data_after | 180 (DAYS) | How many days player has to not log in to be removed from the database
Thresholds.Remove_time_series_data_after | 90 (DAYS) | How many days Players online & Performance data is stored
Thresholds.Remove_ping_data_after | 14 (DAYS) | How many days Ping data is stored
Periodic_tasks.Analysis_refresh_every | 60 (MINUTES) | How often server analysis is run
Periodic_tasks.Check_DB_for_server_config_files_every | 1 (MINUTES) | How often database is checked for new config files
Periodic_tasks.Extension_data_refresh_every | 1 (HOURS) | How often server data for DataExtensions is updated
Periodic_tasks.Clean_caches_every | 10 (MINUTES) | How often data caches are cleaned
Periodic_tasks.Clean_Database_every | 1 (HOURS) | How often database is cleaned of old data