aboutsummaryrefslogtreecommitdiff
path: root/spark-bungeecord
diff options
context:
space:
mode:
Diffstat (limited to 'spark-bungeecord')
-rw-r--r--spark-bungeecord/build.gradle6
-rw-r--r--spark-bungeecord/src/main/resources/bungee.yml2
2 files changed, 5 insertions, 3 deletions
diff --git a/spark-bungeecord/build.gradle b/spark-bungeecord/build.gradle
index 7713359..f94e651 100644
--- a/spark-bungeecord/build.gradle
+++ b/spark-bungeecord/build.gradle
@@ -5,8 +5,10 @@ dependencies {
processResources {
from(sourceSets.main.resources.srcDirs) {
- expand 'pluginVersion': project.pluginVersion
- expand 'pluginDesc': project.pluginDesc
+ expand (
+ 'pluginVersion': project.pluginVersion,
+ 'pluginDescription': project.pluginDescription
+ )
include 'bungee.yml'
}
} \ No newline at end of file
diff --git a/spark-bungeecord/src/main/resources/bungee.yml b/spark-bungeecord/src/main/resources/bungee.yml
index 2194180..4485e11 100644
--- a/spark-bungeecord/src/main/resources/bungee.yml
+++ b/spark-bungeecord/src/main/resources/bungee.yml
@@ -1,5 +1,5 @@
name: spark
version: ${pluginVersion}
-description: ${pluginDesc}
+description: ${pluginDescription}
author: Luck, sk89q
main: me.lucko.spark.bungeecord.SparkBungeeCordPlugin