Skip to content

Commit

Permalink
1.16.3 release candidate
Browse files Browse the repository at this point in the history
ADDED:
- 1.16 Support

IMPROVED:
- General memory management
- String concatenation
- Item Parsing
- Maven POM
  • Loading branch information
pablo67340 committed Sep 25, 2020
1 parent 740f8aa commit e55d249
Show file tree
Hide file tree
Showing 25 changed files with 5,258 additions and 5,233 deletions.
16 changes: 5 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!-- Project information -->
<groupId>com.pablo67340.GUIShop</groupId>
<artifactId>GUIShop</artifactId>
<version>8.0</version>
<version>8.1</version>
<name>GUIShop</name>
<url>https://www.spigotmc.org/resources/guishop.2451/</url>
<description>This plugin is the ultimate solution to all the signs, the chests, the glitches.</description>
Expand Down Expand Up @@ -58,16 +58,10 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.14.4-R0.1-SNAPSHOT</version>
<version>1.16.3-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!--Bukkit API -->
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.14.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.MilkBowl</groupId>
<artifactId>VaultAPI</artifactId>
Expand All @@ -87,7 +81,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.8</version>
<version>1.18.12</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -114,10 +108,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
Expand Down
Loading

0 comments on commit e55d249

Please sign in to comment.