Create plugin.yml

The annotations do not provide the option to define the version dynamically from maven. This should fix that.
This commit is contained in:
BONNe 2023-04-08 18:19:22 +03:00 committed by GitHub
parent 9c42a8d007
commit cd870f73c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
name: BentoBox-Level
main: world.bentobox.level.LevelPladdon
version: ${project.version}${build.number}
api-version: "1.19"
authors: [tastybento]
contributors: ["The BentoBoxWorld Community"]
website: https://bentobox.world
description: ${project.description}