aboutsummaryrefslogtreecommitdiffhomepage
path: root/paper-test-plugin/src/main/resources/paper-plugin.yml
diff options
context:
space:
mode:
authorMiniDigger | Martin <[email protected]>2024-01-01 17:17:59 +0100
committerMiniDigger | Martin <[email protected]>2024-01-01 17:21:52 +0100
commitbe328f1d29a541697303d33b117cdb95f43a3a50 (patch)
tree9ee2a198f85e7227632a33a86e0e893f0c6959e3 /paper-test-plugin/src/main/resources/paper-plugin.yml
parentae3378abc93e4fcd0e6e930509ad04c565ff7a4f (diff)
downloadPaper-be328f1d29a541697303d33b117cdb95f43a3a50.tar.gz
Paper-be328f1d29a541697303d33b117cdb95f43a3a50.zip
revert later, move around a ton of projects to the new desired layout
Diffstat (limited to 'paper-test-plugin/src/main/resources/paper-plugin.yml')
-rw-r--r--paper-test-plugin/src/main/resources/paper-plugin.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/paper-test-plugin/src/main/resources/paper-plugin.yml b/paper-test-plugin/src/main/resources/paper-plugin.yml
new file mode 100644
index 0000000000..459345d794
--- /dev/null
+++ b/paper-test-plugin/src/main/resources/paper-plugin.yml
@@ -0,0 +1,12 @@
+name: Paper-Test-Plugin
+version: ${version}
+main: io.papermc.testplugin.TestPlugin
+description: Paper Test Plugin
+author: PaperMC
+api-version: ${apiversion}
+load: STARTUP
+bootstrapper: io.papermc.testplugin.TestPluginBootstrap
+loader: io.papermc.testplugin.TestPluginLoader
+defaultPerm: FALSE
+permissions:
+dependencies: