mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 19:35:41 +08:00
Also the set of items in the OpenSim inventory Library can also now be set from a xml file (OpenSimLibrary.xml).
14 lines
642 B
XML
14 lines
642 B
XML
<Nini>
|
|
<Section Name="Welcome notecard">
|
|
<Key Name="inventoryID" Value="00000000-0000-2222-4444-000000000001" />
|
|
<Key Name="assetID" Value="00000000-0000-2222-3333-000000000001" />
|
|
<Key Name="description" Value="Welcome" />
|
|
<Key Name="name" Value="Welcome" />
|
|
<Key Name="assetType" Value="7" />
|
|
<Key Name="inventoryType" Value="7" />
|
|
<Key Name="currentPermissions" Value="1000000000000000" />
|
|
<Key Name="nextPermissions" Value="1000000000000000" />
|
|
<Key Name="everyonePermissions" Value="1000000000000000" />
|
|
<Key Name="basePermissions" Value="1000000000000000" />
|
|
</Section>
|
|
</Nini> |