diff options
author | Myles <mylesandmore9@gmail.com> | 2022-12-07 21:13:33 -0600 |
---|---|---|
committer | Myles <mylesandmore9@gmail.com> | 2022-12-07 21:13:33 -0600 |
commit | c7d259a122ebd8300d84914032e247a5cc4a7f01 (patch) | |
tree | 00fa7092bbb4923bc4a570288918d602e09a43a5 /src/main/resources/plugin.yml | |
parent | 1a8b11f68e1e8089f5c145e4dc7335c296d5e6a4 (diff) | |
download | Tumble-c7d259a122ebd8300d84914032e247a5cc4a7f01.tar.gz Tumble-c7d259a122ebd8300d84914032e247a5cc4a7f01.tar.bz2 Tumble-c7d259a122ebd8300d84914032e247a5cc4a7f01.zip |
add feature: seperate winning player tp
Diffstat (limited to '')
-rw-r--r-- | src/main/resources/plugin.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index dd24bcc..3dc3b90 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -22,6 +22,11 @@ commands: description: Force starts a Tumble match. usage: '§cUsage: /tumble:start' permission: start + winlocation: + description: Links the location to teleport the winning player of a game. + usage: '§cUsage: /tumble:winlocation <x> <y> <z>' + permission: winlocation + aliases: [win-location, winloc, win-loc] permissions: reload: description: Allows you to reload the plugin's config. @@ -32,3 +37,6 @@ permissions: start: description: Allows you to start a Tumble match. default: op + winlocation: + description: Allows you to link a win location. + default: op |