查看: 157|回复: 0

【1.21-1.8.8】MiniMOTD——一款可以修改MOTD的插件 支持Folia

[复制链接]

16

威望

3

铁锭

57

主题

管理员

威望
16
煤矿
1333
金粒
484
铁锭
3
人气
27
在线时间
163 小时

镇站之宝

发表于 2024-7-19 11:09:19 | 显示全部楼层 |阅读模式 IP属地: 中国
插件
名称: 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  Leaves Pufferfish 
前置插件:
原帖地址: 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)


  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: {onlinePlayers}, {maxPlayers}
  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="<rainbow>MiniMOTD Default"
  18.         line2="MiniMessage <gradient:blue:red>Gradients"
  19.     },
  20.     {
  21.         # Set the icon to use with this MOTD
  22.         #  Either use 'random' to randomly choose an icon, or use the name
  23.         #  of a file in the icons folder (excluding the '.png' extension)
  24.         #    ex: icon="myIconFile"
  25.         icon=random
  26.         line1="<blue>Another <underlined><bold><red>MOTD"
  27.         line2="<italic><gradient:red:green>much wow</gradient>"
  28.     }
  29. ]
  30. player-count-settings {
  31.     # Setting this to true will disable the hover text showing online player usernames
  32.     disable-player-list-hover=false
  33.     # Settings for the fake player count feature
  34.     fake-players {
  35.         # Modes: static, random, percent
  36.         #
  37.         # - static: This many fake players will be added
  38.         #     ex: fakePlayers: "3"
  39.         # - random: A random number of fake players in this range will be added
  40.         #     ex: fakePlayers: "3:6"
  41.         # - percent: The player count will be inflated by this much, rounding up
  42.         #     ex: fakePlayers: "25%"
  43.         fake-players="25%"
  44.         # Enable fake player count feature
  45.         fake-players-enabled=false
  46.     }
  47.     # Setting this to true will disable the player list hover (same as 'disable-player-list-hover'),
  48.     # but will also cause the player count to appear as '???'
  49.     hide-player-count=false
  50.     # Changes the Max Players to be X more than the online players
  51.     # ex: x=3 -> 16/19 players online.
  52.     just-x-more-settings {
  53.         # Enable this feature
  54.         just-x-more-enabled=false
  55.         x-value=3
  56.     }
  57.     # Changes the Max Players value
  58.     max-players=69
  59.     # Enable modification of the max player count
  60.     max-players-enabled=true
  61. }
复制代码


本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|手机版|小黑屋|黑曜石论坛 ( 萌ICP备20244999号 )MCICP备00000002号|网站地图

GMT+8, 2024-9-19 07:42 , Processed in 0.098171 second(s), 37 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz Team.

快速回复 返回顶部 返回列表