name: "ExamplePlugin" # Automatically acts as ID too 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 main: "example.ExamplePlugin" mc-publish: modrinth: "AAAA" curseforge: 123456 loaders: ["bukkit", "spigot", "paper", "purpur"]