mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2025-02-09 00:31:30 +01:00
Update to V1.19.2
fix typo in update info
This commit is contained in:
parent
8a8e78cf07
commit
1ad3d09640
2
pom.xml
2
pom.xml
@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>at.pcgamingfreaks</groupId>
|
<groupId>at.pcgamingfreaks</groupId>
|
||||||
<artifactId>MinePacks</artifactId>
|
<artifactId>MinePacks</artifactId>
|
||||||
<version>1.19.1</version>
|
<version>1.19.2</version>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:git:git@github.com:GeorgH93/Minepacks.git</connection>
|
<connection>scm:git:git@github.com:GeorgH93/Minepacks.git</connection>
|
||||||
|
@ -38,7 +38,7 @@ public MinepacksV2IsAvailable(MinePacks plugin)
|
|||||||
Bukkit.getConsoleSender().sendMessage(ChatColor.GRAY + "#####################################");
|
Bukkit.getConsoleSender().sendMessage(ChatColor.GRAY + "#####################################");
|
||||||
Bukkit.getConsoleSender().sendMessage(ChatColor.GOLD + "Minepacks V2 has been released! " + ChatColor.YELLOW + ":)");
|
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 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 + "#####################################");
|
Bukkit.getConsoleSender().sendMessage(ChatColor.GRAY + "#####################################");
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -49,7 +49,7 @@ public void announce(Player player)
|
|||||||
player.sendMessage(ChatColor.GRAY + "#####################################");
|
player.sendMessage(ChatColor.GRAY + "#####################################");
|
||||||
player.sendMessage(ChatColor.GOLD + "Minepacks V2 has been released! " + ChatColor.YELLOW + ":)");
|
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 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 + "#####################################");
|
player.sendMessage(ChatColor.GRAY + "#####################################");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user