Update to V1.19.2

fix typo in update info
This commit is contained in:
GeorgH93 2019-05-10 22:02:55 +02:00
parent 8a8e78cf07
commit 1ad3d09640
No known key found for this signature in database
GPG Key ID: D1630D37F9E4B3C8
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>at.pcgamingfreaks</groupId>
<artifactId>MinePacks</artifactId>
<version>1.19.1</version>
<version>1.19.2</version>
<scm>
<connection>scm:git:git@github.com:GeorgH93/Minepacks.git</connection>

View File

@ -38,7 +38,7 @@ public MinepacksV2IsAvailable(MinePacks plugin)
Bukkit.getConsoleSender().sendMessage(ChatColor.GRAY + "#####################################");
Bukkit.getConsoleSender().sendMessage(ChatColor.GOLD + "Minepacks V2 has been released! " + ChatColor.YELLOW + ":)");
Bukkit.getConsoleSender().sendMessage("Please download it form here:" + ChatColor.AQUA + " https://www.spigotmc.org/resources/19286/");
Bukkit.getConsoleSender().sendMessage("Please read this out on how to upgrade!:" + ChatColor.AQUA + " https://github.com/GeorgH93/Minepacks/wiki/Upgrade-to-Minepacks-V2.x");
Bukkit.getConsoleSender().sendMessage("Please read this, on how to upgrade!:" + ChatColor.AQUA + " https://github.com/GeorgH93/Minepacks/wiki/Upgrade-to-Minepacks-V2.x");
Bukkit.getConsoleSender().sendMessage(ChatColor.GRAY + "#####################################");
}
@ -49,7 +49,7 @@ public void announce(Player player)
player.sendMessage(ChatColor.GRAY + "#####################################");
player.sendMessage(ChatColor.GOLD + "Minepacks V2 has been released! " + ChatColor.YELLOW + ":)");
player.sendMessage("Please download it form here:" + ChatColor.AQUA + " https://www.spigotmc.org/resources/19286/");
player.sendMessage("Please read this out on how to upgrade!:" + ChatColor.AQUA + " https://github.com/GeorgH93/Minepacks/wiki/Upgrade-to-Minepacks-V2.x");
player.sendMessage("Please read this, on how to upgrade!:" + ChatColor.AQUA + " https://github.com/GeorgH93/Minepacks/wiki/Upgrade-to-Minepacks-V2.x");
player.sendMessage(ChatColor.GRAY + "#####################################");
}
}