From feb78b29104cc1c7f5d327bab45edd4d00a88944 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Wed, 30 Sep 2015 02:45:11 +0100 Subject: add several options for NPC creation so abusive use can be reduced (restrictive by default) UNTESTED --- bin/OpenSim.ini.example | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 52dc081..72695b8 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -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] -- cgit v1.1