diff options
author | Luck <git@lucko.me> | 2018-10-15 22:00:05 +0100 |
---|---|---|
committer | Luck <git@lucko.me> | 2018-10-15 22:00:05 +0100 |
commit | 8e25dac340a07f7a57a13bdde53b0605779ea920 (patch) | |
tree | 3f034154fe8630f6cbf5648c9d2cb6b1426b9efe /spark-bukkit/src/main/resources/plugin.yml | |
parent | 91775dd2ecc3f3e70dd422f68cf6d06e74db5d49 (diff) | |
download | spark-8e25dac340a07f7a57a13bdde53b0605779ea920.tar.gz spark-8e25dac340a07f7a57a13bdde53b0605779ea920.tar.bz2 spark-8e25dac340a07f7a57a13bdde53b0605779ea920.zip |
Implement tab completion, update readme
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 |