#author("2024-09-02T06:25:14+00:00","default:iseki","iseki") *** Economy.ini for Aurora-Sim [#ld68f8ed] - Configurtaion/Modules/Economy.ini [Currency] ;; The basic (no money) currency module, allows for selling for 0$ ;Module = BaseCurrency [Economy] SellEnabled = "true" UserServer = "http://(UserServer's FQDN or IP address):8002/" ;; not use localhost or 127.0.0.1 CurrencyServer = "http://(MoneyServer's FQDN or IP address):8008/" ;; not use localhost or 127.0.0.1 EconomyModule = DTLNSLMoneyModule ;; Money Unit fee to upload textures, animations etc PriceUpload = 30 ;; Money Unit fee to create groups PriceGroupCreate = 100 ............................... ............................... [GroupMoney] ;;Enables getting and sending back the group money information if the money module exists ;; Does not do anything if the money module that is enabled does not support group currency Enabled = true #br