From 482eb665acb52fe7ea9b61b1bb950b5e4e93df3f Mon Sep 17 00:00:00 2001 From: Myles Date: Sat, 26 Nov 2022 14:06:40 -0600 Subject: begin the StartGame command --- src/main/resources/plugin.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/main/resources') diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index f5c06e3..71cc531 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -18,6 +18,11 @@ commands: usage: /tumble:setworld lobby|game permission: setworld aliases: [set-world] + startgame: + description: Force starts a Tumble match. + usage: /tumble:startgame + permission: startgame + aliases: [start-game] permissions: reload: description: Allows you to reload the plugin's config. @@ -25,3 +30,6 @@ permissions: setworld: description: Allows you to set a world on the server as a lobby/game world. default: op + startgame: + description: Allows you to start a Tumble match. + default: op -- cgit v1.2.3