Skip to content

Commit

Permalink
Tweaks 2.0.0 Pre-1!
Browse files Browse the repository at this point in the history
Tweaks_2.0
  • Loading branch information
MetallicGoat authored Jul 5, 2022
2 parents 02ca9c0 + f42fd88 commit 002cd4a
Show file tree
Hide file tree
Showing 91 changed files with 4,027 additions and 7,751 deletions.
12 changes: 0 additions & 12 deletions .idea/MBedwarsTweaks.iml

This file was deleted.

1 change: 1 addition & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 10 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.metallicgoat</groupId>
<artifactId>TweaksAndFeatures</artifactId>
<version>1.0.0-R5</version>
<version>2.0.0-Pre-1</version>

<repositories>
<repository>
Expand All @@ -22,11 +22,12 @@
<url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.18.1-R0.1-SNAPSHOT</version>
<version>1.8.8-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -35,25 +36,22 @@
<version>2.10.10</version>
<scope>provided</scope>
</dependency>
<!--
<dependency>
<groupId>de.marcely.bedwars</groupId>
<artifactId>API</artifactId>
<version>5.0.5.1</version>
</dependency>
-->
<dependency>
<groupId>de.marcely.bedwars</groupId>
<artifactId>MBedwars</artifactId>
<version>5.0.5.1</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/bedwars.jar</systemPath>
<version>5.0.11</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.22</version>
<scope>compile</scope>
</dependency>
</dependencies>
<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down
58 changes: 0 additions & 58 deletions src/main/java/me/metallicgoat/tweaks/MBedwarsTweaks.java

This file was deleted.

205 changes: 0 additions & 205 deletions src/main/java/me/metallicgoat/tweaks/Placeholders.java

This file was deleted.

Loading

0 comments on commit 002cd4a

Please sign in to comment.