初始化项目
This commit is contained in:
16
src/main/resources/plugin.yml
Normal file
16
src/main/resources/plugin.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
name: LangUtil
|
||||
main: com.io.yaohun.langutil.LangUtilPlugin
|
||||
version: ${project.version}
|
||||
author: Douhun
|
||||
description: Minecraft 1.12.2 多插件语言管理插件
|
||||
commands:
|
||||
lang:
|
||||
description: 查看、切换或重载语言文件
|
||||
usage: /lang [语言ID|reload]
|
||||
permissions:
|
||||
langutil.use:
|
||||
description: 允许玩家查看和切换个人语言
|
||||
default: true
|
||||
langutil.reload:
|
||||
description: 允许重载所有已注册插件的语言文件
|
||||
default: op
|
||||
Reference in New Issue
Block a user