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 2457318..9b0c09b 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
@@ -1214,6 +1220,9 @@
1214; For example- http://127.0.0.1:9000/SStats/ 1220; For example- http://127.0.0.1:9000/SStats/
1215; enabled=false 1221; enabled=false
1216 1222
1223[LandManagement]
1224; DefaultAdministratorGroupUUID = "";
1225; DefaultAdministratorParcelName = "";
1217 1226
1218;; 1227;;
1219;; These are defaults that are overwritten below in [Architecture]. 1228;; These are defaults that are overwritten below in [Architecture].