diff options
Diffstat (limited to '')
| -rw-r--r-- | src/main/resources/plugin.yml | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 42c4fc1..23d50ca 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ -main: com.MylesAndMore.tumble.Main +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  | 
