diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-09-27 19:59:24 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-09-27 19:59:24 +0100 |
commit | 1a938011fbd9ddf4e9ce843d0db967ed573ca2a3 (patch) | |
tree | 6383e63c44f5a668d70a96c1c0c592d5642b03ce /src/main/resources |
initial commit
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/plugin.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml new file mode 100644 index 0000000..5f48e02 --- /dev/null +++ b/src/main/resources/plugin.yml @@ -0,0 +1,4 @@ +name: Test +version: ${project.version} +main: com.yulqen.test.Test +api-version: 1.16 |