Updated Bukkit Configuration (markdown)

Rsl1122 2018-04-07 21:36:37 +03:00
parent 72e26e438d
commit 63ebab810e
1 changed files with 2 additions and 0 deletions

@ -66,6 +66,7 @@ Export.Enabled | false | See [[External WebServer Use]] for more information
## Data
Setting | Default | Description
-- | -- | --
AFKThresholdMinutes | 3 | Time the player has to be still before the stand-still time is added to the afk time when they move again.
Commands.LogUnknownCommands | false | Log commands that are not registered, e.g. /bremobmreb
Commands.CombineCommandAliases | true | Combines command aliases to the main command, e.g. /i to /give
@ -81,6 +82,7 @@ MaxPlayers | 2500 | How many players are visible on Server Analysis Playerlist,
MaxPlayersPlayersPage | 25000 | How many players are visible on /players page Playerlist
PlayersTableFooter | true | Should footer be displayed on the /players table?
PlayerIPs | true | Should IPs be displayed on /player pages at all?
GapsInGraphData | false | Displays data gaps in line graphs (Might increase page load time)
Formatting.DecimalPoints | '#.##' | How many decimal points should be displayed
Formatting.Dates | | Dates are formatted with [SimpleDateFormat patterns](https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html)
Formatting.Dates.RecentDays | true | The day in dates is replaced by 'Today', 'Yesterday', 'Friday' for the few most recent days.