From 2aa28e390b8a9fa763baef30e204af78e1a28456 Mon Sep 17 00:00:00 2001 From: sowgro Date: Mon, 10 Jun 2024 00:42:55 -0400 Subject: Add config comand and file writing --- src/main/resources/plugin.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main/resources/plugin.yml') diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index a890bdd..0d9b70c 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -13,7 +13,7 @@ commands: permission: tumble.join leave: description: Quits a Tumble match. - usage: '§cUsage: /tumble:leave [arenaName]' + usage: '§cUsage: /tumble:leave' permission: tumble.leave forcestart: description: Force starts a Tumble match. @@ -24,8 +24,8 @@ commands: usage: '§cUsage: /tumble:forcestop [arenaName]' permission: tumble.forcestop config: - description: Modify arenas and settings - usage: '§cUsage: /tumble:config *not implemented yet*' + description: Modify arenas and worlds. + usage: '§cUsage: /tumble:config ' permission: tumble.config reload: description: Reloads the plugin's config. -- cgit v1.2.3