diff options
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/plugin.yml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index a2b578b4..5c72ebd6 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,13 +1,9 @@ -# This will be replaced with the property "rootProject.name" in settings.gradle -name: ${name} +name: Quests # This will be replaced with the property "version" in build.gradle version: ${version} -# This will be replaced with the property "group" in build.gradle + plugin name -# See "processResources" in build.gradle for more info -main: ${main} - +main: com.leonardobishop.quests.Quests website: https://github.com/LMBishop/Quests authors: [LMBishop, NicoNekoDev, nivcoo, Rubenicos, RodneyMKay, Auxilor, BavoVanMeel, SuSeu1414, Reinatix] softdepend: [ASkyBlock, BentoBox, IridiumSkyblock, uSkyBlock, Citizens, MythicMobs, PlaceholderAPI, Essentials] |
