diff options
| author | Myles <43725835+MylesAndMore@users.noreply.github.com> | 2022-12-08 17:48:04 +0000 | 
|---|---|---|
| committer | Myles <43725835+MylesAndMore@users.noreply.github.com> | 2022-12-08 17:48:04 +0000 | 
| commit | fe547e5b0767616d7ea1b4f94c57566589dbf4c3 (patch) | |
| tree | 6daa6bd416e9d1139e2fe8cdbdccd3a6c5ca7bbb /src/main/resources | |
| parent | 2b457214a44b8e8058b816d057ac3f469ea1c256 (diff) | |
| download | Tumble-fe547e5b0767616d7ea1b4f94c57566589dbf4c3.tar.gz Tumble-fe547e5b0767616d7ea1b4f94c57566589dbf4c3.tar.bz2 Tumble-fe547e5b0767616d7ea1b4f94c57566589dbf4c3.zip  | |
allow players to specify args for winLoc
Diffstat (limited to '')
| -rw-r--r-- | src/main/resources/plugin.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 315797f..7066a27 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -24,7 +24,7 @@ commands:      permission: start    winlocation:      description: Links the location to teleport the winning player of a game. -    usage: '§cUsage: /tumble:winlocation <x> <y> <z>' +    usage: '§cUsage: /tumble:winlocation [x] [y] [z]'      permission: winlocation      aliases: [win-location, winloc, win-loc]  permissions:  | 
