aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example12
1 files changed, 12 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index af6345a..43e1d50 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -470,6 +470,9 @@
470 470
471 ; Distance in meters that shouts should travel. Default is 100m 471 ; Distance in meters that shouts should travel. Default is 100m
472 shout_distance = 100 472 shout_distance = 100
473
474 ; Append a prefix to the god avatar names appearing in chat whilst in god mode
475 ; admin_prefix = "@"
473 476
474 477
475[Messaging] 478[Messaging]
@@ -839,6 +842,12 @@
839 ; default is 1000 842 ; default is 1000
840 cloud_update_rate = 1000 843 cloud_update_rate = 1000
841 844
845[Meta7Windlight]
846
847 ; This enables the transmission of Windlight scenes to supporting clients, such as the Meta7 viewer.
848 ; It has no ill effect on viewers which do not support server-side windlight settings.
849 ; Currently we only have support for MySQL databases.
850 enable_windlight = false;
842 851
843[Trees] 852[Trees]
844 ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying 853 ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying
@@ -988,6 +997,9 @@
988 997
989 ; Allow the use of os* functions (some are dangerous) 998 ; Allow the use of os* functions (some are dangerous)
990 AllowOSFunctions = false 999 AllowOSFunctions = false
1000
1001 ; Allow the user of Careminster functions
1002 AllowCareminsterFunctions = false
991 1003
992 ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe 1004 ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe
993 OSFunctionThreatLevel = VeryLow 1005 OSFunctionThreatLevel = VeryLow