aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/plugin.yml
diff options
context:
space:
mode:
authorMylesAndMore <mylesandmore9@gmail.com>2023-06-18 21:36:35 +0200
committerMylesAndMore <mylesandmore9@gmail.com>2023-06-18 21:36:35 +0200
commit26daae32788c2229c06ee7eb9ce2061dcb2a327d (patch)
treef33251576ea8a479cc7fdfc0751455a1b858afd1 /src/main/resources/plugin.yml
parentda3473a704246abbe60071ec4069664b2b50a7b3 (diff)
downloadTumble-26daae32788c2229c06ee7eb9ce2061dcb2a327d.tar.gz
Tumble-26daae32788c2229c06ee7eb9ce2061dcb2a327d.tar.bz2
Tumble-26daae32788c2229c06ee7eb9ce2061dcb2a327d.zip
add an online update checker
Diffstat (limited to 'src/main/resources/plugin.yml')
-rw-r--r--src/main/resources/plugin.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml
index dbc8973..23d50ca 100644
--- a/src/main/resources/plugin.yml
+++ b/src/main/resources/plugin.yml
@@ -1,6 +1,6 @@
main: com.MylesAndMore.Tumble.Main
name: Tumble
-version: 1.0.3
+version: 1.0.4
description: 'A Minecraft: Java Edition plugin recreating the Tumble minigame from Minecraft Legacy Console Edition.'
api-version: 1.19
load: STARTUP
@@ -48,3 +48,6 @@ permissions:
tumble.autostart:
description: Allows you to set the autostart details of Tumble.
default: op
+ tumble.update:
+ description: Allows you to get a notification if Tumble is out of date.
+ default: op