diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index f49cd97..1f8fca2 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -403,6 +403,9 @@ | |||
403 | 403 | ||
404 | ; Distance in meters that shouts should travel. Default is 100m | 404 | ; Distance in meters that shouts should travel. Default is 100m |
405 | shout_distance = 100 | 405 | shout_distance = 100 |
406 | |||
407 | ; Append a prefix to the god avatar names appearing in chat whilst in god mode | ||
408 | ; admin_prefix = "@" | ||
406 | 409 | ||
407 | 410 | ||
408 | [Messaging] | 411 | [Messaging] |
@@ -934,6 +937,9 @@ | |||
934 | 937 | ||
935 | ; Allow the use of os* functions (some are dangerous) | 938 | ; Allow the use of os* functions (some are dangerous) |
936 | AllowOSFunctions = false | 939 | AllowOSFunctions = false |
940 | |||
941 | ; Allow the user of Careminster functions | ||
942 | AllowCareminsterFunctions = false | ||
937 | 943 | ||
938 | ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe | 944 | ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe |
939 | OSFunctionThreatLevel = VeryLow | 945 | OSFunctionThreatLevel = VeryLow |
@@ -1228,6 +1234,9 @@ | |||
1228 | ; For example- http://127.0.0.1:9000/SStats/ | 1234 | ; For example- http://127.0.0.1:9000/SStats/ |
1229 | ; enabled=false | 1235 | ; enabled=false |
1230 | 1236 | ||
1237 | [LandManagement] | ||
1238 | ; DefaultAdministratorGroupUUID = ""; | ||
1239 | ; DefaultAdministratorParcelName = ""; | ||
1231 | 1240 | ||
1232 | ;; | 1241 | ;; |
1233 | ;; These are defaults that are overwritten below in [Architecture]. | 1242 | ;; These are defaults that are overwritten below in [Architecture]. |