# give\_price

## `give_price`

**触发效果**[**​**](https://plugins.auxilor.io/effects/all-effects/give_price#triggered-effect)

向玩家支付一个价格。

## 示例配置

```yaml
- id: give_price
  args:
    value: 1000 # 价格的值，一般看作数量
    type: coins # 价格ID
```
