MeaNotice is a plugin of Grasscutter, you can use this plugin to publish notifications in-game regularly.
English | 简体中文
- Download Plugin Jar.
- Put plugins into
plugins
folder of your grasscutter server. - Start your server, then the plugin will create
MeaNotice
folder in plugin folder of your server.
Root
│ lib
│ keys
│ resources
│ ...
└───plugins
│ ...
└───MeaNotice
└───config.json
{
"interval": 30000,
"notices": [
"Welcome to this server! If you want to learn how to use commands, please type /help in chatroom.",
"Hey! Do you need help? Add UID1 as a friend, the admin will help you."
]
}
explain:
interval: Required, indicates the interval time. (millisecond)
notices: Array string, include the contents of the notice.
Command:
/meanotice reload
Reload the config of the plugin.
Permission:
mea.notice | Control plugin functions