aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/plugin.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/plugin.yml')
-rw-r--r--src/main/resources/plugin.yml30
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