diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-06-17 13:32:02 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-06-17 13:32:02 +0100 |
| commit | af7e1e435f577bbf9742bb526ac00a71a21c219c (patch) | |
| tree | 0d0b4cff2dd42721e7673a518394084ea67d90ee /src/main/resources/plugin.yml | |
| parent | 5c3d30840bb62c047f077d9ec1cec6b8572cc17b (diff) | |
Convert to multi module project
- Common module to provide an abstract Quests plugin
- Api is still todo
Diffstat (limited to 'src/main/resources/plugin.yml')
| -rw-r--r-- | src/main/resources/plugin.yml | 30 |
1 files changed, 0 insertions, 30 deletions
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 |
