AnarMOTD

一个类似2b2t的MOTD插件。

资源图片
AnarMOTD生成的消息传送内容(MOTD)可疑地与2b2t的MOTD相似: ![](https://raw.githubusercontent.com/undnull/anarmotd/master/Screenshot_20230402_144226.png) 它还可以将永久的消息传送内容(MOTD)显示在顶部: ![](https://raw.githubusercontent.com/undnull/anarmotd/master/Screenshot_20230402_114439.png) 就像在2b2t中一样,每次刷新服务器浏览器,都会选择一个新的文本字符串。这个文本字符串是根据配置中定义的特定文本文件加载的。 你可以选择的模式:`hidden`、`prefix`、`subtitle`。 该插件的配置文件也允许你通过配置文件中的`color`和`style`键,为标题字母和随机MOTD字符串选择颜色代码。 `plugins/AnarMotd/config.yml`中的示例配置: ```yaml title: mode: prefix color: gray style: bold,italic value: NRMC motd: file: plugins/AnarMotd/motds.txt color: gold style: none ```