aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/plugin.yml
blob: df2ef44b5ef677e71c99672e7c7a63238e9f97a6 (plain)
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
name: Quests

# This will be replaced with the property "release.version" in pom.xml upon build.
version: %PLUGIN_VERSION%

main: com.leonardobishop.quests.Quests
author: LMBishop
softdepend: [ASkyBlock, uSkyBlock, Citizens, PlaceholderAPI]
prefix: Quests
api-version: 1.14

commands:
  quests:
    description: Main command
    usage: /quests
    permission: quests.command
    aliases: [q, quest]

permissions:
  quests.command:
    description: Permission for main command
    default: true
  quests.admin:
    description: Permission for the admin commands 
    default: op