WFictional
QuestCreator任务完成后如何设置给予MythicMobs-items的物品作为奖励~

QuestCreator配置表
# -------------------- 奖励设置 --------------------

end_objects:
  SUCCESS:
    - type: SERVER_LOGIC_MONEY
      currency: VAULT
      value_formula: {value} + 15  # 钱
      start_notify:
        message:
          - '&a获得金币x15'
      
    - type: SERVER_FIREWORKS_LAUNCH
      effects:
        1:
          type: CREEPER
          colors: |
            AQUA
            BLUE
          fade_colors: |
            AQUA
            BLUE
          flicker: true
          trail: true
      count: 1
      position:
        type: PLAYER_RELATIVE_SINGLE
        location:
          distance: 3.0
          vertical_offset: 1.0



WFictional
已经自己解决了,请不要在回复本贴~