From 26daae32788c2229c06ee7eb9ce2061dcb2a327d Mon Sep 17 00:00:00 2001 From: MylesAndMore Date: Sun, 18 Jun 2023 21:36:35 +0200 Subject: add an online update checker --- src/main/resources/plugin.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/main/resources') 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 -- cgit v1.2.3