mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
default voxel costs to free, add a wallet ID for voxel change payments
This commit is contained in:
parent
1a13fbb437
commit
ebf5379275
1 changed files with 10 additions and 4 deletions
|
@ -21,18 +21,24 @@
|
|||
"label": "Voxels",
|
||||
"assignment-types": [3],
|
||||
"settings": {
|
||||
"voxel-wallet": {
|
||||
"label": "Destination Wallet ID",
|
||||
"help": "Wallet to be paid for voxel changes",
|
||||
"placeholder": "00000000-0000-0000-0000-000000000000",
|
||||
"default": ""
|
||||
},
|
||||
"per-voxel-cost": {
|
||||
"label": "Per Voxel Cost",
|
||||
"help": "Credit cost to change each voxel",
|
||||
"placeholder": "0.00001",
|
||||
"default": "0.00001",
|
||||
"placeholder": "0.0",
|
||||
"default": "0.0",
|
||||
"input_addon": "₵"
|
||||
},
|
||||
"volume-cost": {
|
||||
"label": "Volume Cost",
|
||||
"help": "Credit cost to change each cubed meter of voxel space",
|
||||
"placeholder": "0.0005",
|
||||
"default": "0.0005",
|
||||
"placeholder": "0.0",
|
||||
"default": "0.0",
|
||||
"input_addon": "₵"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue