aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/OpenSim.ini.example15
1 files changed, 15 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 020632f..a7e1351 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -400,6 +400,9 @@
400 400
401 ; Distance in meters that shouts should travel. Default is 100m 401 ; Distance in meters that shouts should travel. Default is 100m
402 shout_distance = 100 402 shout_distance = 100
403
404 ; Append a prefix to the god avatar names appearing in chat whilst in god mode
405 ; admin_prefix = "@"
403 406
404 407
405[Messaging] 408[Messaging]
@@ -771,6 +774,12 @@
771 ; default is 1000 774 ; default is 1000
772 cloud_update_rate = 1000 775 cloud_update_rate = 1000
773 776
777[Meta7Windlight]
778
779 ; This enables the transmission of Windlight scenes to supporting clients, such as the Meta7 viewer.
780 ; It has no ill effect on viewers which do not support server-side windlight settings.
781 ; Currently we only have support for MySQL databases.
782 enable_windlight = false;
774 783
775[Trees] 784[Trees]
776 ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying 785 ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying
@@ -925,6 +934,9 @@
925 934
926 ; Allow the use of os* functions (some are dangerous) 935 ; Allow the use of os* functions (some are dangerous)
927 AllowOSFunctions = false 936 AllowOSFunctions = false
937
938 ; Allow the user of Careminster functions
939 AllowCareminsterFunctions = false
928 940
929 ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe 941 ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe
930 OSFunctionThreatLevel = VeryLow 942 OSFunctionThreatLevel = VeryLow
@@ -1257,6 +1269,9 @@
1257; For example- http://127.0.0.1:9000/SStats/ 1269; For example- http://127.0.0.1:9000/SStats/
1258; enabled=false 1270; enabled=false
1259 1271
1272[LandManagement]
1273; DefaultAdministratorGroupUUID = "";
1274; DefaultAdministratorParcelName = "";
1260 1275
1261;; 1276;;
1262;; These are defaults that are overwritten below in [Architecture]. 1277;; These are defaults that are overwritten below in [Architecture].