summaryrefslogtreecommitdiffstats
path: root/bukkit/src/main/resources/plugin.yml
blob: 5cb81473dc46131a47a3f4b849b614fc7743f2d4 (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
30
name: Quests

# This will be replaced with the property "version" in build.gradle
version: ${version}

main: com.leonardobishop.quests.bukkit.BukkitQuestsPlugin
website: https://github.com/LMBishop/Quests
author: "LMBishop & contributors"
softdepend: [ASkyBlock, BentoBox, IridiumSkyblock, uSkyBlock, Citizens, MythicMobs, PlaceholderAPI, Essentials, ShopGUIPlus, CoreProtect]
prefix: Quests
api-version: "1.13" # allows new API features but Quests will still work pre-1.13

commands:
  quests:
    description: Interact with your quests
    usage: /quests
    permission: quests.command
    aliases: [q, quest]

#todo redo perms
permissions:
  quests.command:
    description: Permission for main command
    default: true
  quests.command.random:
    description: Permission to execute /q random
    default: true
  quests.admin:
    description: Permission for the admin commands 
    default: op