diff options
Diffstat (limited to 'spark-bukkit')
-rw-r--r-- | spark-bukkit/src/main/resources/plugin.yml | 5 |
1 files changed, 5 insertions, 0 deletions
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 |