跳转至

示例

Magic 插件配置示例集合。

基础火球法术

fireball:
  name: "&c火球"
  icon: fire_charge
  effects:
    - type: projectile
      projectile: small_fireball
      speed: 2
  actions:
    - type: damage
      amount: 6
      radius: 2

治疗法术

heal:
  name: "&a治愈"
  icon: golden_apple
  effects:
    - type: heal
      amount: 6
  cooldown: 10

更多示例参阅 自定义法术