* Allow new script creation to be locked down to only gods if specified in OpenSim.ini

* This doesn't allow complete script lockdown of a sim, many avenues (copying, editing) are still uncloseable at the moment
* Default remains to allow all users to create scripts (subject to existing permissions if enabled)
This commit is contained in:
Justin Clarke Casey
2008-11-14 18:43:40 +00:00
parent 9960637545
commit e3770cfee6
3 changed files with 68 additions and 13 deletions

View File

@@ -123,6 +123,15 @@
;region_owner_is_god = true
;parcel_owner_is_god = true
; Control user types that are allowed to create new scripts
; Only enforced if serviceside_object_permissions is true
;
; Current possible values are
; all - anyone can create scripts (subject to normal permissions)
; gods - only administrators can create scripts (as long as allow_grid_gods is true)
; Default value is all
; allowed_script_creators = all
; ##
; ## SCRIPT ENGINE
; ##