Skip to content

Commit

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

* Update pom.xml

* Update SkyGridPladdon.java
  • Loading branch information
BONNe committed Apr 8, 2023
1 parent 6a365f2 commit 9b2a1f9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,6 @@
<version>${spigot.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>plugin-annotations</artifactId>
<version>1.2.3-SNAPSHOT</version>
</dependency>
<!-- Mockito (Unit testing) -->
<dependency>
<groupId>org.mockito</groupId>
Expand Down
5 changes: 1 addition & 4 deletions src/main/java/world/bentobox/skygrid/SkyGridPladdon.java
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
package world.bentobox.skygrid;

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;

@Plugin(name="SkyGrid", version="1.0")
@ApiVersion(ApiVersion.Target.v1_16)

public class SkyGridPladdon 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-SkyGrid
main: world.bentobox.skygrid.SkyGridPladdon
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 9b2a1f9

Please sign in to comment.