- # MiniMOTD Main Configuration
- # Enable server list icon related features
- icon-enabled=true
- # Enable MOTD-related features
- motd-enabled=true
- # The list of MOTDs to display
- #
- # - Supported placeholders: <online_players>, <max_players>
- # - Putting more than one will cause one to be randomly chosen each refresh
- motds=[
- {
- # Set the icon to use with this MOTD
- # Either use 'random' to randomly choose an icon, or use the name
- # of a file in the icons folder (excluding the '.png' extension)
- # ex: icon="myIconFile"
- icon=random
- line1=" <bold><red>高版本 <gray>| <blue>1.19.2 <gray>| <gold>科技魔法 <gray>| <blue>拔刀冒险"
- line2=" <bold><gold> > <white>加入我们 <green>创造 <white>你的世界"
- }
- ]
- player-count-settings {
- # Should the displayed online player count be allowed to exceed the displayed maximum player count?
- # If false, the online player count will be capped at the maximum player count
- allow-exceeding-maximum=false
- # Setting this to true will disable the hover text showing online player usernames
- disable-player-list-hover=false
- # Settings for the fake player count feature
- fake-players {
- # Modes: add, constant, minimum, random, percent
- #
- # - add: This many fake players will be added
- # ex: fake-players="3"
- # - constant: A constant value for the player count
- # ex: fake-players="=42"
- # - minimum: The minimum bound of the player count
- # ex: fake-players="7+"
- # - random: A random number of fake players in this range will be added
- # ex: fake-players="3:6"
- # - percent: The player count will be inflated by this much, rounding up
- # ex: fake-players="25%"
- fake-players="7+"
- # Enable fake player count feature
- fake-players-enabled=true
- }
- # Setting this to true will disable the player list hover (same as 'disable-player-list-hover'),
- # but will also cause the player count to appear as '???'
- hide-player-count=false
- # Changes the Max Players to be X more than the online players
- # ex: x=3 -> 16/19 players online.
- just-x-more-settings {
- # Enable this feature
- just-x-more-enabled=false
- x-value=3
- }
- # Changes the Max Players value
- max-players=2023
- # Enable modification of the max player count
- max-players-enabled=true
- }
假人只是增加TAB上面的数量,要实体的假人需要另外的插件
Haylae 发表于 2022-12-28 13:55
假人只是增加TAB上面的数量,要实体的假人需要另外的插件
对 MOTD 不显示假人
建议使用Carpet模组。https://www.mcmod.cn/class/2361.html /player 指令,实体假人,这也是很多博主整合包内使用的
lihl 发表于 2022-12-28 15:23
建议使用Carpet模组。https://www.mcmod.cn/class/2361.html /player 指令,实体假人,这也是很多博主整合 ...
希望是motd显示假人
楼主所说的假人是假服内玩家数量吗? 装一个Carpet也可以仿造的咩
lihl 发表于 2022-12-28 16:33
楼主所说的假人是假服内玩家数量吗? 装一个Carpet也可以仿造的咩
motd读取时显示的假人数量 不要服务器实体假人
config.yml里面有没有true/false fakeplayer的,可能没打开
lihl 发表于 2022-12-28 16:50
config.yml里面有没有true/false fakeplayer的,可能没打开
上面是我的配置
- # - add: This many fake players will be added
- # ex: fake-players="3"
这一段的意思是设置假人数量
所以fake-player="x"
x设定为你想要的值应该就可以了
lihl 发表于 2022-12-29 08:10
这一段的意思是设置假人数量
所以fake-player="x"
x设定为你想要的值应该就可以了 ...
对啊 不显示假人的数量 填的是7+
ecyber 发表于 2022-12-29 10:01
对啊 不显示假人的数量 填的是7+
如果这样不可以的话请尝试其他选项,比如fakeplayer=“25%”,random模式下fakeplayer=“3:6”等,或者固定常量 fakeplayer=“42”
lihl 发表于 2022-12-29 10:15
如果这样不可以的话请尝试其他选项,比如fakeplayer=“25%”,random模式下fakeplayer=“3:6”等,或者 ...
都试过了 minimotd 最新版本 arclight1.19.2 端用的是我下面这个签名的这个端