Stores Configuration - RP-Kit/RPKit GitHub Wiki
» Home » Stores » Configuration
Configuration
- payments: Payment related settings
- currency: The currency used for payments in the store
Recommended cache sizes
rpkit_consumable_purchase id
: The size of the amount of simultaneously used (i.e. between purchasing and claiming) consumable purchasesrpkit_consumable_store_item id
: The size of the amount of consumable store items available for purchaserpkit_permanent_purchase id
: The size of the amount of simultaneously used (i.e. purchased and needing checks) permanent purchasesrpkit_permanent_store_item id
: The size of the amount of permanent store items available for purchaserpkit_purchase id
: The size of the amount of simultaneously used purchasesrpkit_store_item id
: The size of the amount of store items available for purchaserpkit_timed_purchase id
: The estimated size of the amount of active timed purchases at any one timerpkit_timed_store_item id
: The The size of the amount of timed store items available for purchase
Permissions
rpkit.stores.command.purchases:
description: Allows the listing of purchases
default: true
rpkit.stores.command.claim:
description: Allows the claiming of purchases
default: true