Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. ;# {permissionmodules} {} {Permission modules to use (may specify multiple modules, separated by space} {} DefaultPermissionsModule
  2. ;; Permission modules to use, separated by space.
  3. permissionmodules = "DefaultPermissionsModule"
  4.  
  5. ;# {serverside_object_permissions} {permissionmodules:DefaultPermissionsModule} {Activate permission handling by the sim?} {true false} true
  6. ;; These are the parameters for the default permissions module
  7. ;;
  8. ;; If set to false, then, in theory, the server never carries out
  9. ;; permission checks (allowing anybody to copy
  10. ;; any item, etc. This may not yet be implemented uniformally.
  11. ;; If set to true, then all permissions checks are carried out
  12. ;; Default is false
  13. serverside_object_permissions = true
  14.  
  15. ;; This allows users with a UserLevel of 200 or more to assume god
  16. ;; powers in the regions in this simulator.
  17. ; allow_grid_gods = false
  18.  
  19. ;; This allows some control over permissions
  20. ;; please note that this still doesn't duplicate SL, and is not intended to
  21. region_owner_is_god = true
  22. ; region_manager_is_god = false
  23. ; parcel_owner_is_god = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement