mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2025-01-30 23:01:42 +01:00
Add link to upgrade infos
This commit is contained in:
parent
5e08858560
commit
273117e1e6
@ -38,6 +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(ChatColor.GRAY + "#####################################");
|
Bukkit.getConsoleSender().sendMessage(ChatColor.GRAY + "#####################################");
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -48,6 +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(ChatColor.GRAY + "#####################################");
|
player.sendMessage(ChatColor.GRAY + "#####################################");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user