我觉得很淦


服务器玩家显示是横着的
怎么弄成竖着的

  1. components:
  2. - !table
  3.   columns:

  4.     0-2:
  5.       - {text: "&b&l正式服务器", icon: "colors/aqua.png", ping: 0}
  6.       - {text: "&b&l在线: ${playerset:official size} | 100", icon: "colors/aqua.png", ping: 0}
  7.       - {text: "&b&l延迟: ${viewer_colored_ping}ms", icon: "colors/aqua.png", ping: 0}
  8.       - !players
  9.         playerSet: official
  10.         playerComponent: {text: "&6${player name}", ping: "${viewer_colored_ping}"}
  11.         morePlayersComponent: {text: "&7... 与 &e${other_count} &7玩家", ping: 0}
  12.       - !spacer {}

  13.       - {text: "&b&l状态: ${fix_official_online}", icon: "colors/aqua.png", ping: 0}
  14.       - {text: "", icon: "colors/aqua.png", ping: 100}
  15.       - {text: "", icon: "colors/aqua.png", ping: 100}
  16.     3:
  17.       - {text: "&9&l验证服务器", icon: "colors/aqua.png", ping: 0}
  18.       - !players
  19.         playerSet: login
  20.         playerComponent: {text: "&7${player name}", ping: "${viewer_colored_ping}"}
  21.         morePlayersComponent: {text: "&7... 与 &e${other_count} &7玩家", ping: 0}
  22.       - !spacer {}

  23.       - {text: "&9&l状态: ${fix_login_online}", icon: "colors/aqua.png", ping: 0}
复制代码



然后就是  加了个结婚插件 有姓氏 但是没结婚就会显示 no married 怎么让他不显示呢 下面的代码不可以用 用了就结婚了也不显示

  1. fix_married:
  2.     !switch
  3.     parameters: 1
  4.     expression: ${player MarriageMaster_Surname}
  5.     replacements:
  6.      "no married": "&a&l单身狗"
复制代码


并且根据姓氏排序