aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/plugin.yml
blob: c8085b80838140b1c61e3ace7bd033dd9a2916ad (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
main: com.MylesAndMore.Tumble.Main
name: Tumble
version: 1.0.4
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 Rumble
    usage: "/tmbl <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:
    default: op
  tumble.forcestop:
    default: op
  tumble.reload:
    default: op
  tumble.create:
    default: op
  tumble.remove:
    default: op
  tumble.setgamespawn:
    default: op
  tumble.setkillylevel:
    default: op
  tumble.setlobby:
    default: op
  tumble.setwaitarea:
    default: op
  tumble.setwinnerlobby:
    default: op