aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSim.ini.example')
-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 59bce36..9a1cccd 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -399,6 +399,9 @@
399 399
400 ; Distance in meters that shouts should travel. Default is 100m 400 ; Distance in meters that shouts should travel. Default is 100m
401 shout_distance = 100 401 shout_distance = 100
402
403 ; Append a prefix to the god avatar names appearing in chat whilst in god mode
404 ; admin_prefix = "@"
402 405
403 406
404[Messaging] 407[Messaging]
@@ -930,6 +933,9 @@
930 933
931 ; Allow the use of os* functions (some are dangerous) 934 ; Allow the use of os* functions (some are dangerous)
932 AllowOSFunctions = false 935 AllowOSFunctions = false
936
937 ; Allow the user of Careminster functions
938 AllowCareminsterFunctions = false
933 939
934 ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe 940 ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe
935 OSFunctionThreatLevel = VeryLow 941 OSFunctionThreatLevel = VeryLow
@@ -1224,6 +1230,9 @@
1224; For example- http://127.0.0.1:9000/SStats/ 1230; For example- http://127.0.0.1:9000/SStats/
1225; enabled=false 1231; enabled=false
1226 1232
1233[LandManagement]
1234; DefaultAdministratorGroupUUID = "";
1235; DefaultAdministratorParcelName = "";
1227 1236
1228;; 1237;;
1229;; These are defaults that are overwritten below in [Architecture]. 1238;; These are defaults that are overwritten below in [Architecture].