Hypergrid 2.0
From OpenSimulator
Revision as of 10:56, 6 March 2013 by Allen Kerensky (Talk | contribs)
Contents |
Hypergrid 2.0
Diva's Articles
GatekeeperService
[GatekeeperService]
Foreign Agents Allowed
;; Allow outsiders to hypergrid in? ; ForeignAgentsAllowed = true
AllowExcept
;; If ForeignAgentsAllowed is true, make exceptions using AllowExcept. ;; Leave blank or commented for no exceptions. AllowExcept = "http://griefer.com:8002, http://enemy.com:8002"
DisallowExcept
;; If ForeignAgentsAllowed is false, make exceptions using DisallowExcept ;; Leave blank or commented for no exceptions. ; DisallowExcept = "http://myfriendgrid.com:8002, http://myboss.com:8002"
HGAssetService
[HGAssetService]
HomeURI
HomeURI = "http://127.0.0.1:9000"
DisallowExport
;; The asset types that will never be exported DisallowExport ="LSLText, LSLBytecode"
DisallowImport
;; The asset types that will never be imported DisallowImport ="LSLBytecode"
HGInventoryService
My Suitcase
UserAgentService
[UserAgentService]
ForeignTripsAllowed_Level_x
;; Are local users allowed to visit other grids? ;; What user level? Use variables of this form: ;; ForeignTripsAllowed_Level_<UserLevel> = true | false ;; For example: ForeignTripsAllowed_Level_0 = false ForeignTripsAllowed_Level_10 = true ; true is default
AllowExcept_Level_10
;; If ForeignTripsAllowed is true, make exceptions using AllowExcept. ;; Leave blank or commented for no exceptions. AllowExcept_Level_10 = "http://griefer.com:8002, http://enemy.com:8002"
Disallow_Except_Level_0
;; If ForeignTripsAllowed is false, make exceptions using DisallowExcept ;; Leave blank or commented for no exceptions. DisallowExcept_Level_0 = "http://myfriendgrid.com:8002, http://myboss.com:8002"