diff options
| author | Luke <32024335+lukeeey@users.noreply.github.com> | 2021-02-04 18:22:51 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-04 18:22:51 +0000 |
| commit | 7802172459179ce56419c6d3d2a9d43571e5c639 (patch) | |
| tree | 4ba383b12a476e77c12668e5304172d4069f8578 /spark-nukkit/src/main/resources | |
| parent | c8f4fe1c2d5832b495d1f815ebc1e60ce9949d8f (diff) | |
| download | spark-7802172459179ce56419c6d3d2a9d43571e5c639.tar.gz spark-7802172459179ce56419c6d3d2a9d43571e5c639.tar.bz2 spark-7802172459179ce56419c6d3d2a9d43571e5c639.zip | |
Add support for Cloudburst Nukkit (#95)
Diffstat (limited to 'spark-nukkit/src/main/resources')
| -rw-r--r-- | spark-nukkit/src/main/resources/plugin.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/spark-nukkit/src/main/resources/plugin.yml b/spark-nukkit/src/main/resources/plugin.yml new file mode 100644 index 0000000..797644d --- /dev/null +++ b/spark-nukkit/src/main/resources/plugin.yml @@ -0,0 +1,9 @@ +name: spark +version: ${pluginVersion} +description: ${pluginDescription} +authors: [Luck, sk89q] +main: me.lucko.spark.nukkit.NukkitSparkPlugin +api: [1.0.5] +commands: + spark: + description: Main plugin command
\ No newline at end of file |
