老何~
  1. # Configuration relative to quests
  2. quests:
  3.   # Time in seconds before the quest tracker switch
  4.   changeTime: 10
  5.   # If enabled and the player has no quest launched, the scoreboard will disappear until the player starts a new quest
  6.   hideIfEmpty: true
  7.   # If enabled, scoreboard lines containing {questName} or {questDescription} will be automatically refreshed whenever the quest tracker is refreshed
  8.   refreshLines: true

  9. # Lines contained in the scoreboard
  10. #  Available parameters:
  11. #  * value: the value of line, surrounded by '
  12. #   -> special placehlolders: {questName} and {questDescription}
  13. #  * refresh: time in seconds before the line is refreshed (useful with dynamic placeholders)
  14. #  * length: max length of the line, if the number of characters exceed this limit the line will be split
  15. lines:
  16. - value: ''
  17. - value: '&6{questName}'
  18. - value: ''
  19. - value: '{questDescription}'
  20.   length: 30
复制代码
这个是BeautyQuests的计分板,在做任务的时候启动计分板,效果是这样的

但是这样做会把Miaoboard的计分板给顶替掉,任务结束后Miao的计分板也不会回来,需要手动指令关闭再开启,比较繁琐。
所以我想到把BeautyQuests的计分板的变量给写到Miao计分板上面去,这样接任务也能看到了,可惜并没有什么用= =
  1. lines:
  2.     - ' '
  3.     - '&7&m————}&c&n《测试RPG》&7&m}————'
  4.     - ' '
  5.     - '&8♦目前人数♦: &c%server_online%/%server_max%'
  6.     - ' '
  7.     - '&6♦你的ID♦: &7%player_displayname%'
  8.     - '&6♦你的称号♦: %deluxetags_tag%'
  9.     - ' '
  10.     - '&6♦你的等级♦: &2%player_level%'
  11.     - '&6♦升级所需♦: &a%player_exp_to_level%经验'
  12.     - ' '
  13.     - '&6$小钱包$:&e%vault_eco_balance%'
  14.     - '&6♦你的位置♦:&c%multiverse_world_alias%'
  15.     - ' '
  16.     - '&6%beautyquests_started_ordered%'
  17.     - '&6%questName%'
  18.     - '&6%questDescription%'
  19.     - '&7%server_time_yyyy_MM_dd%'
复制代码
效果就是这样子:接了任务也没有什么变化

不知道各位有没有什么办法解决= =
实在不想换任务插件了,太少了mcbbs上的,芒果什么的quest的我都用过,没这个方便

老何~
好吧,都没人来解答= =
我已经自行解决了,利用了BeautyQuests的完成任务后奖励的这一机制,添加了奖励指令
然后成功完成任务后,BeautyQuests的计分板会自动消失,
随后来的是延迟触发的奖励指令/miaoboard off先是关闭
接着是延迟触发/miaoboard on再次开启计分板
也算是完美解决问题了= =

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