Updated Bukkit Configuration (markdown)

Risto Lahtela 2020-01-17 22:36:17 +02:00
parent 90f6fcde38
commit 2d0354cd69
1 changed files with 6 additions and 13 deletions

@ -6,7 +6,7 @@ For Bungee see [[Bungee Configuration]]
- [Default Config](https://github.com/plan-player-analytics/Plan/blob/master/Plan/common/src/main/resources/assets/plan/config.yml)
Page version: **5.0 build 249**
Page version: **5.0 build 367**
# Settings by Section
@ -65,6 +65,7 @@ Alternative_IP | `false` | Should an alternate address be used for the WebServer
Alternative_IP.Address | `your.domain.here:%port%` | Address to use as link in inspect and analyze commands if setting above is enabled. %port% will be replaced with the Port automatically. If you have port-forwarded an alternate address to the webserver port, %port% is not required.
Internal_IP| `0.0.0.0` | Internal InetAddress to start the WebServer on. 0.0.0.0 manages the Internal IP automatically. No need to change unless running in Docker.
Security.SSL_certificate | | [View the tutorial on setting up a SSL Certificate](https://github.com/plan-player-analytics/Plan/wiki/SSL-Certificate-%28HTTPS%29-Set-Up)
Security.CORS.Allow_origin | '"*"' | Allows other sites to fetch JSON from Plan webserver.
Disable_Webserver| `false` | Disables the WebServer. This is for [[External WebServer Use]]
External_Webserver_address| `https://www.example.address` | Address to give to users when Plan WebServer is disabled.
@ -74,10 +75,11 @@ External_Webserver_address| `https://www.example.address` | Address to give to u
Setting | Default | Description
-- | -- | --
Geolocations | `true` | Enable Geolocation gathering
Accept_GeoLite2_EULA | `false` | Allow downloading GeoLite2 Database (Better for geolocation)
Ping | `true` | Enable ping gathering
Commands.Log_unknown| `false` | Log commands that are not registered, e.g. /bremobmreb (Currenly not in use)
Commands.Log_aliases_as_main_command | `true` | Combines command aliases to the main command, e.g. /i to /give (Currenly not in use)
Geolocations | `true` | Enable Geolocation gathering
Ping | `true` | Enable ping gathering
</details>
@ -121,16 +123,6 @@ Clean_Database_every | `1` (`HOURS`) | How often database is cleaned of old data
</details>
<details>
<summary>Time (Other)</summary>
- `Unit` supports values `MILLISECONDS`, `SECONDS`, `MINUTES`, `HOURS`, `DAYS`
Setting | Default | Description
-- | -- | --
Use_server_timezone | `true` | Attempt to use Server TimeZone everywhere.
</details>
<details>
<summary>Display_options</summary>
@ -156,6 +148,7 @@ Setting | Default | Description
Decimal_points| '#.##' | How many decimal points should be displayed
Time_amount | | Time amounts are formatted by replacing the placeholders of these settings. More below.
Dates | | Dates are formatted with [SimpleDateFormat patterns](https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html)
Dates.TimeZone | `server` | Change time zone used for the web pages, accepts format `'GMT+2'` or `'GMT-04:30'`, `'server'` or `'UTC'`
Dates.Show_recent_day_names | true | The day in dates is replaced by 'Today', 'Yesterday', 'Friday' for the few most recent days.
</details>