日々の影法师
如题,假设我有三个子服,在bungee config内的名称为hub#1,hub#2,hub#3,如何利用papi变量显示这三个子服玩家数的总和


我也有一个playerbalancer系统,也可以通过spb的变量来实现,已知有三个分区,hub1,hub2,hub3,(由于特殊原因,无法使用一个分区来配置)但我试过该变量%%pb_pc_hub1+hub2+hub3%但在hd和菜单内人数显示不正确

pXiaoD
使用 Placeholders 的 math 拓展即可(/papi ecloud download math)

%math_0:0_{bungee_hub1}+{bungee_hub2}+{bungee_hub3}%

日々の影法师
pXiaoD 发表于 2022-7-22 21:54
使用 Placeholders 的 math 拓展即可(/papi ecloud download math)

%math_0:0_{bungee_hub1}+{bungee_hub ...

ok,我试试

日々の影法师
pXiaoD 发表于 2022-7-22 21:54
使用 Placeholders 的 math 拓展即可(/papi ecloud download math)

%math_0:0_{bungee_hub1}+{bungee_hub ...

感谢,完美解决