*Changed plugin.yml version number from 2.0.0 to 2.0.1
*Changed plugin internal version number from 26 to 27
This commit is contained in:
parent
17c2305890
commit
78cee59186
@ -1,6 +1,6 @@
|
|||||||
name: Herobrine
|
name: Herobrine
|
||||||
main: net.theprogrammersworld.herobrine.Herobrine
|
main: net.theprogrammersworld.herobrine.Herobrine
|
||||||
version: 2.0.0
|
version: 2.0.1
|
||||||
description: "Bring Herobrine to your Spigot-based Minecraft server!"
|
description: "Bring Herobrine to your Spigot-based Minecraft server!"
|
||||||
website: https://www.theprogrammersworld.net
|
website: https://www.theprogrammersworld.net
|
||||||
api-version: 1.15
|
api-version: 1.15
|
||||||
|
@ -17,7 +17,7 @@ public class UpdateScanner implements Runnable {
|
|||||||
// Check for a newer version of the plugin, and put the thread to sleep for 24 hours
|
// Check for a newer version of the plugin, and put the thread to sleep for 24 hours
|
||||||
// before the check is performed again. If a newer version is found, begin reporting
|
// before the check is performed again. If a newer version is found, begin reporting
|
||||||
// the discovery of a newer version once every hour.
|
// the discovery of a newer version once every hour.
|
||||||
final String pluginVersionCount = "26";
|
final String pluginVersionCount = "27";
|
||||||
ConsoleCommandSender console = Bukkit.getServer().getConsoleSender();
|
ConsoleCommandSender console = Bukkit.getServer().getConsoleSender();
|
||||||
|
|
||||||
while(!Herobrine.getPluginCore().getConfigDB().newVersionFound) {
|
while(!Herobrine.getPluginCore().getConfigDB().newVersionFound) {
|
||||||
|
Loading…
Reference in New Issue
Block a user