管理员
- 威望
- 16
- 煤矿
- 1382
- 金粒
- 518
- 铁锭
- 3
- 人气
- 30
- 在线时间
- 167 小时
|
插件
名称: |
MiniMOTD |
英文名称: |
MiniMOTD |
来源: |
转载 |
类型: |
管理 基础 |
支持版本: |
1.21 1.20.X 1.19.X 1.18.X 1.17.X 1.16.X 1.15.X 1.14.X 1.13.X 1.12.2 1.12.1 1.12 1.11.X 1.10.X 1.9.X 1.8.9 1.8.8 |
支持服务端: |
Spigot Paper Purpur Folia Sponge Velocity WaterFall Mohist |
前置插件: |
|
原帖地址: |
https://modrinth.com/plugin/minimotd |
下载: |
https://modrinth.com/plugin/minimotd/versions |
支持语言: |
|
MiniMOTD 是用于 Minecraft 服务器和代理的基本服务器列表 MOTD 插件/mod- MiniMOTD 通过 [color=var(--color-link)]MiniMessage 支持 RGB 颜色和渐变,这也是 MiniMOTD 得名的地方。
- 有关设置文本格式的更多详细信息,请参阅 MiniMessage[color=var(--color-link)]文档。
- 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
- }
复制代码
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?立即注册
×
|