I drank a shit load of monster and pulled two all-nighters, I have no idea what all i did to be honest

This commit is contained in:
BuildTools
2020-04-08 07:29:10 -05:00
parent 95a5f4cd1d
commit 2f2754cab8
17 changed files with 568 additions and 14 deletions
+12
View File
@@ -7,6 +7,18 @@
<groupId>org.example</groupId>
<artifactId>PlayrimeRewards+ (Rewritten)</artifactId>
<version>1.0-SNAPSHOT</version>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>6</source>
<target>6</target>
</configuration>
</plugin>
</plugins>
</build>
<repositories>
<!-- This adds the Spigot Maven repository to the build -->