diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 37c0192..4a60f4b 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -489,6 +489,9 @@ | |||
489 | 489 | ||
490 | ; Distance in meters that shouts should travel. Default is 100m | 490 | ; Distance in meters that shouts should travel. Default is 100m |
491 | shout_distance = 100 | 491 | shout_distance = 100 |
492 | |||
493 | ; Append a prefix to the god avatar names appearing in chat whilst in god mode | ||
494 | ; admin_prefix = "@" | ||
492 | 495 | ||
493 | 496 | ||
494 | [Messaging] | 497 | [Messaging] |
@@ -860,6 +863,12 @@ | |||
860 | ; default is 1000 | 863 | ; default is 1000 |
861 | cloud_update_rate = 1000 | 864 | cloud_update_rate = 1000 |
862 | 865 | ||
866 | [Meta7Windlight] | ||
867 | |||
868 | ; This enables the transmission of Windlight scenes to supporting clients, such as the Meta7 viewer. | ||
869 | ; It has no ill effect on viewers which do not support server-side windlight settings. | ||
870 | ; Currently we only have support for MySQL databases. | ||
871 | enable_windlight = false; | ||
863 | 872 | ||
864 | [Trees] | 873 | [Trees] |
865 | ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying | 874 | ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying |
@@ -1014,6 +1023,9 @@ | |||
1014 | 1023 | ||
1015 | ; Allow the use of os* functions (some are dangerous) | 1024 | ; Allow the use of os* functions (some are dangerous) |
1016 | AllowOSFunctions = false | 1025 | AllowOSFunctions = false |
1026 | |||
1027 | ; Allow the user of Careminster functions | ||
1028 | AllowCareminsterFunctions = false | ||
1017 | 1029 | ||
1018 | ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe | 1030 | ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe |
1019 | OSFunctionThreatLevel = VeryLow | 1031 | OSFunctionThreatLevel = VeryLow |
@@ -1349,6 +1361,9 @@ | |||
1349 | ; For example- http://127.0.0.1:9000/SStats/ | 1361 | ; For example- http://127.0.0.1:9000/SStats/ |
1350 | ; enabled=false | 1362 | ; enabled=false |
1351 | 1363 | ||
1364 | [LandManagement] | ||
1365 | ; DefaultAdministratorGroupUUID = ""; | ||
1366 | ; DefaultAdministratorParcelName = ""; | ||
1352 | 1367 | ||
1353 | ;; | 1368 | ;; |
1354 | ;; These are defaults that are overwritten below in [Architecture]. | 1369 | ;; These are defaults that are overwritten below in [Architecture]. |