Coooookies / Grasscutter-MeaNotice

A plugin of Grasscutter for send regular notice.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MeaNotice - Grasscutter Regular Notice Plugin

MeaNotice is a plugin of Grasscutter, you can use this plugin to publish notifications in-game regularly.

English | 简体中文

Setup

Install

  1. Download Plugin Jar.
  2. Put plugins into plugins folder of your grasscutter server.
  3. Start your server, then the plugin will create MeaNotice folder in plugin folder of your server.
Root
│   lib
│   keys
│   resources
│   ...
└───plugins
    │   ...
    └───MeaNotice
        └───config.json

Config

{
  "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 & Permission

Command:

/meanotice reload
Reload the config of the plugin.

Permission:

mea.notice | Control plugin functions

About

A plugin of Grasscutter for send regular notice.

License:GNU Affero General Public License v3.0


Languages

Language:Java 100.0%