mirror of
https://github.com/geekfrog/PermissionsTime.git
synced 2025-09-07 04:36:58 +00:00
初始化
This commit is contained in:
1
src/resources/config.yml
Normal file
1
src/resources/config.yml
Normal file
@ -0,0 +1 @@
|
||||
pluginPrefix: '&b[&4插件前缀&b]&r'
|
2
src/resources/lang/zh-cn.yml
Normal file
2
src/resources/lang/zh-cn.yml
Normal file
@ -0,0 +1,2 @@
|
||||
nopermission: '&4你没有权限这么做'
|
||||
configReloaded: '&a配置重载完成'
|
13
src/resources/plugin.yml
Normal file
13
src/resources/plugin.yml
Normal file
@ -0,0 +1,13 @@
|
||||
name: QuickDevDemo
|
||||
main: gg.frog.mc.quickdevdemo.PluginMain
|
||||
version: 0.0.1
|
||||
author: GeekFrog
|
||||
|
||||
commands:
|
||||
quickdevdemo:
|
||||
description: Show all commands.
|
||||
|
||||
permissions:
|
||||
quickdevdemo.reload:
|
||||
description: Reloads the config file.
|
||||
default: false
|
Reference in New Issue
Block a user