mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
add several options for NPC creation so abusive use can be reduced (restrictive by default) UNTESTED
This commit is contained in:
@@ -1114,6 +1114,21 @@
|
||||
[NPC]
|
||||
;# {Enabled} {} {Enable Non Player Character (NPC) facilities} {true false} false
|
||||
; Enabled = false
|
||||
|
||||
;; several options to control NPCs creation
|
||||
;; should only be set true on special uses.
|
||||
|
||||
;; allow NPCs to be created not Owned {true false} false
|
||||
; AllowNotOwned = false
|
||||
|
||||
;; allow NPCs to set to be sensed as Avatars {true false} false
|
||||
; AllowSenseAsAvatar = false
|
||||
|
||||
;; allow NPCs to created cloning any avatar in region {true false} false
|
||||
; AllowCloneOtherAvatars = false
|
||||
|
||||
;; if true NPCs will have no group title, if false display "- NPC -" for easy identification {true false} false
|
||||
; NoNPCGroup = false
|
||||
|
||||
|
||||
[Terrain]
|
||||
|
||||
Reference in New Issue
Block a user