> For the complete documentation index, see [llms.txt](https://docs.superiormc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.superiormc.cn/auxilor-plugins/zi-ding-yi-xiao-guo/suo-you-xiao-guo/quest_xp_multiplier.md).

# quest\_xp\_multiplier

## `quest_xp_multiplier`

**永久效果**[**​**](https://plugins.auxilor.io/effects/all-effects/quest_xp_multiplier#permanent-effect)

加倍获得的任务经验值。

**需要 EcoQuests。**

## 示例配置

```yaml
- id: quest_xp_multiplier
  args:
    multiplier: 1.5 # 加倍值
    quests: # 任务ID，如果这个选项不存在的话，则适用于所有任务
      - daily_1
      - weekly_1 
```
