diff options
| author | Myles <43725835+MylesAndMore@users.noreply.github.com> | 2022-12-08 14:00:22 +0000 | 
|---|---|---|
| committer | Myles <43725835+MylesAndMore@users.noreply.github.com> | 2022-12-08 14:00:22 +0000 | 
| commit | fe5802a8e8eeb3199d05e995384b8e13bfce9784 (patch) | |
| tree | da1383f88002e4c43875a21aab6be421618d0c4a /src | |
| parent | 102627d4b28589676ddccc359a9ecd0dffa13f85 (diff) | |
| download | Tumble-fe5802a8e8eeb3199d05e995384b8e13bfce9784.tar.gz Tumble-fe5802a8e8eeb3199d05e995384b8e13bfce9784.tar.bz2 Tumble-fe5802a8e8eeb3199d05e995384b8e13bfce9784.zip  | |
update start command usage
Diffstat (limited to '')
| -rw-r--r-- | src/main/resources/plugin.yml | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 3dc3b90..315797f 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,7 +1,7 @@  main: com.MylesAndMore.tumble.Main  name: tumble  version: 0.0.1-SNAPSHOT -description: 'A Minecraft: Java Edition plugin recreating the Tumble minigame from Minecraft: Xbox 360 Edition.' +description: 'A Minecraft: Java Edition plugin recreating the Tumble minigame from Minecraft Legacy Console Edition.'  api-version: 1.19  load: STARTUP  author: MylesAndMore @@ -15,12 +15,12 @@ commands:      permission: reload    link:      description: Links a world on the server as a lobby/game world. -    usage: '§cUsage: /tumble:link <world> lobby|game' +    usage: '§cUsage: /tumble:link <world> (lobby|game)'      permission: link      aliases: [linkworld, link-world]    start: -    description: Force starts a Tumble match. -    usage: '§cUsage: /tumble:start' +    description: Force starts a Tumble match with an optional game type. +    usage: '§cUsage: /tumble:start [gametype]'      permission: start    winlocation:      description: Links the location to teleport the winning player of a game.  | 
