From da972283b3e787eeb4f70999fb94612da5960afa Mon Sep 17 00:00:00 2001 From: Myles Date: Sat, 26 Nov 2022 21:23:29 -0600 Subject: rename StartGame to start --- src/main/resources/plugin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 71cc531..06e85ef 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -18,7 +18,7 @@ commands: usage: /tumble:setworld lobby|game permission: setworld aliases: [set-world] - startgame: + start: description: Force starts a Tumble match. usage: /tumble:startgame permission: startgame @@ -30,6 +30,6 @@ permissions: setworld: description: Allows you to set a world on the server as a lobby/game world. default: op - startgame: + start: description: Allows you to start a Tumble match. default: op -- cgit v1.2.3