diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 179c536..23004a4 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -482,6 +482,9 @@ | |||
482 | 482 | ||
483 | ; Distance in meters that shouts should travel. Default is 100m | 483 | ; Distance in meters that shouts should travel. Default is 100m |
484 | shout_distance = 100 | 484 | shout_distance = 100 |
485 | |||
486 | ; Append a prefix to the god avatar names appearing in chat whilst in god mode | ||
487 | ; admin_prefix = "@" | ||
485 | 488 | ||
486 | 489 | ||
487 | [Messaging] | 490 | [Messaging] |
@@ -853,6 +856,12 @@ | |||
853 | ; default is 1000 | 856 | ; default is 1000 |
854 | cloud_update_rate = 1000 | 857 | cloud_update_rate = 1000 |
855 | 858 | ||
859 | [Meta7Windlight] | ||
860 | |||
861 | ; This enables the transmission of Windlight scenes to supporting clients, such as the Meta7 viewer. | ||
862 | ; It has no ill effect on viewers which do not support server-side windlight settings. | ||
863 | ; Currently we only have support for MySQL databases. | ||
864 | enable_windlight = false; | ||
856 | 865 | ||
857 | [Trees] | 866 | [Trees] |
858 | ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying | 867 | ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying |
@@ -1007,6 +1016,9 @@ | |||
1007 | 1016 | ||
1008 | ; Allow the use of os* functions (some are dangerous) | 1017 | ; Allow the use of os* functions (some are dangerous) |
1009 | AllowOSFunctions = false | 1018 | AllowOSFunctions = false |
1019 | |||
1020 | ; Allow the user of Careminster functions | ||
1021 | AllowCareminsterFunctions = false | ||
1010 | 1022 | ||
1011 | ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe | 1023 | ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe |
1012 | OSFunctionThreatLevel = VeryLow | 1024 | OSFunctionThreatLevel = VeryLow |
@@ -1339,6 +1351,9 @@ | |||
1339 | ; For example- http://127.0.0.1:9000/SStats/ | 1351 | ; For example- http://127.0.0.1:9000/SStats/ |
1340 | ; enabled=false | 1352 | ; enabled=false |
1341 | 1353 | ||
1354 | [LandManagement] | ||
1355 | ; DefaultAdministratorGroupUUID = ""; | ||
1356 | ; DefaultAdministratorParcelName = ""; | ||
1342 | 1357 | ||
1343 | ;; | 1358 | ;; |
1344 | ;; These are defaults that are overwritten below in [Architecture]. | 1359 | ;; These are defaults that are overwritten below in [Architecture]. |