# give\_item\_points

## `give_item_points`

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

添加或者减少物品点数。

## 示例配置

```yaml
- id: give_item_points
  args:
    type: point_name # 点数ID
    amount: 1 # 数量，支持负数代表减少
```
