clockwerk-opensim-config – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 2
Line 733... Line 733...
733 ; The default economy module only implements just enough to allow free actions (transfer of objects, etc). 733 ; The default economy module only implements just enough to allow free actions (transfer of objects, etc).
734 ; There is no intention to implement anything further in core OpenSimulator. 734 ; There is no intention to implement anything further in core OpenSimulator.
735 ; This functionality has to be provided by third party modules. 735 ; This functionality has to be provided by third party modules.
Line 736... Line 736...
736   736  
737 ;; Enables selling things for $0. Default is true. 737 ;; Enables selling things for $0. Default is true.
Line 738... Line 738...
738 ; SellEnabled = true 738 SellEnabled = true
739   739  
740 ;# {PriceUpload} {} {Price for uploading?} {} 0 740 ;# {PriceUpload} {} {Price for uploading?} {} 0
Line 741... Line 741...
741 ;; Money Unit fee to upload textures, animations etc. Default is 0. 741 ;; Money Unit fee to upload textures, animations etc. Default is 0.
742 ; PriceUpload = 0 742 PriceUpload = 10
743   743  
Line -... Line 744...
-   744 ;# {PriceGroupCreate} {} {Fee for group creation} {} 0
-   745 ;; Money Unit fee to create groups. Default is 0.
-   746 PriceGroupCreate = 100
-   747  
Line 744... Line 748...
744 ;# {PriceGroupCreate} {} {Fee for group creation} {} 0 748 ;; Wizardry and Steamworks Money Module from http://www.nsl.tuis.ac.jp/
745 ;; Money Unit fee to create groups. Default is 0. 749 UserServer = "http://127.0.0.1:9000/"
746 ; PriceGroupCreate = 0 750 CurrencyServer = "https://127.0.0.1:8008/"
747   751 EconomyModule = DTLNSLMoneyModule