mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-28 13:15:30 +01:00
Updated Base Plugin Settings (markdown)
parent
a5519d4585
commit
9ba7651716
@ -14,6 +14,8 @@ The core settings defined include the following:
|
||||
|
||||
* _tiles-rendered-at-once_ : this setting controls the maximum number of update tiles that will be rendered concurrently. If not defined, the value defaults to 1/2 the number of processor cores. Settting this to lower values can reduce peek CPU use when large tile update load occur (from newly generated chunks, for example).
|
||||
|
||||
* _usenormalthreadpriority_ : this setting, when set to true, causes the render threads to run with normal priority (versus minimum priority). This can help render performance on busy Windows boxes (preventing rendering from starving on busy boxes), but may result in competition for CPU with other processes. Most Linux JVMs ignore priority.
|
||||
|
||||
* _zoomoutperiod_ : this setting, an integer value in seconds, specifies how often update processing of zoomed-out tiles is done. This done to prevent unneeded regeneration of the tiles due to repeated changes by players (such as when mining). Default value is 60 seconds.
|
||||
|
||||
* _enabletilehash_ : this setting, a boolean, is used to enable the use of tile content hash codes, which are used to avoid re-encoding tiles that have not changed in value after re-rendering (such as due to changes in blocks that are not visible on the tile). This reduces processing load, zoom-out processing, and communications traffic with web clients.
|
||||
@ -92,6 +94,8 @@ The core settings defined include the following:
|
||||
|
||||
* _websuffix_ : this setting, a string, is used to provide a suffix for chat messages received from web clients. The escape sequence '&color;' can be used in place of the Bukkit color escape sequence.
|
||||
|
||||
* _showlayercontrol_ : this setting, a boolean, is used to control whether the layer control is shown (setting this to false will cause it to not be shown, even if marker layers are defined). Default is true.
|
||||
|
||||
* _check-banned-ips_ : this setting, a boolean, is used to control whether the internal web server checks the banned-ips.txt file to block access to the web client by banned IP addresses.
|
||||
|
||||
* _defaultzoom_ : this setting, an integer, specifies the default zoom level for the web client when it is first loaded by a user.
|
||||
|
Loading…
Reference in New Issue
Block a user