aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 0630688..fd81b39 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -397,6 +397,9 @@
397 397
398 ; Distance in meters that shouts should travel. Default is 100m 398 ; Distance in meters that shouts should travel. Default is 100m
399 shout_distance = 100 399 shout_distance = 100
400
401 ; Append a prefix to the god avatar names appearing in chat whilst in god mode
402 ; admin_prefix = "@"
400 403
401 404
402[Messaging] 405[Messaging]
@@ -928,6 +931,9 @@
928 931
929 ; Allow the use of os* functions (some are dangerous) 932 ; Allow the use of os* functions (some are dangerous)
930 AllowOSFunctions = false 933 AllowOSFunctions = false
934
935 ; Allow the user of Careminster functions
936 AllowCareminsterFunctions = false
931 937
932 ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe 938 ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe
933 OSFunctionThreatLevel = VeryLow 939 OSFunctionThreatLevel = VeryLow
@@ -1222,6 +1228,9 @@
1222; For example- http://127.0.0.1:9000/SStats/ 1228; For example- http://127.0.0.1:9000/SStats/
1223; enabled=false 1229; enabled=false
1224 1230
1231[LandManagement]
1232; DefaultAdministratorGroupUUID = "";
1233; DefaultAdministratorParcelName = "";
1225 1234
1226;; 1235;;
1227;; These are defaults that are overwritten below in [Architecture]. 1236;; These are defaults that are overwritten below in [Architecture].