Skip to content

Commit

Permalink
Merge pull request #2 from FireML-Dev/1.20.6
Browse files Browse the repository at this point in the history
Target 1.20.6
  • Loading branch information
FireML authored May 29, 2024
2 parents c9b41e4 + 29dfd6a commit 60c5896
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
23 changes: 5 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

<groupId>uk.firedev</groupId>
<artifactId>EMFPinata</artifactId>
<version>1.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>

<name>EMFPiñata</name>
<description>A Piñata addon for the EvenMoreFish plugin.</description>

<properties>
<java.version>17</java.version>
<java.version>21</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down Expand Up @@ -49,19 +49,6 @@
</execution>
</executions>
</plugin>
<!-- For 1.20.5+ -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.1</version>
<configuration>
<archive>
<manifestEntries>
<paperweight-mappings-namespace>spigot</paperweight-mappings-namespace>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
<resources>
<resource>
Expand Down Expand Up @@ -97,7 +84,7 @@
<dependency>
<groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.20.4-R0.1-SNAPSHOT</version>
<version>1.20.6-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -109,8 +96,8 @@
</dependency>
<dependency>
<groupId>dev.jorel</groupId>
<artifactId>commandapi-bukkit-shade</artifactId>
<version>9.4.1</version>
<artifactId>commandapi-bukkit-shade-mojang-mapped</artifactId>
<version>9.4.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
1 change: 0 additions & 1 deletion src/main/java/uk/firedev/emfpinata/EMFPinata.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public void onEnable() {
CommandAPI.onEnable();
reload();
registerCommands();
System.out.println(NamedTextColor.NAMES.values());
}

public static EMFPinata getInstance() { return instance; }
Expand Down

0 comments on commit 60c5896

Please sign in to comment.