forked from skidzTweak/StarDustPublic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStarDust.ini
66 lines (58 loc) · 2.09 KB
/
StarDust.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
;;[Handlers]
;; CurrencyHandler = StarDust
;;[Currency]
;; Module = StarDust
[StarDustCurrency]
;; PayPal, or Dust
CurrencyModule = Dust
;;
CurrencyConnector = Local
;; Port used for currency post handler
CurrencyInHandlerPort = 8007
;; Banker uuid - THIS NEEDS SET AND ENSURE YOU GIVE HIM MONEY IN STARTDUST_CURRENCY TABLE
BankerPrincipalID = 00000000-0000-0000-0000-000000000000
;; URIs
ErrorURI = http://localhost:8002/
UpgradeMembershipUri = http://localhost:8002/
;;;;;;;;;Purchase currecncy;;;;;;;;;;;
;; Should purchased currency in world be automatically applied?
AutoApplyCurrency = false
;; After a user request to purchase currency this message will be sent to them.
;; {0} purchase id
AfterCurrencyPurchaseMessage = Please goto here to finish your currency purchase - http://localhost/index.php?page=prepaypal&btn=webui_menu_item_getcurrency&purchase_id={0}
;; purchase currency
RealCurrencyConversionFactor = 500
;; Additional Percentage to charge default 2.91%
;; Note, this value is divided by 10,000
AdditionPercentage = 291
;; Addition amount to charge default $0.30
;; Note, this value is divided by 100
AdditionAmount = 30
;; For information on token goto - see notes
;; https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/howto_html_paymentdatatransfer
PayPalAuthToken = xxxxx-xxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxx-x-x_xxxxxxxxxxxx
PayPalURL = www.sandbox.paypal.com
;;;;;;;;;Purchase Land;;;;;;;;;;;;;;;;;
MessgeBeforeBuyLand = Please ensure you are standing on the land you want to purchase.
;;;;;;other values with defaults;;;;;;;
; ObjectCapacity = 0
; MinFundsBeforeRefresh = 5
; Stipend = 0
; PriceGroupCreate = 0
; PriceParcelRent = 1
; PriceObjectScaleFactor = 10
; PriceObjectRent = 1
; TeleportPriceExponent = 2f
; TeleportMinPrice = 2
; PriceRentLight = 5
; PriceUpload = 0
; PriceParcelClaimFactor = 1f
; PriceParcelClaim = 1
; PricePublicObjectDelete = 4
; PricePublicObjectDecay = 4
; PriceObjectClaim = 10
; PriceEnergyUnit = 100
;; paypal module
AllowGridEmails = false
AllowGroups = false
[PayPal Users]