*Changed plugin.yml version number from 2.1.0 to 2.1.1
*Changed plugin internal version number from 30 to 31
This commit is contained in:
parent
e6becf836d
commit
d58e71d9f2
@ -1,6 +1,6 @@
|
||||
name: Herobrine
|
||||
main: net.theprogrammersworld.herobrine.Herobrine
|
||||
version: 2.1.0
|
||||
version: 2.1.1
|
||||
description: "Bring Herobrine to your Spigot-based Minecraft server!"
|
||||
website: https://www.theprogrammersworld.net
|
||||
api-version: 1.16
|
||||
|
@ -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
|
||||
// before the check is performed again. If a newer version is found, begin reporting
|
||||
// the discovery of a newer version once every hour.
|
||||
final String pluginVersionCount = "30";
|
||||
final String pluginVersionCount = "31";
|
||||
ConsoleCommandSender console = Bukkit.getServer().getConsoleSender();
|
||||
|
||||
while(!Herobrine.getPluginCore().getConfigDB().newVersionFound) {
|
||||
|
Loading…
Reference in New Issue
Block a user