blob: 2b2629c20c73b3ae7f4db2e9b47f000fbe08e1e6 (
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
authors: [LMBishop, Auxilor]
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
|