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