メインコンテンツまでスキップ

btc_give_reward

Adds a reward to a player's pending queue (with optional cron scheduling) — action entry.

Entry Information

PropertyValue
Entry IDbtc_give_reward
TypeAction
ColorRed
Iconmdi:gift-outline

Fields

FieldTypeDescription
artifactRef<RewardsArtifactEntry>Artifact for reward storage
rewardRef<RewardDefinitionEntry>Reward definition to give
customDataStringCustom data to attach to this reward instance (JSON format)
useCronBooleanEnable cron-based scheduling (e.g., daily, weekly rewards)
cronExpressionCronExpressionCron expression for scheduled rewards (e.g., '0 0 0 * * *' for daily at midnight). Only used if useCron is true.

Usage Example

- entry: btc_give_reward
name: "Adds a reward to a player's pending queue (with optional cron scheduling)"
artifact: ""
reward: ""
customData: ""
useCron: false
cronExpression: ""