summaryrefslogtreecommitdiffstats
path: root/src/main/resources/plugin.yml
blob: 9a96f719c078daf11db753174ccad4e2af8f76fe (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.13" # allows new API features but Quests will still work pre-1.13

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