aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/plugin.yml
blob: da7f8bd04911c18f67580ac5400f79628c7696a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
main: com.MylesAndMore.Tumble.Main
name: Tumble
version: 2.0.0
description: 'A Minecraft: Java Edition plugin recreating the Tumble minigame from Minecraft Legacy Console Edition.'
api-version: 1.16
load: POSTWORLD
author: MylesAndMore
website: https://github.com/MylesAndMore/Tumble
softdepend: [Multiverse-Core]

commands:
  tumble:
    description: Base command for Tumble
    usage: "/tumble <subCommand> ..."
    aliases: tmbl

permissions:
  tumble.join:
    description: Allows you to join a Tumble match.
    default: true
  tumble.leave:
    description: Allows you to leave a Tumble match.
    default: true
  tumble.forcestart:
    description: Allows you to forcibly start a Tumble match.
    default: op
  tumble.forcestop:
    description: Allows you to forcibly stop a Tumble match.
    default: op
  tumble.reload:
    description: Allows you to reload the Tumble configuration.
    default: op
  tumble.create:
    description: Allows you to create Tumble arenas.
    default: op
  tumble.remove:
    description: Allows you to remove Tumble arenas.
    default: op
  tumble.setgamespawn:
    description: Allows you to set the game spawn location for Tumble arenas.
    default: op
  tumble.setkillylevel:
    description: Allows you to set the kill Y-level for Tumble arenas.
    default: op
  tumble.setlobby:
    description: Allows you to set the lobby location for Tumble arenas.
    default: op
  tumble.setwaitarea:
    description: Allows you to set the wait area location for Tumble arenas.
    default: op
  tumble.setwinnerlobby:
    description: Allows you to set the winner lobby location for Tumble arenas.
    default: op