From 429eeb35876576d861404cd199b6e9763fc4e5b0 Mon Sep 17 00:00:00 2001 From: Luck Date: Sat, 26 May 2018 22:52:58 +0100 Subject: Initial commit for spark --- bukkit/src/main/resources/plugin.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bukkit/src/main/resources/plugin.yml (limited to 'bukkit/src/main/resources/plugin.yml') diff --git a/bukkit/src/main/resources/plugin.yml b/bukkit/src/main/resources/plugin.yml new file mode 100644 index 0000000..a1e473e --- /dev/null +++ b/bukkit/src/main/resources/plugin.yml @@ -0,0 +1,9 @@ +name: spark +version: ${project.version} +description: ${project.description} +authors: [Luck, sk89q] +main: me.lucko.spark.bukkit.SparkBukkitPlugin + +commands: + profiler: + description: Main plugin command \ No newline at end of file -- cgit