From af7e1e435f577bbf9742bb526ac00a71a21c219c Mon Sep 17 00:00:00 2001 From: LMBishop <13875753+LMBishop@users.noreply.github.com> Date: Thu, 17 Jun 2021 13:32:02 +0100 Subject: Convert to multi module project - Common module to provide an abstract Quests plugin - Api is still todo --- src/main/resources/plugin.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 src/main/resources/plugin.yml (limited to 'src/main/resources/plugin.yml') diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml deleted file mode 100644 index 4c7b7389..00000000 --- a/src/main/resources/plugin.yml +++ /dev/null @@ -1,30 +0,0 @@ -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 -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: Main command - 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 \ No newline at end of file -- cgit v1.2.3-70-g09d2