blob: f49e6360a1940a2ca674f118af73c2b084a5f04f (
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
26
27
28
29
|
# This will be replaced with the property "rootProject.name" in settings.gradle
name: ${name}
# This will be replaced with the property "version" in build.gradle
version: ${version}
# This will be replaced with the property "group" in build.gradle + plugin name
# See "processResources" in build.gradle for more info
main: ${main}
author: LMBishop
softdepend: [ASkyBlock, BentoBox, IridiumSkyblock, uSkyBlock, Citizens, MythicMobs, 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
|