aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorMelanie2011-10-26 17:55:53 +0200
committerMelanie2011-10-26 17:55:53 +0200
commitc763419043773c93dbbc865ec35f7ecf856a641a (patch)
treeac9f99c33ae788e6b7fdfd0843c2ae584a896dc6 /bin/OpenSim.ini.example
parentFix a missing locking call (diff)
parentMerge branch 'master' into bigmerge (diff)
downloadopensim-SC-c763419043773c93dbbc865ec35f7ecf856a641a.zip
opensim-SC-c763419043773c93dbbc865ec35f7ecf856a641a.tar.gz
opensim-SC-c763419043773c93dbbc865ec35f7ecf856a641a.tar.bz2
opensim-SC-c763419043773c93dbbc865ec35f7ecf856a641a.tar.xz
Merge branch 'bigmerge' of ssh://3dhosting.de/var/git/careminster into bigmerge
Diffstat (limited to 'bin/OpenSim.ini.example')
-rwxr-xr-x[-rw-r--r--]bin/OpenSim.ini.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 44da31c..80f4c0e 100644..100755
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -617,6 +617,13 @@
617 617
618 ; Comma separated list of UUIDS allows the function for that list of UUIDS 618 ; Comma separated list of UUIDS allows the function for that list of UUIDS
619 ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb 619 ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb
620
621 ; Comma separated list of owner classes that allow the function for a particular class of owners. Choices are
622 ; - PARCEL_GROUP_MEMBER: allow if objectgroup is the same group as the parcel
623 ; - PARCEL_OWNER: allow if the objectowner is parcelowner
624 ; - ESTATE_MANAGER: allow if the object owner is a estate manager
625 ; - ESTATE_OWNER: allow if objectowner is estateowner
626 ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb, PARCEL_OWNER, ESTATE_OWNER>, ...
620 627
621 ; You can also use script creators as the uuid 628 ; You can also use script creators as the uuid
622 ; Creators_osSetRegionWaterHeight = <uuid>, ... 629 ; Creators_osSetRegionWaterHeight = <uuid>, ...