mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-25 12:16:01 +01:00
Updated Bungee Configuration (markdown)
parent
254ad84d31
commit
709d62fccf
@ -9,7 +9,7 @@ Settings are provided with the Settings Enum class that reads the config.
|
|||||||
|
|
||||||
Most of the Bungee settings affect the state of Plan on Bukkit servers connected to it. If you want to set these settings individually for Bukkit servers set `Bungee-Override.CopyBungeeSettings` to `false` on the Bukkit server.
|
Most of the Bungee settings affect the state of Plan on Bukkit servers connected to it. If you want to set these settings individually for Bukkit servers set `Bungee-Override.CopyBungeeSettings` to `false` on the Bukkit server.
|
||||||
|
|
||||||
Page Version: **4.2.0**
|
Page Version: **4.3.2**
|
||||||
|
|
||||||
# Settings
|
# Settings
|
||||||
|
|
||||||
@ -43,6 +43,9 @@ Debug | false | Bungee | Logger debug mode, takes options 'true'/'both','false',
|
|||||||
Locale | default | Bukkit | 2 letter Locale code, selects the locale used (Found inside the jar)
|
Locale | default | Bukkit | 2 letter Locale code, selects the locale used (Found inside the jar)
|
||||||
WriteNewLocaleFileOnEnable | false | Bungee | Writes a new locale file to /plugins/Plan/ next time Plan enables.
|
WriteNewLocaleFileOnEnable | false | Bungee | Writes a new locale file to /plugins/Plan/ next time Plan enables.
|
||||||
Dev | false | Bungee | Additional Debug, Benchmark & Error logs only useful while developing.
|
Dev | false | Bungee | Additional Debug, Benchmark & Error logs only useful while developing.
|
||||||
|
Allow-Update-Command | true | Both | Allows execution of updates with upcoming update command
|
||||||
|
Notify-About-DEV-Releases | false | Both | If true notifications about DEV releases are given to players
|
||||||
|
KeepLogsForXDays | 7 | Both | Number of days after which log files are removed
|
||||||
|
|
||||||
## WebServer
|
## WebServer
|
||||||
Setting | Default | Affects | Description
|
Setting | Default | Affects | Description
|
||||||
@ -81,6 +84,8 @@ Setting | Default | Affects | Description
|
|||||||
AFKThresholdMinutes | 3 | Bukkit | Time the player has to be still before the stand-still time is added to the afk time when they move again.
|
AFKThresholdMinutes | 3 | Bukkit | 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 | Bukkit | Log commands that are not registered, e.g. /bremobmreb
|
Commands.LogUnknownCommands | false | Bukkit | Log commands that are not registered, e.g. /bremobmreb
|
||||||
Commands.CombineCommandAliases | true | Bukkit | Combines command aliases to the main command, e.g. /i to /give
|
Commands.CombineCommandAliases | true | Bukkit | Combines command aliases to the main command, e.g. /i to /give
|
||||||
|
Geolocations | false | Both | Enable Geolocation gathering
|
||||||
|
KeepInactivePlayersForDays | 180 | Both | After this number of days the data of a player is removed completely
|
||||||
|
|
||||||
## Customization
|
## Customization
|
||||||
Setting | Default | Affects | Description
|
Setting | Default | Affects | Description
|
||||||
|
Loading…
Reference in New Issue
Block a user