Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #700 from jaoafa/dev
Browse files Browse the repository at this point in the history
各種依存関係アップデート
  • Loading branch information
book000 authored Feb 25, 2022
2 parents c2627df + 825f56f commit 610776d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
asset_path: target/sha256sum.txt

- name: Released comment
uses: actions/github-script@v5
uses: actions/github-script@v6
if: github.event_name == 'pull_request_target'
with:
script: |
Expand Down
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.9.0</version>
<version>3.10.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
Expand Down Expand Up @@ -163,7 +163,7 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.0.0-alpha.4</version>
<version>5.0.0-alpha.9</version>
<exclusions>
<exclusion>
<groupId>club.minnced</groupId>
Expand All @@ -174,7 +174,7 @@
<dependency>
<groupId>net.luckperms</groupId>
<artifactId>api</artifactId>
<version>5.3</version>
<version>5.4</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -187,13 +187,13 @@
<dependency>
<groupId>com.jaoafa</groupId>
<artifactId>jaosuperachievement2</artifactId>
<version>2.5.2</version>
<version>2.5.7</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.maxmind.geoip2</groupId>
<artifactId>geoip2</artifactId>
<version>2.16.1</version>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>com.vexsoftware</groupId>
Expand All @@ -220,13 +220,13 @@
<dependency>
<groupId>com.sk89q.worldedit</groupId>
<artifactId>worldedit-bukkit</artifactId>
<version>7.2.8</version>
<version>7.2.9</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sk89q.worldedit</groupId>
<artifactId>worldedit-core</artifactId>
<version>7.2.8</version>
<version>7.2.9</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -249,12 +249,12 @@
<dependency>
<groupId>de.tr7zw</groupId>
<artifactId>item-nbt-api</artifactId>
<version>2.9.0</version>
<version>2.9.1</version>
</dependency>
<dependency>
<groupId>de.tr7zw</groupId>
<artifactId>nbt-injector</artifactId>
<version>2.9.0</version>
<version>2.9.1</version>
</dependency>
</dependencies>
</project>
3 changes: 0 additions & 3 deletions src/main/java/com/jaoafa/mymaid4/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
import com.rollbar.notifier.Rollbar;
import com.rollbar.notifier.config.ConfigBuilder;
import com.sk89q.worldedit.bukkit.WorldEditPlugin;
import de.tr7zw.nbtinjector.NBTInjector;
import net.dv8tion.jda.api.JDABuilder;
import net.kyori.adventure.text.Component;
import net.kyori.adventure.text.event.ClickEvent;
Expand Down Expand Up @@ -93,8 +92,6 @@ public void onEnable() {
CarrierPigeon carrierPigeon = new CarrierPigeon(new File(this.getDataFolder(), "carrierPigeon.yml"));
MyMaidData.setCarrierPigeon(carrierPigeon);

NBTInjector.inject();

registerCommand();
if (!isEnabled())
return;
Expand Down

0 comments on commit 610776d

Please sign in to comment.