Skip to content

Commit

Permalink
Create plugin.yml (#106)
Browse files Browse the repository at this point in the history
* Create plugin.yml

* Update pom.xml

* Update GreenhousesPladdon.java
  • Loading branch information
BONNe committed Apr 8, 2023
1 parent ac1d6e6 commit db5ef4d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,6 @@
<version>${spigot.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>plugin-annotations</artifactId>
<version>1.2.3-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>world.bentobox</groupId>
<artifactId>bentobox</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
package world.bentobox.greenhouses;


import org.bukkit.plugin.java.annotation.plugin.ApiVersion;
import org.bukkit.plugin.java.annotation.plugin.Plugin;

import world.bentobox.bentobox.api.addons.Addon;
import world.bentobox.bentobox.api.addons.Pladdon;


/**
* @author tastybento
*/
@Plugin(name = "Greenhouses", version = "1.0")
@ApiVersion(ApiVersion.Target.v1_18)
public class GreenhousesPladdon extends Pladdon
{
@Override
Expand Down
9 changes: 9 additions & 0 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: BentoBox-Greenhouses
main: world.bentobox.greenhouses.GreenhousesPladdon
version: ${project.version}${build.number}
api-version: "1.19"

authors: [tastybento]
contributors: ["The BentoBoxWorld Community"]
website: https://bentobox.world
description: ${project.description}

0 comments on commit db5ef4d

Please sign in to comment.