diff options
Diffstat (limited to 'spark-bukkit/src/main/resources/plugin.yml')
-rw-r--r-- | spark-bukkit/src/main/resources/plugin.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spark-bukkit/src/main/resources/plugin.yml b/spark-bukkit/src/main/resources/plugin.yml index d46c54a..c940592 100644 --- a/spark-bukkit/src/main/resources/plugin.yml +++ b/spark-bukkit/src/main/resources/plugin.yml @@ -2,7 +2,7 @@ name: spark version: ${pluginVersion} description: ${pluginDescription} authors: [Luck, sk89q] -main: me.lucko.spark.bukkit.SparkBukkitPlugin +main: me.lucko.spark.bukkit.BukkitSparkPlugin # Mark the plugin as 1.13 compatible to avoid CB having to perform quite as much unnecessary # remapping when the plugin is loaded. Note that despite what this setting might otherwise imply, |