aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/plugin.yml
blob: 71cc5312551a954f0abca82c3c55c1c5093eb9fd (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
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.'
api-version: 1.19
load: STARTUP
author: MylesAndMore
website: https://github.com/MylesAndMore/tumble
depend:
  - Multiverse-Core
commands:
  reload:
    description: Reloads the plugin's config.
    usage: /tumble:reload
    permission: reload
  setworld:
    description: Sets a world on the server as a lobby/game world.
    usage: /tumble:setworld <world> lobby|game
    permission: setworld
    aliases: [set-world]
  startgame:
    description: Force starts a Tumble match.
    usage: /tumble:startgame
    permission: startgame
    aliases: [start-game]
permissions:
  reload:
    description: Allows you to reload the plugin's config.
    default: op
  setworld:
    description: Allows you to set a world on the server as a lobby/game world.
    default: op
  startgame:
    description: Allows you to start a Tumble match.
    default: op