ecyber
  1. # MiniMOTD Main Configuration

  2. # Enable server list icon related features
  3. icon-enabled=true
  4. # Enable MOTD-related features
  5. motd-enabled=true
  6. # The list of MOTDs to display
  7. #
  8. # - Supported placeholders: <online_players>, <max_players>
  9. # - Putting more than one will cause one to be randomly chosen each refresh
  10. motds=[
  11.     {
  12.         # Set the icon to use with this MOTD
  13.         #  Either use 'random' to randomly choose an icon, or use the name
  14.         #  of a file in the icons folder (excluding the '.png' extension)
  15.         #    ex: icon="myIconFile"
  16.         icon=random
  17.         line1="   <bold><red>高版本 <gray>| <blue>1.19.2 <gray>| <gold>科技魔法 <gray>| <blue>拔刀冒险"
  18.         line2="    <bold><gold> >  <white>加入我们 <green>创造 <white>你的世界"
  19.     }
  20. ]
  21. player-count-settings {
  22.     # Should the displayed online player count be allowed to exceed the displayed maximum player count?
  23.     # If false, the online player count will be capped at the maximum player count
  24.     allow-exceeding-maximum=false
  25.     # Setting this to true will disable the hover text showing online player usernames
  26.     disable-player-list-hover=false
  27.     # Settings for the fake player count feature
  28.     fake-players {
  29.         # Modes: add, constant, minimum, random, percent
  30.         #
  31.         # - add: This many fake players will be added
  32.         #     ex: fake-players="3"
  33.         # - constant: A constant value for the player count
  34.         #     ex: fake-players="=42"
  35.         # - minimum: The minimum bound of the player count
  36.         #     ex: fake-players="7+"
  37.         # - random: A random number of fake players in this range will be added
  38.         #     ex: fake-players="3:6"
  39.         # - percent: The player count will be inflated by this much, rounding up
  40.         #     ex: fake-players="25%"
  41.         fake-players="7+"
  42.         # Enable fake player count feature
  43.         fake-players-enabled=true
  44.     }
  45.     # Setting this to true will disable the player list hover (same as 'disable-player-list-hover'),
  46.     # but will also cause the player count to appear as '???'
  47.     hide-player-count=false
  48.     # Changes the Max Players to be X more than the online players
  49.     # ex: x=3 -> 16/19 players online.
  50.     just-x-more-settings {
  51.         # Enable this feature
  52.         just-x-more-enabled=false
  53.         x-value=3
  54.     }
  55.     # Changes the Max Players value
  56.     max-players=2023
  57.     # Enable modification of the max player count
  58.     max-players-enabled=true
  59. }
复制代码
不显示假人啊

Haylae
假人只是增加TAB上面的数量,要实体的假人需要另外的插件

ecyber
Haylae 发表于 2022-12-28 13:55
假人只是增加TAB上面的数量,要实体的假人需要另外的插件

对 MOTD 不显示假人

lihl
建议使用Carpet模组。https://www.mcmod.cn/class/2361.html /player 指令,实体假人,这也是很多博主整合包内使用的

ecyber
lihl 发表于 2022-12-28 15:23
建议使用Carpet模组。https://www.mcmod.cn/class/2361.html /player 指令,实体假人,这也是很多博主整合 ...

希望是motd显示假人

lihl
楼主所说的假人是假服内玩家数量吗? 装一个Carpet也可以仿造的咩

ecyber
lihl 发表于 2022-12-28 16:33
楼主所说的假人是假服内玩家数量吗? 装一个Carpet也可以仿造的咩

motd读取时显示的假人数量 不要服务器实体假人

lihl
config.yml里面有没有true/false fakeplayer的,可能没打开

ecyber
lihl 发表于 2022-12-28 16:50
config.yml里面有没有true/false fakeplayer的,可能没打开

上面是我的配置

lihl
  1. # - add: This many fake players will be added
  2. #     ex: fake-players="3"
复制代码

这一段的意思是设置假人数量
所以fake-player="x"
x设定为你想要的值应该就可以了

ecyber
lihl 发表于 2022-12-29 08:10
这一段的意思是设置假人数量
所以fake-player="x"
x设定为你想要的值应该就可以了 ...

对啊 不显示假人的数量 填的是7+

lihl
ecyber 发表于 2022-12-29 10:01
对啊 不显示假人的数量 填的是7+

如果这样不可以的话请尝试其他选项,比如fakeplayer=“25%”,random模式下fakeplayer=“3:6”等,或者固定常量 fakeplayer=“42”

ecyber
lihl 发表于 2022-12-29 10:15
如果这样不可以的话请尝试其他选项,比如fakeplayer=“25%”,random模式下fakeplayer=“3:6”等,或者 ...

都试过了 minimotd 最新版本 arclight1.19.2 端用的是我下面这个签名的这个端