diff options
Diffstat (limited to 'spark-bukkit/src/main/resources/plugin.yml')
-rw-r--r-- | spark-bukkit/src/main/resources/plugin.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/spark-bukkit/src/main/resources/plugin.yml b/spark-bukkit/src/main/resources/plugin.yml index 94c61a3..922f8c9 100644 --- a/spark-bukkit/src/main/resources/plugin.yml +++ b/spark-bukkit/src/main/resources/plugin.yml @@ -1,10 +1,9 @@ name: spark version: ${pluginVersion} -description: Spark is a CPU profiling plugin based on sk89q's WarmRoast profiler +description: ${pluginDesc} authors: [Luck, sk89q] main: me.lucko.spark.bukkit.SparkBukkitPlugin commands: spark: - description: Main plugin command - aliases: [profiler]
\ No newline at end of file + description: Main plugin command
\ No newline at end of file |