aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/plugin.yml
blob: 28423cfbd79609b0f9a9f2f4c86626d1d55e4694 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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: Base constructor for /tumble commands
    usage: /tumble <command>
    permission: tumble
permissions:
  reload:
    description: Allows you to reload the plugin's config.
    default: false