blob: 7b25e76835d5d9b500c839cf32b250799993f600 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
name: spark
version: ${pluginVersion}
description: ${pluginDescription}
authors: [Luck, sk89q]
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,
# spark is still compatible with pre-1.13 releases.
api-version: 1.13
softdepend: [PlaceholderAPI, MVdWPlaceholderAPI]
commands:
spark:
description: Main plugin command
|