diff options
author | Luck <git@lucko.me> | 2021-03-16 12:47:25 +0000 |
---|---|---|
committer | Luck <git@lucko.me> | 2021-03-16 12:47:25 +0000 |
commit | 9c989affb9e11c1ac31537d09aa30f8bf06320e4 (patch) | |
tree | f7f42f33f287f19699faaa9af1b1f63fd391612d /spark-bukkit/src/main/resources/plugin.yml | |
parent | 2818b9e3ac70e7bcfc10d0c2a3da1b88a96c783e (diff) | |
download | spark-9c989affb9e11c1ac31537d09aa30f8bf06320e4.tar.gz spark-9c989affb9e11c1ac31537d09aa30f8bf06320e4.tar.bz2 spark-9c989affb9e11c1ac31537d09aa30f8bf06320e4.zip |
Update plugin/mod description files, bump version number again
Diffstat (limited to 'spark-bukkit/src/main/resources/plugin.yml')
-rw-r--r-- | spark-bukkit/src/main/resources/plugin.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spark-bukkit/src/main/resources/plugin.yml b/spark-bukkit/src/main/resources/plugin.yml index 7b25e76..ce3517a 100644 --- a/spark-bukkit/src/main/resources/plugin.yml +++ b/spark-bukkit/src/main/resources/plugin.yml @@ -1,7 +1,8 @@ name: spark version: ${pluginVersion} description: ${pluginDescription} -authors: [Luck, sk89q] +author: Luck +website: https://spark.lucko.me/ main: me.lucko.spark.bukkit.BukkitSparkPlugin # Mark the plugin as 1.13 compatible to avoid CB having to perform quite as much unnecessary |