Updated Base Plugin Settings (markdown)

mikeprimm 2012-03-25 22:03:34 -07:00
parent 55cd082b3c
commit c642c24aba
1 changed files with 9 additions and 0 deletions

@ -154,3 +154,12 @@ Customized block IDs can be set for the IDs defined in the top of those files by
* _superslopes-support_ : this setting, a boolean, controls the activation of texture and model support for the Kaevator's Superslopes custom blocks (as defined in renderdata/superslopes-texture.txt and renderdata/superslopes-models.txt). Default is false (disabled). Customized block IDs can be set for the IDs defined in the top of those files by adding the corresponding setting to configuration.txt (e.g. 'BlockKaevSteelSlopes: 214' if the steel slopes block has been mapped to ID 214).
* _railcraft-support_ : this setting, a boolean, controls the activation of texture and model support for the Railcraft custom blocks (as defined in renderdata/railcraft-texture.txt and renderdata/railcraft-models.txt). Default is false (disabled). Customized block IDs can be set for the IDs defined in the top of those files by adding the corresponding setting to configuration.txt (e.g. 'railcraft-elevatorBlock: 221' if the elevator rails block has been mapped to ID 221).
## User Login Security Settings for Web Interface
The support for login-based security on the web interface can be controlled through the following settings:
* _login-enabled_ : this setting, a boolean, enables login security support (if the setting is defined and set to 'true').
* _login-required_ : this setting, a boolean, forces all web users to log in, in order to access the web interface (if the setting is defined and set to 'true').