diff --git a/Plan/src/main/resources/bungeeconfig.yml b/Plan/src/main/resources/bungeeconfig.yml index 94c35f8ed..7567f6e8e 100644 --- a/Plan/src/main/resources/bungeeconfig.yml +++ b/Plan/src/main/resources/bungeeconfig.yml @@ -70,6 +70,8 @@ Time: Unit: SECONDS Ping_player_join_delay: 30 Unit: SECONDS + Wait_for_DB_Transactions_on_disable: 20 + Unit: SECONDS Thresholds: # How long player needs to be idle until Plan considers them AFK AFK_threshold: 3 @@ -84,6 +86,8 @@ Time: Remove_inactive_player_data_after: 180 Unit: DAYS Periodic_tasks: + Extension_data_refresh_every: 1 + Unit: HOURS Check_DB_for_server_config_files_every: 1 Unit: MINUTES Clean_caches_every: 10 @@ -103,6 +107,7 @@ Display_options: # Colors will be determined alphabetically in any case. Order_world_pies_by_percentage: false Players_table: + Show_on_server_page: 2500 Show_on_players_page: 25000 Open_player_links_in_new_tab: false Show_player_IPs: true @@ -138,6 +143,11 @@ Formatting: NoSeconds: 'MMM d YYYY, HH:mm' JustClock: 'HH:mm:ss' # ----------------------------------------------------- +# World aliases can be used to rename worlds and to combine multiple worlds into a group. +# ----------------------------------------------------- +World_aliases: + world: world +# ----------------------------------------------------- # These settings will make Plan write .js, .css, .json and .html files to some location on disk. # Relative path will render to /plugins/Plan/path # Make sure user running the server has write permissions to the path. @@ -153,6 +163,7 @@ Export: Players_page: false Server_page: false Server_JSON: false + Export_player_on_login_and_logout: false # ----------------------------------------------------- # These settings affect Plugin data integration. # If a plugin is causing issues the integration can be disabled by setting Plugin_name.Enabled: false diff --git a/Plan/src/main/resources/config.yml b/Plan/src/main/resources/config.yml index 61249c756..30514c56a 100644 --- a/Plan/src/main/resources/config.yml +++ b/Plan/src/main/resources/config.yml @@ -75,6 +75,8 @@ Time: Unit: SECONDS Ping_player_join_delay: 30 Unit: SECONDS + Wait_for_DB_Transactions_on_disable: 20 + Unit: SECONDS Thresholds: # How long player needs to be idle until Plan considers them AFK AFK_threshold: 3 @@ -91,6 +93,8 @@ Time: Periodic_tasks: Analysis_refresh_every: 60 Unit: MINUTES + Extension_data_refresh_every: 1 + Unit: HOURS Check_DB_for_server_config_files_every: 1 Unit: MINUTES Clean_caches_every: 10 @@ -172,6 +176,8 @@ Export: Players_page: false Server_page: false Server_JSON: false + # All player pages/JSON can be exported by using /plan m export players + Export_player_on_login_and_logout: false # ----------------------------------------------------- # These settings affect Plugin data integration. # If a plugin is causing issues the integration can be disabled by setting Plugin_name.Enabled: false diff --git a/Plan/src/main/resources/web/error.html b/Plan/src/main/resources/web/error.html index e55ef5672..8b9e6fdfc 100644 --- a/Plan/src/main/resources/web/error.html +++ b/Plan/src/main/resources/web/error.html @@ -33,8 +33,8 @@ - - + +
diff --git a/Plan/src/main/resources/web/network.html b/Plan/src/main/resources/web/network.html index ca241fd42..2b0fe840b 100644 --- a/Plan/src/main/resources/web/network.html +++ b/Plan/src/main/resources/web/network.html @@ -36,8 +36,8 @@ - - + + @@ -267,7 +267,7 @@Sessions Sessions ${sessionCount}
-Total Playtime Total Playtime ${playtimeTotal}
-Total Active Total Active ${activeTotal}
-Total AFK Total AFK ${afkTotal}
-Longest Session Longest Session ${sessionLengthLongest}
-Session Median +
Session Median ${sessionLengthMedian}
Activity Index Activity Index ${activityIndexNumber}
${activityIndex}
- Favorite Server + Favorite Server ${favoriteServer}
- Average Ping + Average Ping ${avgPing}
- Best Ping + Best Ping ${minPing}
- Worst Ping + Worst Ping ${maxPing}