diff options
Diffstat (limited to 'src/main/resources/plugin.yml')
| -rw-r--r-- | src/main/resources/plugin.yml | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 2b2629c2..9426bca9 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,11 +1,15 @@ -name: Quests +# This will be replaced with the property "rootProject.name" in settings.gradle +name: ${name} -# This will be replaced with the property "release.version" in pom.xml upon build. -version: %PLUGIN_VERSION% +# This will be replaced with the property "version" in build.gradle +version: ${version} -main: com.leonardobishop.quests.Quests -authors: [LMBishop, Auxilor] -softdepend: [ASkyBlock, uSkyBlock, Citizens, PlaceholderAPI] +# This will be replaced with the property "group" in build.gradle + plugin name +# See "processResources" in build.gradle for more info +main: ${main} + +author: LMBishop +softdepend: [ASkyBlock, BentoBox, IridiumSkyblock, uSkyBlock, Citizens, MythicMobs, PlaceholderAPI, Essentials] prefix: Quests api-version: "1.13" # allows new API features but Quests will still work pre-1.13 |
