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 1cf96b0..af9632e 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -462,6 +462,9 @@
462 462
463 ; Distance in meters that shouts should travel. Default is 100m 463 ; Distance in meters that shouts should travel. Default is 100m
464 shout_distance = 100 464 shout_distance = 100
465
466 ; Append a prefix to the god avatar names appearing in chat whilst in god mode
467 ; admin_prefix = "@"
465 468
466 469
467[Messaging] 470[Messaging]
@@ -830,6 +833,12 @@
830 ; default is 1000 833 ; default is 1000
831 cloud_update_rate = 1000 834 cloud_update_rate = 1000
832 835
836[Meta7Windlight]
837
838 ; This enables the transmission of Windlight scenes to supporting clients, such as the Meta7 viewer.
839 ; It has no ill effect on viewers which do not support server-side windlight settings.
840 ; Currently we only have support for MySQL databases.
841 enable_windlight = false;
833 842
834[Trees] 843[Trees]
835 ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying 844 ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying
@@ -979,6 +988,9 @@
979 988
980 ; Allow the use of os* functions (some are dangerous) 989 ; Allow the use of os* functions (some are dangerous)
981 AllowOSFunctions = false 990 AllowOSFunctions = false
991
992 ; Allow the user of Careminster functions
993 AllowCareminsterFunctions = false
982 994
983 ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe 995 ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe
984 OSFunctionThreatLevel = VeryLow 996 OSFunctionThreatLevel = VeryLow