From d147dbb147c081520ae44aa9e7bd85f759e30a1d Mon Sep 17 00:00:00 2001 From: Luck Date: Wed, 24 Apr 2019 10:20:14 +0100 Subject: Add api-version property to Bukkit plugin.yml --- spark-bukkit/src/main/resources/plugin.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'spark-bukkit/src/main/resources') diff --git a/spark-bukkit/src/main/resources/plugin.yml b/spark-bukkit/src/main/resources/plugin.yml index 6e7608f..d46c54a 100644 --- a/spark-bukkit/src/main/resources/plugin.yml +++ b/spark-bukkit/src/main/resources/plugin.yml @@ -4,6 +4,11 @@ description: ${pluginDescription} authors: [Luck, sk89q] main: me.lucko.spark.bukkit.SparkBukkitPlugin +# 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, +# spark is still compatible with pre-1.13 releases. +api-version: 1.13 + commands: spark: description: Main plugin command \ No newline at end of file -- cgit