aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-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 5f6d874..7ee3e51 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -471,6 +471,9 @@
471 471
472 ; Distance in meters that shouts should travel. Default is 100m 472 ; Distance in meters that shouts should travel. Default is 100m
473 shout_distance = 100 473 shout_distance = 100
474
475 ; Append a prefix to the god avatar names appearing in chat whilst in god mode
476 ; admin_prefix = "@"
474 477
475 478
476[Messaging] 479[Messaging]
@@ -842,6 +845,12 @@
842 ; default is 1000 845 ; default is 1000
843 cloud_update_rate = 1000 846 cloud_update_rate = 1000
844 847
848[Meta7Windlight]
849
850 ; This enables the transmission of Windlight scenes to supporting clients, such as the Meta7 viewer.
851 ; It has no ill effect on viewers which do not support server-side windlight settings.
852 ; Currently we only have support for MySQL databases.
853 enable_windlight = false;
845 854
846[Trees] 855[Trees]
847 ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying 856 ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying
@@ -996,6 +1005,9 @@
996 1005
997 ; Allow the use of os* functions (some are dangerous) 1006 ; Allow the use of os* functions (some are dangerous)
998 AllowOSFunctions = false 1007 AllowOSFunctions = false
1008
1009 ; Allow the user of Careminster functions
1010 AllowCareminsterFunctions = false
999 1011
1000 ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe 1012 ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe
1001 OSFunctionThreatLevel = VeryLow 1013 OSFunctionThreatLevel = VeryLow