diff --git a/test/content/spigot/plugin.yml b/test/content/spigot/plugin.yml index 318f5f6..825f983 100644 --- a/test/content/spigot/plugin.yml +++ b/test/content/spigot/plugin.yml @@ -3,6 +3,8 @@ version: "1.0.0" description: "Description" authors: ["author"] # There is also "author" that accepts a single String +api-version: "1.19" # Plugin was made using the 1.19 version of Spigot's API + depends: ["RequiredPlugin"] # Required dependencies softDepends: ["OptionalPlugin"] # Optional dependencies