diff options
Diffstat (limited to '')
-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 0df122d..8504c7a 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 |
@@ -1343,6 +1355,9 @@ | |||
1343 | ; For example- http://127.0.0.1:9000/SStats/ | 1355 | ; For example- http://127.0.0.1:9000/SStats/ |
1344 | ; enabled=false | 1356 | ; enabled=false |
1345 | 1357 | ||
1358 | [LandManagement] | ||
1359 | ; DefaultAdministratorGroupUUID = ""; | ||
1360 | ; DefaultAdministratorParcelName = ""; | ||
1346 | 1361 | ||
1347 | ;; | 1362 | ;; |
1348 | ;; These are defaults that are overwritten below in [Architecture]. | 1363 | ;; These are defaults that are overwritten below in [Architecture]. |