Skip to content

Coooookies/Grasscutter-MeaNotice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages