YisaKu
本帖最后由 YisaKu 于 2021-8-7 03:11 编辑

我在components:中填写的就是:
    - !players
      playerSet: global  #排序
      playerOrder: alphabetically  #按照字母
      playerComponent: "&f餏 ${player name}"
      morePlayersComponent: "还有 ${other_count} 玩家折叠中"


然后就会警告报错.请问是我写错了吗

03:07:12 [警告] [BungeeTabListPlus] Failed to load plugins\BungeeTabListPlus\tabLists\default.yml.
1 errors and 0 warnings
ERROR: No player set definition available for player set "global"
in 'reader', line 137, column 18:
          playerSet: global

以解决:正确写法是
    - !players
      playerSet: all_players
      playerOrder: "alphabetically"
      playerComponent: "&f餏 ${player name}"
      morePlayersComponent: "还有 ${other_count} 玩家折叠中"


2021.12 数据,可能有更多内容我在components:中填写的就是:
    - !players
   playerSet: global#排序
   playerOrder: alphabetically#按照字母
   playerComponent: "&f餏 ${player name}"
   morePlayersComponent: "还有 ${other_count} 玩家折叠中"


然后就会警告报错.请问是我写错了吗


03:07:12 [警告] [BungeeTabListPlus] Failed to load plugins\BungeeTabListPlus\tabLists\default.yml.
1 errors and 0 warnings
ERROR: No player set definition available for player set "global"
in 'reader', line 137, column 18:
    playerSet: global


以解决:正确写法是
    - !players
   playerSet: all_players
   playerOrder: "alphabetically"
   playerComponent: "&f餏 ${player name}"
   morePlayersComponent: "还有 ${other_count} 玩家折叠中"



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