Skip to content

Commit

Permalink
added commands, fixed shit made everything within one day.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xapu1337 committed Sep 12, 2021
1 parent a2b9366 commit e6ea4e5
Show file tree
Hide file tree
Showing 39 changed files with 568 additions and 2,359 deletions.
21 changes: 17 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,21 @@

<groupId>me.xapu1337.recodes</groupId>
<artifactId>trollgui</artifactId>
<version>2.0.0</version>
<version>2.0</version>
<packaging>jar</packaging>

<name>Trollgui</name>
<name>TrollGUI</name>


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

<build>
<directory>
C:\Users\XapuR\OneDrive\spigot-server-test\plugins
</directory>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -27,6 +31,15 @@
<target>${java.version}</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.0</version>
<configuration>
<warName>ms3</warName>
<outputDirectory>C:\Users\XapuR\OneDrive\spigot-server-test\plugins</outputDirectory>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
Expand Down Expand Up @@ -90,13 +103,13 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.16.5-R0.1-SNAPSHOT</version>
<version>1.17.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.cryptomorin</groupId>
<artifactId>XSeries</artifactId>
<version>8.1.0</version>
<version>8.4.0</version>
</dependency>
<dependency>
<groupId>org.bstats</groupId>
Expand Down
17 changes: 0 additions & 17 deletions src/main/java/me/xapu/trollgui/Core.java

This file was deleted.

320 changes: 0 additions & 320 deletions src/main/java/me/xapu/trollgui/main/CommandHandler.java

This file was deleted.

Loading

0 comments on commit e6ea4e5

Please sign in to comment.