From f59d07b387472e762889a60b3eed2d0811d40ebb Mon Sep 17 00:00:00 2001 From: Myles Date: Sat, 26 Nov 2022 00:20:30 -0600 Subject: add world config command PLEASE I JUST WANT TO GO TO BED --- src/main/resources/plugin.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'src/main/resources/plugin.yml') diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 28423cf..f5c06e3 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -10,10 +10,18 @@ depend: - Multiverse-Core commands: reload: - description: Base constructor for /tumble commands - usage: /tumble - permission: tumble + description: Reloads the plugin's config. + usage: /tumble:reload + permission: reload + setworld: + description: Sets a world on the server as a lobby/game world. + usage: /tumble:setworld lobby|game + permission: setworld + aliases: [set-world] permissions: reload: description: Allows you to reload the plugin's config. - default: false \ No newline at end of file + default: op + setworld: + description: Allows you to set a world on the server as a lobby/game world. + default: op -- cgit v1.2.3