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
|
name: Quests
# This will be replaced with the property "version" in build.gradle
version: ${version}
main: com.leonardobishop.quests.Quests
website: https://github.com/LMBishop/Quests
authors: [LMBishop, NicoNekoDev, nivcoo, Rubenicos, RodneyMKay, Auxilor, BavoVanMeel, SuSeu1414, Reinatix]
softdepend: [ASkyBlock, BentoBox, IridiumSkyblock, uSkyBlock, Citizens, MythicMobs, PlaceholderAPI, Essentials, CoreProtect]
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
|