aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorMyles <mylesandmore9@gmail.com>2022-11-25 15:21:32 -0600
committerMyles <mylesandmore9@gmail.com>2022-11-25 15:21:32 -0600
commit309f4d2bef15ada636eef74f79dc876b2d12b18e (patch)
tree8e1de43c4e9b6ed0dfe25129216c38b8dd0a94fd /src/main/resources
parent9fe25408f6ac28cf905863bfe3294ea94544d0d8 (diff)
downloadTumble-309f4d2bef15ada636eef74f79dc876b2d12b18e.tar.gz
Tumble-309f4d2bef15ada636eef74f79dc876b2d12b18e.tar.bz2
Tumble-309f4d2bef15ada636eef74f79dc876b2d12b18e.zip
add plugin.yml
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/plugin.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml
new file mode 100644
index 0000000..c3eb14b
--- /dev/null
+++ b/src/main/resources/plugin.yml
@@ -0,0 +1,10 @@
+main: com.MylesAndMore.tumble.Main
+name: tumble
+version: 0.0.1-SNAPSHOT
+description: 'A Minecraft: Java Edition plugin recreating the Tumble minigame from Minecraft: Xbox 360 Edition.'
+api-version: 1.19
+load: STARTUP
+author: MylesAndMore
+website: https://github.com/MylesAndMore/tumble
+depend:
+ - Multiverse-Core