diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 57a2e06..4b1f5a7 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -595,6 +595,25 @@ | |||
595 | ;; VeryHigh, Severe | 595 | ;; VeryHigh, Severe |
596 | OSFunctionThreatLevel = VeryLow | 596 | OSFunctionThreatLevel = VeryLow |
597 | 597 | ||
598 | ; OS Functions enable/disable | ||
599 | ; For each function, you can add one line, as shown | ||
600 | ; The default for all functions allows them if below threat level | ||
601 | |||
602 | ; true allows the use of the function unconditionally | ||
603 | ; Allow_osSetRegionWaterHeight = true | ||
604 | |||
605 | ; false disables the function completely | ||
606 | ; Allow_osSetRegionWaterHeight = false | ||
607 | |||
608 | ; Comma separated list of UUIDS allows the function for that list of UUIDS | ||
609 | ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb | ||
610 | |||
611 | ; You can also use script creators as the uuid | ||
612 | ; Creators_osSetRegionWaterHeight = <uuid>, ... | ||
613 | |||
614 | ; If both Allow_ and Creators_ are given, effective permissions | ||
615 | ; are the union of the two. | ||
616 | |||
598 | ;; Time a script can spend in an event handler before it is interrupted | 617 | ;; Time a script can spend in an event handler before it is interrupted |
599 | ; EventLimit = 30 | 618 | ; EventLimit = 30 |
600 | 619 | ||