diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index e67c8bd..0142a0d 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -985,6 +985,12 @@ | |||
985 | ; Comma separated list of UUIDS allows the function for that list of UUIDS | 985 | ; Comma separated list of UUIDS allows the function for that list of UUIDS |
986 | ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb | 986 | ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb |
987 | 987 | ||
988 | ; You can also use script creators as the uuid | ||
989 | ; Creators_osSetRegionWaterHeight = <uuid>, ... | ||
990 | |||
991 | ; If both Allow_ and Creators_ are given, effective permissions | ||
992 | ; are the union of the two. | ||
993 | |||
988 | ; Allow for llCreateLink and llBreakLink to work without asking for permission | 994 | ; Allow for llCreateLink and llBreakLink to work without asking for permission |
989 | ; only enable this in a trusted environment otherwise you may be subject to hijacking | 995 | ; only enable this in a trusted environment otherwise you may be subject to hijacking |
990 | ; AutomaticLinkPermission = false | 996 | ; AutomaticLinkPermission = false |