about summary refs log tree commit diff
path: root/src/main/resources
diff options
context:
space:
mode:
authorGenny <gen@nyble.dev>2020-02-03 14:21:42 -0600
committerGenny <gen@nyble.dev>2020-02-03 14:21:42 -0600
commit8c79ab0d5a96f89e74a070968f8787f9ba94a8c8 (patch)
tree93d0bc26f68c802860d2e8cabc2d4381eeffeb44 /src/main/resources
downloadsunfright-8c79ab0d5a96f89e74a070968f8787f9ba94a8c8.tar.gz
sunfright-8c79ab0d5a96f89e74a070968f8787f9ba94a8c8.zip
Initial commit
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/plugin.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml
new file mode 100644
index 0000000..991a8e4
--- /dev/null
+++ b/src/main/resources/plugin.yml
@@ -0,0 +1,7 @@
+name: ${name}
+version: ${version}
+description: ${description}
+author: ${author}
+website: ${url}
+
+main: ${mainClass}
\ No newline at end of file