diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index a19c4d2..7b61790 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -123,6 +123,15 @@ | |||
123 | ;region_owner_is_god = true | 123 | ;region_owner_is_god = true |
124 | ;parcel_owner_is_god = true | 124 | ;parcel_owner_is_god = true |
125 | 125 | ||
126 | ; Control user types that are allowed to create new scripts | ||
127 | ; Only enforced if serviceside_object_permissions is true | ||
128 | ; | ||
129 | ; Current possible values are | ||
130 | ; all - anyone can create scripts (subject to normal permissions) | ||
131 | ; gods - only administrators can create scripts (as long as allow_grid_gods is true) | ||
132 | ; Default value is all | ||
133 | ; allowed_script_creators = all | ||
134 | |||
126 | ; ## | 135 | ; ## |
127 | ; ## SCRIPT ENGINE | 136 | ; ## SCRIPT ENGINE |
128 | ; ## | 137 | ; ## |