diff options
Diffstat (limited to 'bukkit/src/main/resources')
| -rw-r--r-- | bukkit/src/main/resources/plugin.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bukkit/src/main/resources/plugin.yml b/bukkit/src/main/resources/plugin.yml index a1e473e..1914e04 100644 --- a/bukkit/src/main/resources/plugin.yml +++ b/bukkit/src/main/resources/plugin.yml @@ -1,9 +1,10 @@ name: spark -version: ${project.version} +version: 1.0.2 description: ${project.description} authors: [Luck, sk89q] main: me.lucko.spark.bukkit.SparkBukkitPlugin commands: - profiler: - description: Main plugin command
\ No newline at end of file + spark: + description: Main plugin command + aliases: [profiler]
\ No newline at end of file |
