【1.21-1.8.8】MiniMOTD——一款可以修改MOTD的插件 支持Folia
https://i.imgur.com/CXWwjOJ.png
MiniMOTD 是用于 Minecraft 服务器和代理的基本服务器列表 MOTD 插件/mod
[*]MiniMOTD 通过 MiniMessage 支持 RGB 颜色和渐变,这也是 MiniMOTD 得名的地方。
[*]有关设置文本格式的更多详细信息,请参阅 MiniMessage文档。
[*]RGB 颜色会自动为过时的客户端进行下采样。
官方文档:Home · jpenilla/MiniMOTD Wiki (github.com)
# 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: {onlinePlayers}, {maxPlayers}
# - 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="<rainbow>MiniMOTD Default"
line2="MiniMessage <gradient:blue:red>Gradients"
},
{
# 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="<blue>Another <underlined><bold><red>MOTD"
line2="<italic><gradient:red:green>much wow</gradient>"
}
]
player-count-settings {
# 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: static, random, percent
#
# - static: This many fake players will be added
# ex: fakePlayers: "3"
# - random: A random number of fake players in this range will be added
# ex: fakePlayers: "3:6"
# - percent: The player count will be inflated by this much, rounding up
# ex: fakePlayers: "25%"
fake-players="25%"
# Enable fake player count feature
fake-players-enabled=false
}
# 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=69
# Enable modification of the max player count
max-players-enabled=true
}
页:
[1]