Skip to content

Commit

Permalink
Return to plugin.yml file (#98)
Browse files Browse the repository at this point in the history
* Create plugin.yml

* Update pom.xml

* Update IslandFlyPladdon.java
  • Loading branch information
BONNe committed Apr 8, 2023
1 parent 639fe0c commit 5de1836
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,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>compile</scope>
</dependency>
<dependency>
<groupId>world.bentobox</groupId>
<artifactId>bentobox</artifactId>
Expand Down
10 changes: 1 addition & 9 deletions src/main/java/world/bentobox/islandfly/IslandFlyPladdon.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,11 @@

package world.bentobox.islandfly;


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 BONNe
*/
@Plugin(name="IslandFly", version="1.0")
@ApiVersion(ApiVersion.Target.v1_17)

public class IslandFlyPladdon 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-IslandFly
main: world.bentobox.islandfly.IslandFlyPladdon
version: ${project.version}${build.number}
api-version: "1.17"

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

0 comments on commit 5de1836

Please sign in to comment.