Eliauk~
要求:可以用SkillAPI 调用MM技能就行

夜雨晨风丶
如果你是1.12.2可以使用枫溪版sk,提供了释放MM技能的机制
https://xv5zac7cto.feishu.cn/docx/doxcnqu6PQN8RMvxsnFdCUdb5Lb
如果你是其他版本,那么需要通过执行指令
  1. Skill 1:
  2.   name: 'Skill 1'
  3.   type: 'Dynamic'
  4.   max-level: 5
  5.   skill-req: ''
  6.   skill-req-lvl: 0
  7.   needs-permission: 'False'
  8.   msg: '&6{player} &2has cast &6{skill}'
  9.   combo: ''
  10.   indicator: '2D'
  11.   icon: 'Jack O Lantern'
  12.   icon-data: 0
  13.   icon-lore:
  14.   - '&d{name} &7({level}/{max})'
  15.   - '&2Type: &6{type}'
  16.   - ''
  17.   - '{req:level}Level: {attr:level}'
  18.   - '{req:cost}Cost: {attr:cost}'
  19.   - ''
  20.   - '&2Mana: {attr:mana}'
  21.   - '&2Cooldown: {attr:cooldown}'
  22.   attributes:
  23.     level-base: 0
  24.     level-scale: 0
  25.     cost-base: 0
  26.     cost-scale: 0
  27.     cooldown-base: 0
  28.     cooldown-scale: 0
  29.     mana-base: 0
  30.     mana-scale: 0
  31.     points-spent-req-base: 0
  32.     points-spent-req-scale: 0
  33.     incompatible:
  34.     - ''
  35.   components:
  36.     Cast-a:
  37.       type: 'trigger'
  38.       data:
  39.         icon-key: ''
  40.       children:
  41.         Command-b:
  42.           type: 'mechanic'
  43.           data:
  44.             icon-key: ''
  45.             counts: 'True'
  46.             command: 'mm test cast 测试技能'
  47.             type: 'OP'
复制代码

第一页 上一页 下一页 最后一页