diff options
-rwxr-xr-x | bin/OpenSim.ini.example | 16 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 15 |
2 files changed, 16 insertions, 15 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 253b24d..e31d0f4 100755 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -532,19 +532,17 @@ | |||
532 | 532 | ||
533 | 533 | ||
534 | [Economy] | 534 | [Economy] |
535 | ;; The economy module is not enabled by default and there is no easy, | 535 | ; The default economy module only implements just enough to allow free actions (transfer of objects, etc). |
536 | ;; menu controlled way to do this. To enabled this module, insert | 536 | ; There is no intention to implement anything further in core OpenSimulator. |
537 | ;; economymodule = BetaGridLikeMoneyModule | 537 | ; This functionality has to be provided by third party modules. |
538 | ;; into the startup section (at the top of this file). | ||
539 | ;; Then configure the options below as needed. | ||
540 | 538 | ||
541 | ;; Enables selling things for $0 | 539 | ;; Enables selling things for $0. Default is true. |
542 | ; SellEnabled = "false" | 540 | ; SellEnabled = true |
543 | 541 | ||
544 | ;; Money Unit fee to upload textures, animations etc | 542 | ;; Money Unit fee to upload textures, animations etc. Default is 0. |
545 | ; PriceUpload = 0 | 543 | ; PriceUpload = 0 |
546 | 544 | ||
547 | ;; Money Unit fee to create groups | 545 | ;; Money Unit fee to create groups. Default is 0. |
548 | ; PriceGroupCreate = 0 | 546 | ; PriceGroupCreate = 0 |
549 | 547 | ||
550 | 548 | ||
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 2c5fbf5..e723330 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1098,15 +1098,18 @@ | |||
1098 | 1098 | ||
1099 | [Economy] | 1099 | [Economy] |
1100 | ; These economy values get used in the BetaGridLikeMoneyModule. - This module is for demonstration only - | 1100 | ; These economy values get used in the BetaGridLikeMoneyModule. - This module is for demonstration only - |
1101 | ; The default economy module only implements just enough to allow free actions (transfer of objects, etc). | ||
1102 | ; There is no intention to implement anything further in core OpenSimulator. | ||
1103 | ; This functionality has to be provided by third party modules. | ||
1101 | 1104 | ||
1102 | ; Enables selling things for $0 | 1105 | ;; Enables selling things for $0. Default is true. |
1103 | SellEnabled = "false" | 1106 | SellEnabled = true |
1104 | 1107 | ||
1105 | ; Money Unit fee to upload textures, animations etc | 1108 | ;; Money Unit fee to upload textures, animations etc. Default is 0. |
1106 | PriceUpload = 0 | 1109 | PriceUpload = 0 |
1107 | 1110 | ||
1108 | ; Money Unit fee to create groups | 1111 | ;; Money Unit fee to create groups. Default is 0. |
1109 | PriceGroupCreate = 0 | 1112 | PriceGroupCreate = 0 |
1110 | 1113 | ||
1111 | ; We don't really know what the rest of these values do. These get sent to the client | 1114 | ; We don't really know what the rest of these values do. These get sent to the client |
1112 | ; These taken from Agni at a Public Telehub. Change at your own risk. | 1115 | ; These taken from Agni at a Public Telehub. Change at your own risk. |