Skip to content

Commit

Permalink
前提pluginを明記+余分なAPIを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisa9006 committed Nov 16, 2024
1 parent ed64070 commit 4c481e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 23 deletions.
28 changes: 5 additions & 23 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dev.felnull</groupId>
<artifactId>BetterStorage</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<packaging>jar</packaging>

<name>BetterStorage</name>
Expand Down Expand Up @@ -58,14 +58,6 @@
<id>sonatype</id>
<url>https://oss.sonatype.org/content/groups/public/</url>
</repository>
<repository>
<id>xenondevs</id>
<url>https://repo.xenondevs.xyz/releases</url>
</repository>
<repository>
<id>jorel</id>
<url>https://repo.codemc.org/repository/maven-public/</url>
</repository>
<repository>
<id>net.azisaba</id>
<url>https://repo.azisaba.net/repository/maven-public/</url>
Expand All @@ -79,27 +71,17 @@
<version>1.16.5-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>xyz.xenondevs.invui</groupId>
<artifactId>invui</artifactId>
<version>1.33</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>dev.jorel</groupId>
<artifactId>commandapi-bukkit-core</artifactId>
<version>9.5.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>dev.felnull</groupId>
<artifactId>bettergui</artifactId>
<version>1.0</version>
<artifactId>BetterGUI</artifactId>
<version>1.0.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>dev.felnull</groupId>
<artifactId>MariaIO</artifactId>
<version>1.0-20241115.035849-1</version>
<scope>provided</scope>
</dependency>
</dependencies>

Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ name: BetterStorage
version: '${project.version}'
main: dev.felnull.BetterStorage
api-version: '1.16'
depend:
- BetterGUI

0 comments on commit 4c481e6

Please sign in to comment.