Initial project for 1.5.2 branch
This commit is contained in:
17
src/main/resources/plugin.yml
Normal file
17
src/main/resources/plugin.yml
Normal file
@ -0,0 +1,17 @@
|
||||
name: FMCServer
|
||||
main: cn.forevermc.server.mcpc.FMCServer
|
||||
version: '0.0.1'
|
||||
|
||||
author: Timi
|
||||
website: imyeyu.net
|
||||
description: This plugin is ForeverMC Server status reporter
|
||||
|
||||
commands:
|
||||
debug:
|
||||
description: 启用或禁用维护模式
|
||||
usage: "/<command> [true|false|status]"
|
||||
permission: op
|
||||
staff:
|
||||
description: 添加或移除维护人员
|
||||
usage: "/<command> [add|remove|list] <value>"
|
||||
permission: op
|
||||
Reference in New Issue
Block a user