default voxel costs to free, add a wallet ID for voxel change payments

This commit is contained in:
Stephen Birarda 2014-07-23 11:13:12 -07:00
parent 1a13fbb437
commit ebf5379275

View file

@ -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": "₵"
}
}