Skip to content

Commit

Permalink
4.3.55
Browse files Browse the repository at this point in the history
  • Loading branch information
ZombieStriker committed Jun 14, 2019
1 parent 1421dc9 commit 3a74791
Show file tree
Hide file tree
Showing 7 changed files with 728 additions and 414 deletions.
13 changes: 13 additions & 0 deletions .idea/compiler.xml

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

14 changes: 14 additions & 0 deletions .idea/misc.xml

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

6 changes: 6 additions & 0 deletions .idea/vcs.xml

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

269 changes: 269 additions & 0 deletions .idea/workspace.xml

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

10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>me.zombie_striker</groupId>
<artifactId>mcMMOHorses</artifactId>
<version>4.3.54</version>
<version>4.3.55</version>
<repositories>

<repository>
Expand All @@ -12,7 +12,7 @@

<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>

<repository>
Expand All @@ -34,14 +34,14 @@

<dependencies>

<!--Spigot API -->
<!--Spigot API-->
<!--You only need one of the two, don't put both. Spigot is recommended.-->
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.14.1-R0.1-SNAPSHOT</version>
<version>1.14.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>

<!-- Vault API -->
<dependency>
<groupId>net.milkbowl.vault</groupId>
Expand Down
3 changes: 3 additions & 0 deletions resources/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 4.3.55
Updated messages.yml to include scoreboard stats

Version 4.3.54
Fixed b that breaks updater
Fixed updater to ignore letters in update titles
Expand Down

0 comments on commit 3a74791

Please sign in to comment.