1
1
mirror of https://github.com/geekfrog/PermissionsTime.git synced 2025-09-07 04:36:58 +00:00

初始化

This commit is contained in:
GeekFrog
2017-07-06 18:17:54 +08:00
parent 19bb895634
commit 0f83a6c50c
14 changed files with 1132 additions and 0 deletions

1
src/resources/config.yml Normal file
View File

@ -0,0 +1 @@
pluginPrefix: '&b[&4插件前缀&b]&r'

View File

@ -0,0 +1,2 @@
nopermission: '&4你没有权限这么做'
configReloaded: '&a配置重载完成'

13
src/resources/plugin.yml Normal file
View 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